#8D7C72

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

Shades of Hurricane #8D7C72

Tints of Hurricane #8D7C72

Color information

#8D7C72 (or 0x8D7C72) is unknown color: approx Hurricane. HEX triplet: 8D, 7C and 72. RGB value is (141,124,114). Sum of RGB (Red+Green+Blue) = 141+124+114=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7C72 is #72838D. Grayscale: #808080. Windows color (decimal): -7504782 or 7502989. OLE color: 7502989.

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

Color convert

RGB141124114-
CMYK00.120.190.45
HSL22.22º10.59%50%-
HSV(B)22.22º19.15%55.29%-
XYZ21.2321.2918.91-
YUV127.94120.13137.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.20%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=37.20%
G=32.72%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112411400.120.190.4522.2210.5950
Hex8D7C720C132D16b32
Octal2151741620142355261362
Binary10001101111110011100100110010011101101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,124,114); }

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

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

 a { background-color: rgb(141,124,114); }

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

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

 span { border-color: rgb(141,124,114); }

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