#8F7C71

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

Shades of Hurricane #8F7C71

Tints of Hurricane #8F7C71

Color information

#8F7C71 (or 0x8F7C71) is unknown color: approx Hurricane. HEX triplet: 8F, 7C and 71. RGB value is (143,124,113). Sum of RGB (Red+Green+Blue) = 143+124+113=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7C71 is #70838E. Grayscale: #808080. Windows color (decimal): -7373711 or 7437455. OLE color: 7437455.

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

Color convert

RGB143124113-
CMYK00.130.210.44
HSL22º11.81%50.2%-
HSV(B)22º20.98%56.08%-
XYZ21.5221.4518.63-
YUV128.43119.29138.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.63%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=37.63%
G=32.63%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312411300.130.210.442211.8150.2
Hex8F7C710D152C16c32
Octal2171741610152554261462
Binary10001111111110011100010110110101101100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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