COLOR #77907E

HEX: #77907E
RGB: (119,144,126)

Color info

#77907E contains red, green and blue colors in about the same proportion. Web safe color of #77907E is #669966 (or #696).

RGB color model

#77907E color RGB value is (119,144,126).

  • red value is 119;
  • green value is 144;
  • blue value is 126.
RGB:
(119,144,126)
(47%,56%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 126 of 255 = 49%

119
144
126

R + G + B ~ 51%. #77907E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 144 + 126 = 389 (100%)
R 119 of 389 ~ 30.59%
G 144 of 389 ~ 37.02%
B 126 of 389 ~ 32.39%

%30.59
%37.02
%32.39

CMYK color model

#77907E color CMYK value is (17,0,13,44).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 43.53%
CMYK:
(17,0,13,44)
C17M0Y13K44 
(17%,0%,13%,44%)
(0.17/0.00/0.13/0.44)	

CMYK percentages

%17.36
%0
%12.5
%43.53

Codes

Color #77907E in popluar color models

77907E
RGB119144126
HSL137°10.12%51.57%
HSB/HSV137°17.36%56.47%
CMYK17.36%0.00%12.50%
43.53%

Color #77907E in popluar number systems.

HEX77907E
Decimal119144126
Binary1110111100100001111110
Octal167220176

Shades and tints

Shades of #77907E

#77907E
(119,144,126)
#6D8373
(109,131,115)
#637668
(99,118,104)
#59695D
(89,105,93)
#4F5C52
(79,92,82)
#454F47
(69,79,71)
#3B423C
(59,66,60)
#313531
(49,53,49)
#272826
(39,40,38)
#1D1B1B
(29,27,27)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #77907E

#77907E
(119,144,126)
#839A89
(131,154,137)
#8FA494
(143,164,148)
#9BAE9F
(155,174,159)
#A7B8AA
(167,184,170)
#B3C2B5
(179,194,181)
#BFCCC0
(191,204,192)
#CBD6CB
(203,214,203)
#D7E0D6
(215,224,214)
#E3EAE1
(227,234,225)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77907E color. Also use rgb(119,144,126) instead hex code.

Text Font Color

.myTextColor { color: #77907E; }

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

This text font color is #77907E.


Background Color

.myBgColor { background-color: #77907E; }

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

This div background color is #77907E.


Border color

.myBorderColor { border: 1px solid #77907E; }

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

This div border color is #77907E.


Opacity

.myOpacity80 { color: #77907E; opacity: 0.8; }

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

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

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

This text has shadow with #77907E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77907E on black background.


Color preview on white background

This text has color #77907E on white background.



Black color preview on #77907E background

This text has black color on #77907E background.


White color preview on #77907E background

This text has white color on #77907E background.