#87807C

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

Shades of Hurricane #87807C

Tints of Hurricane #87807C

Color information

#87807C (or 0x87807C) is unknown color: approx Hurricane. HEX triplet: 87, 80 and 7C. RGB value is (135,128,124). Sum of RGB (Red+Green+Blue) = 135+128+124=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 135 - color contains mainly: red. Hex color #87807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87807C is #787F83. Grayscale: #818181. Windows color (decimal): -7896964 or 8159367. OLE color: 8159367.

HSL color Cylindrical-coordinate representation of color #87807C: hue angle of 21.82º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87807C is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB135128124-
CMYK00.050.080.47
HSL21.82º4.38%50.78%-
HSV(B)21.82º8.15%52.94%-
XYZ21.3522.0422.2-
YUV129.64124.82131.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=34.88%
G=33.07%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512812400.050.080.4721.824.3850.78
Hex87807C0582F16433
Octal20720017405105726463
Binary100001111000000011111000101100010111110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87807C; }

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

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

<style>
 a { background-color: #87807C; }

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

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

<style>
 span { border-color: #87807C; }

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

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