#88807C

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

Shades of Hurricane #88807C

Tints of Hurricane #88807C

Color information

#88807C (or 0x88807C) is unknown color: approx Hurricane. HEX triplet: 88, 80 and 7C. RGB value is (136,128,124). Sum of RGB (Red+Green+Blue) = 136+128+124=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #88807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88807C is #777F83. Grayscale: #818181. Windows color (decimal): -7831428 or 8159368. OLE color: 8159368.

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

Color convert

RGB136128124-
CMYK00.060.090.47
HSL20º4.8%50.98%-
HSV(B)20º8.82%53.33%-
XYZ21.5122.1322.21-
YUV129.94124.65132.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.05%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=35.05%
G=32.99%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612812400.060.090.47204.850.98
Hex88807C0692F14533
Octal21020017406115724563
Binary100010001000000011111000110100110111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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