COLOR #77857F

HEX: #77857F
RGB: (119,133,127)

Color info

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

RGB color model

#77857F color RGB value is (119,133,127).

  • red value is 119;
  • green value is 133;
  • blue value is 127.
RGB:
(119,133,127)
(47%,52%,50%)

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 127 of 255 = 50%

119
133
127

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

Portions of RGB colors in percentages

R + G + B =
119 + 133 + 127 = 379 (100%)
R 119 of 379 ~ 31.4%
G 133 of 379 ~ 35.09%
B 127 of 379 ~ 33.51%

%31.4
%35.09
%33.51

CMYK color model

#77857F color CMYK value is (11,0,5,48).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 4.51%
  • key color value is 47.84%
CMYK:
(11,0,5,48)
C11M0Y5K48 
(11%,0%,5%,48%)
(0.11/0.00/0.05/0.48)	

CMYK percentages

%10.53
%0
%4.51
%47.84

Codes

Color #77857F in popluar color models

77857F
RGB119133127
HSL154°5.56%49.41%
HSB/HSV154°10.53%52.16%
CMYK10.53%0.00%4.51%
47.84%

Color #77857F in popluar number systems.

HEX77857F
Decimal119133127
Binary1110111100001011111111
Octal167205177

Shades and tints

Shades of #77857F

#77857F
(119,133,127)
#6D7974
(109,121,116)
#636D69
(99,109,105)
#59615E
(89,97,94)
#4F5553
(79,85,83)
#454948
(69,73,72)
#3B3D3D
(59,61,61)
#313132
(49,49,50)
#272527
(39,37,39)
#1D191C
(29,25,28)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #77857F

#77857F
(119,133,127)
#83908A
(131,144,138)
#8F9B95
(143,155,149)
#9BA6A0
(155,166,160)
#A7B1AB
(167,177,171)
#B3BCB6
(179,188,182)
#BFC7C1
(191,199,193)
#CBD2CC
(203,210,204)
#D7DDD7
(215,221,215)
#E3E8E2
(227,232,226)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77857F color. Also use rgb(119,133,127) instead hex code.

Text Font Color

.myTextColor { color: #77857F; }

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

This text font color is #77857F.


Background Color

.myBgColor { background-color: #77857F; }

<div style="background-color:#77857F">Inner text</div>

This div background color is #77857F.


Border color

.myBorderColor { border: 1px solid #77857F; }

<div style="border:3px solid #77857F">Div</div>

This div border color is #77857F.


Opacity

.myOpacity80 { color: #77857F; opacity: 0.8; }

<p style="color:#77857F;opacity:0.8;">80%</p>

Text with #77857F 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 #77857F;}

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

This text has shadow with #77857F color.

.textShadow {text-shadow: 3px 3px 1px #77857F, 3px 3px 1px red;}

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

This text has shadow with #77857F primary color and red secondary color.


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

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

This text has shadow with #77857F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77857F on black background.


Color preview on white background

This text has color #77857F on white background.



Black color preview on #77857F background

This text has black color on #77857F background.


White color preview on #77857F background

This text has white color on #77857F background.