#887D79

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

Shades of Hurricane #887D79

Tints of Hurricane #887D79

Color information

#887D79 (or 0x887D79) is unknown color: approx Hurricane. HEX triplet: 88, 7D and 79. RGB value is (136,125,121). Sum of RGB (Red+Green+Blue) = 136+125+121=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 136 - color contains mainly: red. Hex color #887D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D79 is #778286. Grayscale: #7F7F7F. Windows color (decimal): -7832199 or 7961992. OLE color: 7961992.

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

Color convert

RGB136125121-
CMYK00.080.110.47
HSL16º5.93%50.39%-
HSV(B)16º11.03%53.33%-
XYZ20.9421.2821.09-
YUV127.83124.14133.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.60%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=35.60%
G=32.72%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612512100.080.110.47165.9350.39
Hex887D7908B2F10632
Octal210175171010135720662
Binary100010001111101111100101000101110111110000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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