#88756F

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

Shades of Hurricane #88756F

Tints of Hurricane #88756F

Color information

#88756F (or 0x88756F) is unknown color: approx Hurricane. HEX triplet: 88, 75 and 6F. RGB value is (136,117,111). Sum of RGB (Red+Green+Blue) = 136+117+111=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #88756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88756F is #778A90. Grayscale: #7A7A7A. Windows color (decimal): -7834257 or 7304584. OLE color: 7304584.

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

Color convert

RGB136117111-
CMYK00.140.180.47
HSL14.4º10.12%48.43%-
HSV(B)14.4º18.38%53.33%-
XYZ19.3819.117.7-
YUV122121.79137.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=37.36%
G=32.14%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611711100.140.180.4714.410.1248.43
Hex88756F0E122Fea30
Octal2101651570162257161260
Binary1000100011101011101111011101001010111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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