COLOR #768982

HEX: #768982
RGB: (118,137,130)

Color info

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

RGB color model

#768982 color RGB value is (118,137,130).

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

RGB channels and saturation

R 118 of 255 = 46%
G 137 of 255 = 54%
B 130 of 255 = 51%

118
137
130

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

Portions of RGB colors in percentages

R + G + B =
118 + 137 + 130 = 385 (100%)
R 118 of 385 ~ 30.65%
G 137 of 385 ~ 35.58%
B 130 of 385 ~ 33.77%

%30.65
%35.58
%33.77

CMYK color model

#768982 color CMYK value is (14,0,5,46).

  • cyan value is 13.87%
  • magenta value is 0.00%
  • yellow value is 5.11%
  • key color value is 46.27%
CMYK:
(14,0,5,46)
C14M0Y5K46 
(14%,0%,5%,46%)
(0.14/0.00/0.05/0.46)	

CMYK percentages

%13.87
%0
%5.11
%46.27

Codes

Color #768982 in popluar color models

768982
RGB118137130
HSL158°7.45%50.00%
HSB/HSV158°13.87%53.73%
CMYK13.87%0.00%5.11%
46.27%

Color #768982 in popluar number systems.

HEX768982
Decimal118137130
Binary11101101000100110000010
Octal166211202

Shades and tints

Shades of #768982

#768982
(118,137,130)
#6C7D77
(108,125,119)
#62716C
(98,113,108)
#586561
(88,101,97)
#4E5956
(78,89,86)
#444D4B
(68,77,75)
#3A4140
(58,65,64)
#303535
(48,53,53)
#26292A
(38,41,42)
#1C1D1F
(28,29,31)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #768982

#768982
(118,137,130)
#82938D
(130,147,141)
#8E9D98
(142,157,152)
#9AA7A3
(154,167,163)
#A6B1AE
(166,177,174)
#B2BBB9
(178,187,185)
#BEC5C4
(190,197,196)
#CACFCF
(202,207,207)
#D6D9DA
(214,217,218)
#E2E3E5
(226,227,229)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768982; }

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

This text font color is #768982.


Background Color

.myBgColor { background-color: #768982; }

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

This div background color is #768982.


Border color

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

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

This div border color is #768982.


Opacity

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

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

Text with #768982 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 #768982;}

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

This text has shadow with #768982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768982 on black background.


Color preview on white background

This text has color #768982 on white background.



Black color preview on #768982 background

This text has black color on #768982 background.


White color preview on #768982 background

This text has white color on #768982 background.