#8D817C

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

Shades of Hurricane #8D817C

Tints of Hurricane #8D817C

Color information

#8D817C (or 0x8D817C) is unknown color: approx Hurricane. HEX triplet: 8D, 81 and 7C. RGB value is (141,129,124). Sum of RGB (Red+Green+Blue) = 141+129+124=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D817C is #727E83. Grayscale: #848484. Windows color (decimal): -7503492 or 8159629. OLE color: 8159629.

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

Color convert

RGB141129124-
CMYK00.090.120.45
HSL17.65º6.94%51.96%-
HSV(B)17.65º12.06%55.29%-
XYZ22.4722.8222.29-
YUV132.02123.48134.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 129 (50.78% from 255) = 32.74%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=35.79%
G=32.74%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112912400.090.120.4517.656.9451.96
Hex8D817C09C2D12734
Octal215201174011145522764
Binary1000110110000001111110001001110010110110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,129,124); }

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

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

 a { background-color: rgb(141,129,124); }

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

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

 span { border-color: rgb(141,129,124); }

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