COLOR #77927E

HEX: #77927E
RGB: (119,146,126)

Color info

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

RGB color model

#77927E color RGB value is (119,146,126).

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

RGB channels and saturation

R 119 of 255 = 47%
G 146 of 255 = 57%
B 126 of 255 = 49%

119
146
126

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

Portions of RGB colors in percentages

R + G + B =
119 + 146 + 126 = 391 (100%)
R 119 of 391 ~ 30.43%
G 146 of 391 ~ 37.34%
B 126 of 391 ~ 32.23%

%30.43
%37.34
%32.23

CMYK color model

#77927E color CMYK value is (18,0,14,43).

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 13.70%
  • key color value is 42.75%
CMYK: (18,0,14,43) C18M0Y14K43 (18%,0%,14%,43%) (0.18/0.00/0.14/0.43)

CMYK percentages

%18.49
%0
%13.7
%42.75

Codes

Color #77927E in popluar color models

77927E
RGB119146126
HSL136°11.02%51.96%
HSB/HSV136°18.49%57.25%
CMYK18.49%0.00%13.70%
42.75%

Color #77927E in popluar number systems.

HEX77927E
Decimal119146126
Binary1110111100100101111110
Octal167222176

Shades and tints

Shades of #77927E

#77927E
(119,146,126)
#6D8573
(109,133,115)
#637868
(99,120,104)
#596B5D
(89,107,93)
#4F5E52
(79,94,82)
#455147
(69,81,71)
#3B443C
(59,68,60)
#313731
(49,55,49)
#272A26
(39,42,38)
#1D1D1B
(29,29,27)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #77927E

#77927E
(119,146,126)
#839B89
(131,155,137)
#8FA494
(143,164,148)
#9BAD9F
(155,173,159)
#A7B6AA
(167,182,170)
#B3BFB5
(179,191,181)
#BFC8C0
(191,200,192)
#CBD1CB
(203,209,203)
#D7DAD6
(215,218,214)
#E3E3E1
(227,227,225)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77927E; }

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

This text font color is #77927E.


Background Color

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

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

This div background color is #77927E.


Border color

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

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

This div border color is #77927E.


Opacity

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

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

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

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

This text has shadow with #77927E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #77927E on black background.


Color preview on white background

This text has color #77927E on white background.



Black color preview on #77927E background

This text has black color on #77927E background.


White color preview on #77927E background

This text has white color on #77927E background.