#8D827E

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

Shades of Hurricane #8D827E

Tints of Hurricane #8D827E

Color information

#8D827E (or 0x8D827E) is unknown color: approx Hurricane. HEX triplet: 8D, 82 and 7E. RGB value is (141,130,126). Sum of RGB (Red+Green+Blue) = 141+130+126=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D827E is #727D81. Grayscale: #848484. Windows color (decimal): -7503234 or 8290957. OLE color: 8290957.

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

Color convert

RGB141130126-
CMYK00.080.110.45
HSL16º6.17%52.35%-
HSV(B)16º10.64%55.29%-
XYZ22.7323.1323.01-
YUV132.83124.14133.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=35.52%
G=32.75%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113012600.080.110.45166.1752.35
Hex8D827E08B2D10634
Octal215202176010135520664
Binary1000110110000010111111001000101110110110000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,130,126); }

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

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

 a { background-color: rgb(141,130,126); }

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

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

 span { border-color: rgb(141,130,126); }

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