#887D76

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

Shades of Hurricane #887D76

Tints of Hurricane #887D76

Color information

#887D76 (or 0x887D76) is unknown color: approx Hurricane. HEX triplet: 88, 7D and 76. RGB value is (136,125,118). Sum of RGB (Red+Green+Blue) = 136+125+118=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #887D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D76 is #778289. Grayscale: #7F7F7F. Windows color (decimal): -7832202 or 7765384. OLE color: 7765384.

HSL color Cylindrical-coordinate representation of color #887D76: hue angle of 23.33º 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 #887D76 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB136125118-
CMYK00.080.130.47
HSL23.33º7.09%49.8%-
HSV(B)23.33º13.24%53.33%-
XYZ20.7621.2120.14-
YUV127.49122.64134.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=35.88%
G=32.98%
B=31.13%

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
Decimal13612511800.080.130.4723.337.0949.8
Hex887D7608D2F17732
Octal210175166010155727762
Binary100010001111101111011001000110110111110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887D76; }

 p { color: rgb(136,125,118); }

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

<style>
 a { background-color: #887D76; }

 a { background-color: rgb(136,125,118); }

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

<style>
 span { border-color: #887D76; }

 span { border-color: rgb(136,125,118); }

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