#88756C

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

Shades of Hurricane #88756C

Tints of Hurricane #88756C

Color information

#88756C (or 0x88756C) is unknown color: approx Hurricane. HEX triplet: 88, 75 and 6C. RGB value is (136,117,108). Sum of RGB (Red+Green+Blue) = 136+117+108=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88756C is #778A93. Grayscale: #797979. Windows color (decimal): -7834260 or 7107976. OLE color: 7107976.

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

Color convert

RGB136117108-
CMYK00.140.210.47
HSL19.29º11.48%47.84%-
HSV(B)19.29º20.59%53.33%-
XYZ19.2219.0416.85-
YUV121.66120.29138.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=37.67%
G=32.41%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611710800.140.210.4719.2911.4847.84
Hex88756C0E152F13b30
Octal2101651540162557231360
Binary10001000111010111011000111010101101111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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