COLOR #76908A

HEX: #76908A
RGB: (118,144,138)

Color info

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

RGB color model

#76908A color RGB value is (118,144,138).

  • red value is 118;
  • green value is 144;
  • blue value is 138.
RGB:
(118,144,138)
(46%,56%,54%)

RGB channels and saturation

R 118 of 255 = 46%
G 144 of 255 = 56%
B 138 of 255 = 54%

118
144
138

R + G + B ~ 52%. #76908A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 144 + 138 = 400 (100%)
R 118 of 400 ~ 29.5%
G 144 of 400 ~ 36%
B 138 of 400 ~ 34.5%

%29.5
%36
%34.5

CMYK color model

#76908A color CMYK value is (18,0,4,44).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 43.53%
CMYK:
(18,0,4,44)
C18M0Y4K44 
(18%,0%,4%,44%)
(0.18/0.00/0.04/0.44)	

CMYK percentages

%18.06
%0
%4.17
%43.53

Codes

Color #76908A in popluar color models

76908A
RGB118144138
HSL166°10.48%51.37%
HSB/HSV166°18.06%56.47%
CMYK18.06%0.00%4.17%
43.53%

Color #76908A in popluar number systems.

HEX76908A
Decimal118144138
Binary11101101001000010001010
Octal166220212

Shades and tints

Shades of #76908A

#76908A
(118,144,138)
#6C837E
(108,131,126)
#627672
(98,118,114)
#586966
(88,105,102)
#4E5C5A
(78,92,90)
#444F4E
(68,79,78)
#3A4242
(58,66,66)
#303536
(48,53,54)
#26282A
(38,40,42)
#1C1B1E
(28,27,30)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #76908A

#76908A
(118,144,138)
#829A94
(130,154,148)
#8EA49E
(142,164,158)
#9AAEA8
(154,174,168)
#A6B8B2
(166,184,178)
#B2C2BC
(178,194,188)
#BECCC6
(190,204,198)
#CAD6D0
(202,214,208)
#D6E0DA
(214,224,218)
#E2EAE4
(226,234,228)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76908A color. Also use rgb(118,144,138) instead hex code.

Text Font Color

.myTextColor { color: #76908A; }

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

This text font color is #76908A.


Background Color

.myBgColor { background-color: #76908A; }

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

This div background color is #76908A.


Border color

.myBorderColor { border: 1px solid #76908A; }

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

This div border color is #76908A.


Opacity

.myOpacity80 { color: #76908A; opacity: 0.8; }

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

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

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

This text has shadow with #76908A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76908A on black background.


Color preview on white background

This text has color #76908A on white background.



Black color preview on #76908A background

This text has black color on #76908A background.


White color preview on #76908A background

This text has white color on #76908A background.