COLOR #77815D

HEX: #77815D
RGB: (119,129,93)

Color info

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

RGB color model

#77815D color RGB value is (119,129,93).

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

RGB channels and saturation

R 119 of 255 = 47%
G 129 of 255 = 51%
B 93 of 255 = 36%

119
129
93

R + G + B ~ 45%. #77815D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 129 + 93 = 341 (100%)
R 119 of 341 ~ 34.9%
G 129 of 341 ~ 37.83%
B 93 of 341 ~ 27.27%

%34.9
%37.83
%27.27

CMYK color model

#77815D color CMYK value is (8,0,28,49).

  • cyan value is 7.75%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 49.41%
CMYK:
(8,0,28,49)
C8M0Y28K49 
(8%,0%,28%,49%)
(0.08/0.00/0.28/0.49)	

CMYK percentages

%7.75
%0
%27.91
%49.41

Codes

Color #77815D in popluar color models

77815D
RGB11912993
HSL77°16.22%43.53%
HSB/HSV77°27.91%50.59%
CMYK7.75%0.00%27.91%
49.41%

Color #77815D in popluar number systems.

HEX77815D
Decimal11912993
Binary1110111100000011011101
Octal167201135

Shades and tints

Shades of #77815D

#77815D
(119,129,93)
#6D7655
(109,118,85)
#636B4D
(99,107,77)
#596045
(89,96,69)
#4F553D
(79,85,61)
#454A35
(69,74,53)
#3B3F2D
(59,63,45)
#313425
(49,52,37)
#27291D
(39,41,29)
#1D1E15
(29,30,21)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #77815D

#77815D
(119,129,93)
#838C6B
(131,140,107)
#8F9779
(143,151,121)
#9BA287
(155,162,135)
#A7AD95
(167,173,149)
#B3B8A3
(179,184,163)
#BFC3B1
(191,195,177)
#CBCEBF
(203,206,191)
#D7D9CD
(215,217,205)
#E3E4DB
(227,228,219)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77815D color. Also use rgb(119,129,93) instead hex code.

Text Font Color

.myTextColor { color: #77815D; }

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

This text font color is #77815D.


Background Color

.myBgColor { background-color: #77815D; }

<div style="background-color:#77815D">Inner text</div>

This div background color is #77815D.


Border color

.myBorderColor { border: 1px solid #77815D; }

<div style="border:3px solid #77815D">Div</div>

This div border color is #77815D.


Opacity

.myOpacity80 { color: #77815D; opacity: 0.8; }

<p style="color:#77815D;opacity:0.8;">80%</p>

Text with #77815D 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 #77815D;}

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

This text has shadow with #77815D color.

.textShadow {text-shadow: 3px 3px 1px #77815D, 3px 3px 1px red;}

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

This text has shadow with #77815D primary color and red secondary color.


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

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

This text has shadow with #77815D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77815D on black background.


Color preview on white background

This text has color #77815D on white background.



Black color preview on #77815D background

This text has black color on #77815D background.


White color preview on #77815D background

This text has white color on #77815D background.