#877C76

Color #877C76 Hurricane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hurricane #877C76

Tints of Hurricane #877C76

Color information

#877C76 (or 0x877C76) is unknown color: approx Hurricane. HEX triplet: 87, 7C and 76. RGB value is (135,124,118). Sum of RGB (Red+Green+Blue) = 135+124+118=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #877C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C76 is #788389. Grayscale: #7E7E7E. Windows color (decimal): -7897994 or 7765127. OLE color: 7765127.

HSL color Cylindrical-coordinate representation of color #877C76: hue angle of 21.18º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #877C76 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB135124118-
CMYK00.080.130.47
HSL21.18º6.72%49.61%-
HSV(B)21.18º12.59%52.94%-
XYZ20.4720.8720.09-
YUV126.6123.14133.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=35.81%
G=32.89%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512411800.080.130.4721.186.7249.61
Hex877C7608D2F15732
Octal207174166010155725762
Binary100001111111100111011001000110110111110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877C76; }

 p { color: rgb(135,124,118); }

 H1.HeaderClassName
 {
   color: #877C76;
 }
 .AnyTagClassName
 {
   color: #877C76;
 }
</style>
background-color css

<style>
 a { background-color: #877C76; }

 a { background-color: rgb(135,124,118); }

 div.DivClassName
 {
   background-color: #877C76;
 }
 .BgClassName
 {
   background-color: #877C76;
 }
</style>
border-color css

<style>
 span { border-color: #877C76; }

 span { border-color: rgb(135,124,118); }

 td.TdClassName
 {
   border-color: #877C76;
 }
 .TagClassName
 {
   border-color: #877C76;
 }
</style>