#88817E

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

Shades of Hurricane #88817E

Tints of Hurricane #88817E

Color information

#88817E (or 0x88817E) is unknown color: approx Hurricane. HEX triplet: 88, 81 and 7E. RGB value is (136,129,126). Sum of RGB (Red+Green+Blue) = 136+129+126=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 136 - color contains mainly: red. Hex color #88817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88817E is #777E81. Grayscale: #828282. Windows color (decimal): -7831170 or 8290696. OLE color: 8290696.

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

Color convert

RGB136129126-
CMYK00.050.070.47
HSL18º4.03%51.37%-
HSV(B)18º7.35%53.33%-
XYZ21.7722.4422.92-
YUV130.75125.32131.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=34.78%
G=32.99%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612912600.050.070.47184.0351.37
Hex88817E0572F12433
Octal2102011760575722463
Binary10001000100000011111110010111110111110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88817E; }

 p { color: rgb(136,129,126); }

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

<style>
 a { background-color: #88817E; }

 a { background-color: rgb(136,129,126); }

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

<style>
 span { border-color: #88817E; }

 span { border-color: rgb(136,129,126); }

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