#87756F

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

Shades of Hurricane #87756F

Tints of Hurricane #87756F

Color information

#87756F (or 0x87756F) is unknown color: approx Hurricane. HEX triplet: 87, 75 and 6F. RGB value is (135,117,111). Sum of RGB (Red+Green+Blue) = 135+117+111=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #87756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87756F is #788A90. Grayscale: #797979. Windows color (decimal): -7899793 or 7304583. OLE color: 7304583.

HSL color Cylindrical-coordinate representation of color #87756F: hue angle of 15º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87756F is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB135117111-
CMYK00.130.180.47
HSL15º9.76%48.24%-
HSV(B)15º17.78%52.94%-
XYZ19.2219.0217.7-
YUV121.7121.96137.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=37.19%
G=32.23%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511711100.130.180.47159.7648.24
Hex87756F0D122Ffa30
Octal2071651570152257171260
Binary1000011111101011101111011011001010111111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87756F; }

 p { color: rgb(135,117,111); }

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

<style>
 a { background-color: #87756F; }

 a { background-color: rgb(135,117,111); }

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

<style>
 span { border-color: #87756F; }

 span { border-color: rgb(135,117,111); }

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