#8F847F

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

Shades of Hurricane #8F847F

Tints of Hurricane #8F847F

Color information

#8F847F (or 0x8F847F) is unknown color: approx Hurricane. HEX triplet: 8F, 84 and 7F. RGB value is (143,132,127). Sum of RGB (Red+Green+Blue) = 143+132+127=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 143 - color contains mainly: red. Hex color #8F847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F847F is #707B80. Grayscale: #868686. Windows color (decimal): -7371649 or 8357007. OLE color: 8357007.

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

Color convert

RGB143132127-
CMYK00.080.110.44
HSL18.75º6.67%52.94%-
HSV(B)18.75º11.19%56.08%-
XYZ23.4123.8723.45-
YUV134.72123.64133.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.57%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 127 (50% from 255) = 31.59%
R=35.57%
G=32.84%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14313212700.080.110.4418.756.6752.94
Hex8F847F08B2C13735
Octal217204177010135423765
Binary1000111110000100111111101000101110110010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,132,127); }

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

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

 a { background-color: rgb(143,132,127); }

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

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

 span { border-color: rgb(143,132,127); }

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