COLOR #807377

HEX: #807377
RGB: (128,115,119)

Color info

#807377 contains red, green and blue colors in about the same proportion. Web safe color of #807377 is #666666 (or #666).

RGB color model

#807377 color RGB value is (128,115,119).

  • red value is 128;
  • green value is 115;
  • blue value is 119.
RGB:
(128,115,119)
(50%,45%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 115 of 255 = 45%
B 119 of 255 = 47%

128
115
119

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

Portions of RGB colors in percentages

R + G + B =
128 + 115 + 119 = 362 (100%)
R 128 of 362 ~ 35.36%
G 115 of 362 ~ 31.77%
B 119 of 362 ~ 32.87%

%35.36
%31.77
%32.87

CMYK color model

#807377 color CMYK value is (0,10,7,50).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 7.03%
  • key color value is 49.80%
CMYK:
(0,10,7,50)
C0M10Y7K50 
(0%,10%,7%,50%)
(0.00/0.10/0.07/0.50)	

CMYK percentages

%0
%10.16
%7.03
%49.8

Codes

Color #807377 in popluar color models

807377
RGB128115119
HSL342°5.35%47.65%
HSB/HSV342°10.16%50.20%
CMYK0.00%10.16%7.03%
49.80%

Color #807377 in popluar number systems.

HEX807377
Decimal128115119
Binary1000000011100111110111
Octal200163167

Shades and tints

Shades of #807377

#807377
(128,115,119)
#75696D
(117,105,109)
#6A5F63
(106,95,99)
#5F5559
(95,85,89)
#544B4F
(84,75,79)
#494145
(73,65,69)
#3E373B
(62,55,59)
#332D31
(51,45,49)
#282327
(40,35,39)
#1D191D
(29,25,29)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #807377

#807377
(128,115,119)
#8B7F83
(139,127,131)
#968B8F
(150,139,143)
#A1979B
(161,151,155)
#ACA3A7
(172,163,167)
#B7AFB3
(183,175,179)
#C2BBBF
(194,187,191)
#CDC7CB
(205,199,203)
#D8D3D7
(216,211,215)
#E3DFE3
(227,223,227)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807377 color. Also use rgb(128,115,119) instead hex code.

Text Font Color

.myTextColor { color: #807377; }

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

This text font color is #807377.


Background Color

.myBgColor { background-color: #807377; }

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

This div background color is #807377.


Border color

.myBorderColor { border: 1px solid #807377; }

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

This div border color is #807377.


Opacity

.myOpacity80 { color: #807377; opacity: 0.8; }

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

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

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

This text has shadow with #807377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807377 on black background.


Color preview on white background

This text has color #807377 on white background.



Black color preview on #807377 background

This text has black color on #807377 background.


White color preview on #807377 background

This text has white color on #807377 background.