COLOR #768782

HEX: #768782
RGB: (118,135,130)

Color info

#768782 contains red, green and blue colors in about the same proportion. Web safe color of #768782 is #669999 (or #699).

RGB color model

#768782 color RGB value is (118,135,130).

  • red value is 118;
  • green value is 135;
  • blue value is 130.
RGB:
(118,135,130)
(46%,53%,51%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 130 of 255 = 51%

118
135
130

R + G + B ~ 50%. #768782 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 130 = 383 (100%)
R 118 of 383 ~ 30.81%
G 135 of 383 ~ 35.25%
B 130 of 383 ~ 33.94%

%30.81
%35.25
%33.94

CMYK color model

#768782 color CMYK value is (13,0,4,47).

  • cyan value is 12.59%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 47.06%
CMYK:
(13,0,4,47)
C13M0Y4K47 
(13%,0%,4%,47%)
(0.13/0.00/0.04/0.47)	

CMYK percentages

%12.59
%0
%3.7
%47.06

Codes

Color #768782 in popluar color models

768782
RGB118135130
HSL162°6.72%49.61%
HSB/HSV162°12.59%52.94%
CMYK12.59%0.00%3.70%
47.06%

Color #768782 in popluar number systems.

HEX768782
Decimal118135130
Binary11101101000011110000010
Octal166207202

Shades and tints

Shades of #768782

#768782
(118,135,130)
#6C7B77
(108,123,119)
#626F6C
(98,111,108)
#586361
(88,99,97)
#4E5756
(78,87,86)
#444B4B
(68,75,75)
#3A3F40
(58,63,64)
#303335
(48,51,53)
#26272A
(38,39,42)
#1C1B1F
(28,27,31)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #768782

#768782
(118,135,130)
#82918D
(130,145,141)
#8E9B98
(142,155,152)
#9AA5A3
(154,165,163)
#A6AFAE
(166,175,174)
#B2B9B9
(178,185,185)
#BEC3C4
(190,195,196)
#CACDCF
(202,205,207)
#D6D7DA
(214,215,218)
#E2E1E5
(226,225,229)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768782 color. Also use rgb(118,135,130) instead hex code.

Text Font Color

.myTextColor { color: #768782; }

<p style="color:#768782">This sample text font color is #768782.</p>

This text font color is #768782.


Background Color

.myBgColor { background-color: #768782; }

<div style="background-color:#768782">Inner text</div>

This div background color is #768782.


Border color

.myBorderColor { border: 1px solid #768782; }

<div style="border:3px solid #768782">Div</div>

This div border color is #768782.


Opacity

.myOpacity80 { color: #768782; opacity: 0.8; }

<p style="color:#768782;opacity:0.8;">80%</p>

Text with #768782 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #768782;}

<p style="text-shadow: 3px 3px 1px #768782">Text here.</p>

This text has shadow with #768782 color.

.textShadow {text-shadow: 3px 3px 1px #768782, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #768782, 5px 5px 20px red">Text here.</p>

This text has shadow with #768782 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#768782, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#768782, Direction=45, Strength=4)">Text</p>

This text has shadow with #768782 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #768782;
  -webkit-box-shadow:	1px 1px 3px 2px #768782;
  box-shadow:		1px 1px 3px 2px #768782;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #768782;
-webkit-box-shadow: 1px 1px 3px 2px #768782;
box-shadow:1px 1px 3px 2px #768782;">
Div content here</div>
This div box has shadow with color #768782.

Preview

Color preview on black background

This text has color #768782 on black background.


Color preview on white background

This text has color #768782 on white background.



Black color preview on #768782 background

This text has black color on #768782 background.


White color preview on #768782 background

This text has white color on #768782 background.