#8F766E

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

Shades of Hemp #8F766E

Tints of Hemp #8F766E

Color information

#8F766E (or 0x8F766E) is unknown color: approx Hemp. HEX triplet: 8F, 76 and 6E. RGB value is (143,118,110). Sum of RGB (Red+Green+Blue) = 143+118+110=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F766E is #708991. Grayscale: #7C7C7C. Windows color (decimal): -7375250 or 7239311. OLE color: 7239311.

HSL color Cylindrical-coordinate representation of color #8F766E: hue angle of 14.55º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F766E is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB143118110-
CMYK00.170.230.44
HSL14.55º13.04%49.61%-
HSV(B)14.55º23.08%56.08%-
XYZ20.6219.9217.51-
YUV124.56119.78141.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=38.54%
G=31.81%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311811000.170.230.4414.5513.0449.61
Hex8F766E011172Cfd32
Octal2171661560212754171562
Binary10001111111011011011100100011011110110011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,118,110); }

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

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

 a { background-color: rgb(143,118,110); }

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

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

 span { border-color: rgb(143,118,110); }

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