#888481

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

Shades of Hurricane #888481

Tints of Hurricane #888481

Color information

#888481 (or 0x888481) is unknown color: approx Hurricane. HEX triplet: 88, 84 and 81. RGB value is (136,132,129). Sum of RGB (Red+Green+Blue) = 136+132+129=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 136 - color contains mainly: red. Hex color #888481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888481 is #777B7E. Grayscale: #848484. Windows color (decimal): -7830399 or 8488072. OLE color: 8488072.

HSL color Cylindrical-coordinate representation of color #888481: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #888481 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB136132129-
CMYK00.030.050.47
HSL25.71º2.86%51.96%-
HSV(B)25.71º5.15%53.33%-
XYZ22.3723.3224.09-
YUV132.85125.83130.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.26%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=34.26%
G=33.25%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613212900.030.050.4725.712.8651.96
Hex8884810352F1a334
Octal2102042010355732364
Binary1000100010000100100000010111011011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888481; }

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

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

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

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

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

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

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

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