#8F827C

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

Shades of Hurricane #8F827C

Tints of Hurricane #8F827C

Color information

#8F827C (or 0x8F827C) is unknown color: approx Hurricane. HEX triplet: 8F, 82 and 7C. RGB value is (143,130,124). Sum of RGB (Red+Green+Blue) = 143+130+124=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 143 - color contains mainly: red. Hex color #8F827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F827C is #707D83. Grayscale: #858585. Windows color (decimal): -7372164 or 8159887. OLE color: 8159887.

HSL color Cylindrical-coordinate representation of color #8F827C: hue angle of 18.95º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F827C is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB143130124-
CMYK00.090.130.44
HSL18.95º7.82%52.35%-
HSV(B)18.95º13.29%56.08%-
XYZ22.9523.2622.35-
YUV133.2122.81134.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.02%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=36.02%
G=32.75%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313012400.090.130.4418.957.8252.35
Hex8F827C09D2C13834
Octal2172021740111554231064
Binary10001111100000101111100010011101101100100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,130,124); }

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

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

 a { background-color: rgb(143,130,124); }

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

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

 span { border-color: rgb(143,130,124); }

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