#88756E

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

Shades of Hurricane #88756E

Tints of Hurricane #88756E

Color information

#88756E (or 0x88756E) is unknown color: approx Hurricane. HEX triplet: 88, 75 and 6E. RGB value is (136,117,110). Sum of RGB (Red+Green+Blue) = 136+117+110=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #88756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88756E is #778A91. Grayscale: #797979. Windows color (decimal): -7834258 or 7239048. OLE color: 7239048.

HSL color Cylindrical-coordinate representation of color #88756E: hue angle of 16.15º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88756E is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB136117110-
CMYK00.140.190.47
HSL16.15º10.57%48.24%-
HSV(B)16.15º19.12%53.33%-
XYZ19.3319.0817.42-
YUV121.88121.29138.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=37.47%
G=32.23%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611711000.140.190.4716.1510.5748.24
Hex88756E0E132F10b30
Octal2101651560162357201360
Binary10001000111010111011100111010011101111100001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,117,110); }

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

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

 a { background-color: rgb(136,117,110); }

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

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

 span { border-color: rgb(136,117,110); }

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