#8D8480

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

Shades of Hurricane #8D8480

Tints of Hurricane #8D8480

Color information

#8D8480 (or 0x8D8480) is unknown color: approx Hurricane. HEX triplet: 8D, 84 and 80. RGB value is (141,132,128). Sum of RGB (Red+Green+Blue) = 141+132+128=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8480 is #727B7F. Grayscale: #868686. Windows color (decimal): -7502720 or 8422541. OLE color: 8422541.

HSL color Cylindrical-coordinate representation of color #8D8480: hue angle of 18.46º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D8480 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB141132128-
CMYK00.060.090.45
HSL18.46º5.39%52.75%-
HSV(B)18.46º9.22%55.29%-
XYZ23.1323.7223.78-
YUV134.24124.48132.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.16%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=35.16%
G=32.92%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113212800.060.090.4518.465.3952.75
Hex8D84800692D12535
Octal21520420006115522565
Binary1000110110000100100000000110100110110110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8480; }

 p { color: rgb(141,132,128); }

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

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

 a { background-color: rgb(141,132,128); }

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

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

 span { border-color: rgb(141,132,128); }

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