COLOR #77817A

HEX: #77817A
RGB: (119,129,122)

Color info

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

RGB color model

#77817A color RGB value is (119,129,122).

  • red value is 119;
  • green value is 129;
  • blue value is 122.
RGB:
(119,129,122)
(47%,51%,48%)

RGB channels and saturation

R 119 of 255 = 47%
G 129 of 255 = 51%
B 122 of 255 = 48%

119
129
122

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

Portions of RGB colors in percentages

R + G + B =
119 + 129 + 122 = 370 (100%)
R 119 of 370 ~ 32.16%
G 129 of 370 ~ 34.86%
B 122 of 370 ~ 32.97%

%32.16
%34.86
%32.97

CMYK color model

#77817A color CMYK value is (8,0,5,49).

  • cyan value is 7.75%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 49.41%
CMYK:
(8,0,5,49)
C8M0Y5K49 
(8%,0%,5%,49%)
(0.08/0.00/0.05/0.49)	

CMYK percentages

%7.75
%0
%5.43
%49.41

Codes

Color #77817A in popluar color models

77817A
RGB119129122
HSL138°4.03%48.63%
HSB/HSV138°7.75%50.59%
CMYK7.75%0.00%5.43%
49.41%

Color #77817A in popluar number systems.

HEX77817A
Decimal119129122
Binary1110111100000011111010
Octal167201172

Shades and tints

Shades of #77817A

#77817A
(119,129,122)
#6D766F
(109,118,111)
#636B64
(99,107,100)
#596059
(89,96,89)
#4F554E
(79,85,78)
#454A43
(69,74,67)
#3B3F38
(59,63,56)
#31342D
(49,52,45)
#272922
(39,41,34)
#1D1E17
(29,30,23)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #77817A

#77817A
(119,129,122)
#838C86
(131,140,134)
#8F9792
(143,151,146)
#9BA29E
(155,162,158)
#A7ADAA
(167,173,170)
#B3B8B6
(179,184,182)
#BFC3C2
(191,195,194)
#CBCECE
(203,206,206)
#D7D9DA
(215,217,218)
#E3E4E6
(227,228,230)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77817A color. Also use rgb(119,129,122) instead hex code.

Text Font Color

.myTextColor { color: #77817A; }

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

This text font color is #77817A.


Background Color

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

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

This div background color is #77817A.


Border color

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

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

This div border color is #77817A.


Opacity

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

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

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

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

This text has shadow with #77817A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77817A on black background.


Color preview on white background

This text has color #77817A on white background.



Black color preview on #77817A background

This text has black color on #77817A background.


White color preview on #77817A background

This text has white color on #77817A background.