#8F7F75

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

Shades of Hurricane #8F7F75

Tints of Hurricane #8F7F75

Color information

#8F7F75 (or 0x8F7F75) is unknown color: approx Hurricane. HEX triplet: 8F, 7F and 75. RGB value is (143,127,117). Sum of RGB (Red+Green+Blue) = 143+127+117=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7F75 is #70808A. Grayscale: #828282. Windows color (decimal): -7372939 or 7700367. OLE color: 7700367.

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

Color convert

RGB143127117-
CMYK00.110.180.44
HSL23.08º10.4%50.98%-
HSV(B)23.08º18.18%56.08%-
XYZ22.1322.319.97-
YUV130.64120.3136.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.95%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=36.95%
G=32.82%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312711700.110.180.4423.0810.450.98
Hex8F7F750B122C17a33
Octal2171771650132254271263
Binary10001111111111111101010101110010101100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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