#8C7A71

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

Shades of Hurricane #8C7A71

Tints of Hurricane #8C7A71

Color information

#8C7A71 (or 0x8C7A71) is unknown color: approx Hurricane. HEX triplet: 8C, 7A and 71. RGB value is (140,122,113). Sum of RGB (Red+Green+Blue) = 140+122+113=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A71 is #73858E. Grayscale: #7E7E7E. Windows color (decimal): -7570831 or 7436940. OLE color: 7436940.

HSL color Cylindrical-coordinate representation of color #8C7A71: hue angle of 20º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7A71 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB140122113-
CMYK00.130.190.45
HSL20º10.67%49.61%-
HSV(B)20º19.29%54.9%-
XYZ20.7620.6918.52-
YUV126.36120.46137.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=37.33%
G=32.53%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012211300.130.190.452010.6749.61
Hex8C7A710D132D14b32
Octal2141721610152355241362
Binary10001100111101011100010110110011101101101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,122,113); }

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

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

 a { background-color: rgb(140,122,113); }

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

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

 span { border-color: rgb(140,122,113); }

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