#88817D

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

Shades of Hurricane #88817D

Tints of Hurricane #88817D

Color information

#88817D (or 0x88817D) is unknown color: approx Hurricane. HEX triplet: 88, 81 and 7D. RGB value is (136,129,125). Sum of RGB (Red+Green+Blue) = 136+129+125=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 136 - color contains mainly: red. Hex color #88817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88817D is #777E82. Grayscale: #828282. Windows color (decimal): -7831171 or 8225160. OLE color: 8225160.

HSL color Cylindrical-coordinate representation of color #88817D: 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 #88817D is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB136129125-
CMYK00.050.080.47
HSL21.82º4.42%51.18%-
HSV(B)21.82º8.09%53.33%-
XYZ21.7122.4222.58-
YUV130.64124.82131.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=34.87%
G=33.08%
B=32.05%

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
Decimal13612912500.050.080.4721.824.4251.18
Hex88817D0582F16433
Octal21020117505105726463
Binary100010001000000111111010101100010111110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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