COLOR #77887D

HEX: #77887D
RGB: (119,136,125)

Color info

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

RGB color model

#77887D color RGB value is (119,136,125).

  • red value is 119;
  • green value is 136;
  • blue value is 125.
RGB:
(119,136,125)
(47%,53%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 136 of 255 = 53%
B 125 of 255 = 49%

119
136
125

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

Portions of RGB colors in percentages

R + G + B =
119 + 136 + 125 = 380 (100%)
R 119 of 380 ~ 31.32%
G 136 of 380 ~ 35.79%
B 125 of 380 ~ 32.89%

%31.32
%35.79
%32.89

CMYK color model

#77887D color CMYK value is (13,0,8,47).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 46.67%
CMYK:
(13,0,8,47)
C13M0Y8K47 
(13%,0%,8%,47%)
(0.13/0.00/0.08/0.47)	

CMYK percentages

%12.5
%0
%8.09
%46.67

Codes

Color #77887D in popluar color models

77887D
RGB119136125
HSL141°6.67%50.00%
HSB/HSV141°12.50%53.33%
CMYK12.50%0.00%8.09%
46.67%

Color #77887D in popluar number systems.

HEX77887D
Decimal119136125
Binary1110111100010001111101
Octal167210175

Shades and tints

Shades of #77887D

#77887D
(119,136,125)
#6D7C72
(109,124,114)
#637067
(99,112,103)
#59645C
(89,100,92)
#4F5851
(79,88,81)
#454C46
(69,76,70)
#3B403B
(59,64,59)
#313430
(49,52,48)
#272825
(39,40,37)
#1D1C1A
(29,28,26)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #77887D

#77887D
(119,136,125)
#839288
(131,146,136)
#8F9C93
(143,156,147)
#9BA69E
(155,166,158)
#A7B0A9
(167,176,169)
#B3BAB4
(179,186,180)
#BFC4BF
(191,196,191)
#CBCECA
(203,206,202)
#D7D8D5
(215,216,213)
#E3E2E0
(227,226,224)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77887D color. Also use rgb(119,136,125) instead hex code.

Text Font Color

.myTextColor { color: #77887D; }

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

This text font color is #77887D.


Background Color

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

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

This div background color is #77887D.


Border color

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

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

This div border color is #77887D.


Opacity

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

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

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

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

This text has shadow with #77887D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77887D on black background.


Color preview on white background

This text has color #77887D on white background.



Black color preview on #77887D background

This text has black color on #77887D background.


White color preview on #77887D background

This text has white color on #77887D background.