COLOR #77876C

HEX: #77876C
RGB: (119,135,108)

Color info

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

RGB color model

#77876C color RGB value is (119,135,108).

  • red value is 119;
  • green value is 135;
  • blue value is 108.
RGB:
(119,135,108)
(47%,53%,42%)

RGB channels and saturation

R 119 of 255 = 47%
G 135 of 255 = 53%
B 108 of 255 = 42%

119
135
108

R + G + B ~ 47%. #77876C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 135 + 108 = 362 (100%)
R 119 of 362 ~ 32.87%
G 135 of 362 ~ 37.29%
B 108 of 362 ~ 29.83%

%32.87
%37.29
%29.83

CMYK color model

#77876C color CMYK value is (12,0,20,47).

  • cyan value is 11.85%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(12,0,20,47)
C12M0Y20K47 
(12%,0%,20%,47%)
(0.12/0.00/0.20/0.47)	

CMYK percentages

%11.85
%0
%20
%47.06

Codes

Color #77876C in popluar color models

77876C
RGB119135108
HSL96°11.11%47.65%
HSB/HSV96°20.00%52.94%
CMYK11.85%0.00%20.00%
47.06%

Color #77876C in popluar number systems.

HEX77876C
Decimal119135108
Binary1110111100001111101100
Octal167207154

Shades and tints

Shades of #77876C

#77876C
(119,135,108)
#6D7B63
(109,123,99)
#636F5A
(99,111,90)
#596351
(89,99,81)
#4F5748
(79,87,72)
#454B3F
(69,75,63)
#3B3F36
(59,63,54)
#31332D
(49,51,45)
#272724
(39,39,36)
#1D1B1B
(29,27,27)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #77876C

#77876C
(119,135,108)
#839179
(131,145,121)
#8F9B86
(143,155,134)
#9BA593
(155,165,147)
#A7AFA0
(167,175,160)
#B3B9AD
(179,185,173)
#BFC3BA
(191,195,186)
#CBCDC7
(203,205,199)
#D7D7D4
(215,215,212)
#E3E1E1
(227,225,225)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77876C color. Also use rgb(119,135,108) instead hex code.

Text Font Color

.myTextColor { color: #77876C; }

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

This text font color is #77876C.


Background Color

.myBgColor { background-color: #77876C; }

<div style="background-color:#77876C">Inner text</div>

This div background color is #77876C.


Border color

.myBorderColor { border: 1px solid #77876C; }

<div style="border:3px solid #77876C">Div</div>

This div border color is #77876C.


Opacity

.myOpacity80 { color: #77876C; opacity: 0.8; }

<p style="color:#77876C;opacity:0.8;">80%</p>

Text with #77876C 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 #77876C;}

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

This text has shadow with #77876C color.

.textShadow {text-shadow: 3px 3px 1px #77876C, 3px 3px 1px red;}

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

This text has shadow with #77876C primary color and red secondary color.


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

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

This text has shadow with #77876C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77876C on black background.


Color preview on white background

This text has color #77876C on white background.



Black color preview on #77876C background

This text has black color on #77876C background.


White color preview on #77876C background

This text has white color on #77876C background.