#8F7972

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

Shades of Hemp #8F7972

Tints of Hemp #8F7972

Color information

#8F7972 (or 0x8F7972) is unknown color: approx Hemp. HEX triplet: 8F, 79 and 72. RGB value is (143,121,114). Sum of RGB (Red+Green+Blue) = 143+121+114=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7972 is #70868D. Grayscale: #7E7E7E. Windows color (decimal): -7374478 or 7502223. OLE color: 7502223.

HSL color Cylindrical-coordinate representation of color #8F7972: hue angle of 14.48º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F7972 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB143121114-
CMYK00.150.200.44
HSL14.48º11.46%50.39%-
HSV(B)14.48º20.28%56.08%-
XYZ21.220.7318.8-
YUV126.78120.79139.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.83%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=37.83%
G=32.01%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312111400.150.200.4414.4811.4650.39
Hex8F79720F142Ceb32
Octal2171711620172454161362
Binary1000111111110011110010011111010010110011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,121,114); }

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

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

 a { background-color: rgb(143,121,114); }

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

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

 span { border-color: rgb(143,121,114); }

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