COLOR #76889A

HEX: #76889A
RGB: (118,136,154)

Color info

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

RGB color model

#76889A color RGB value is (118,136,154).

  • red value is 118;
  • green value is 136;
  • blue value is 154.
RGB:
(118,136,154)
(46%,53%,60%)

RGB channels and saturation

R 118 of 255 = 46%
G 136 of 255 = 53%
B 154 of 255 = 60%

118
136
154

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

Portions of RGB colors in percentages

R + G + B =
118 + 136 + 154 = 408 (100%)
R 118 of 408 ~ 28.92%
G 136 of 408 ~ 33.33%
B 154 of 408 ~ 37.75%

%28.92
%33.33
%37.75

CMYK color model

#76889A color CMYK value is (23,12,0,40).

  • cyan value is 23.38%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(23,12,0,40)
C23M12Y0K40 
(23%,12%,0%,40%)
(0.23/0.12/0.00/0.40)	

CMYK percentages

%23.38
%11.69
%0
%39.61

Codes

Color #76889A in popluar color models

76889A
RGB118136154
HSL210°15.13%53.33%
HSB/HSV210°23.38%60.39%
CMYK23.38%11.69%0.00%
39.61%

Color #76889A in popluar number systems.

HEX76889A
Decimal118136154
Binary11101101000100010011010
Octal166210232

Shades and tints

Shades of #76889A

#76889A
(118,136,154)
#6C7C8C
(108,124,140)
#62707E
(98,112,126)
#586470
(88,100,112)
#4E5862
(78,88,98)
#444C54
(68,76,84)
#3A4046
(58,64,70)
#303438
(48,52,56)
#26282A
(38,40,42)
#1C1C1C
(28,28,28)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #76889A

#76889A
(118,136,154)
#8292A3
(130,146,163)
#8E9CAC
(142,156,172)
#9AA6B5
(154,166,181)
#A6B0BE
(166,176,190)
#B2BAC7
(178,186,199)
#BEC4D0
(190,196,208)
#CACED9
(202,206,217)
#D6D8E2
(214,216,226)
#E2E2EB
(226,226,235)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76889A color. Also use rgb(118,136,154) instead hex code.

Text Font Color

.myTextColor { color: #76889A; }

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

This text font color is #76889A.


Background Color

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

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

This div background color is #76889A.


Border color

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

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

This div border color is #76889A.


Opacity

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

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

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

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

This text has shadow with #76889A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76889A on black background.


Color preview on white background

This text has color #76889A on white background.



Black color preview on #76889A background

This text has black color on #76889A background.


White color preview on #76889A background

This text has white color on #76889A background.