Html Css Color HEX #888481 Hurricane

📋 copy color: '#888481'

red 136 ◦ green 132 ◦ blue 129

#888481
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hurricane #888481

Tints of Hurricane #888481

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 value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#888481 (or 0x888481) is known color: 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

RGB 136 132 129 -
CMYK 0 0.03 0.05 0.47
HSL 25.71º 0.03% 0.52% -
HSV(B) 25.71º 0.05% 0.53% -
XYZ 22.37 23.32 24.09 -
YUV 132.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 136 132 129 0 0.03 0.05 0.47 25.71 0.03 0.52
Hex 88 84 81 0 3 5 2F 1A 3 34
Octal 210 204 201 0 3 5 57 32 3 64
Binary 10001000 10000100 10000001 0 11 101 101111 11010 11 110100

Color Harmonies of #888481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888481

Black with #888481

Text Example


Text Example

White with #888481

Text Example


Text Example

HTML Codes & Css Web 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>