#8F7E75

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

Shades of Hurricane #8F7E75

Tints of Hurricane #8F7E75

Color information

#8F7E75 (or 0x8F7E75) is unknown color: approx Hurricane. HEX triplet: 8F, 7E and 75. RGB value is (143,126,117). Sum of RGB (Red+Green+Blue) = 143+126+117=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7E75 is #70818A. Grayscale: #828282. Windows color (decimal): -7373195 or 7700111. OLE color: 7700111.

HSL color Cylindrical-coordinate representation of color #8F7E75: hue angle of 20.77º 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 #8F7E75 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB143126117-
CMYK00.120.180.44
HSL20.77º10.4%50.98%-
HSV(B)20.77º18.18%56.08%-
XYZ2222.0519.93-
YUV130.06120.63137.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.05%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=37.05%
G=32.64%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312611700.120.180.4420.7710.450.98
Hex8F7E750C122C15a33
Octal2171761650142254251263
Binary10001111111111011101010110010010101100101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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