#88756D

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

Shades of Hurricane #88756D

Tints of Hurricane #88756D

Color information

#88756D (or 0x88756D) is unknown color: approx Hurricane. HEX triplet: 88, 75 and 6D. RGB value is (136,117,109). Sum of RGB (Red+Green+Blue) = 136+117+109=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #88756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88756D is #778A92. Grayscale: #797979. Windows color (decimal): -7834259 or 7173512. OLE color: 7173512.

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

Color convert

RGB136117109-
CMYK00.140.200.47
HSL17.78º11.02%48.04%-
HSV(B)17.78º19.85%53.33%-
XYZ19.2719.0617.13-
YUV121.77120.79138.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=37.57%
G=32.32%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611710900.140.200.4717.7811.0248.04
Hex88756D0E142F12b30
Octal2101651550162457221360
Binary10001000111010111011010111010100101111100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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