#8F756F

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

Shades of Hemp #8F756F

Tints of Hemp #8F756F

Color information

#8F756F (or 0x8F756F) is unknown color: approx Hemp. HEX triplet: 8F, 75 and 6F. RGB value is (143,117,111). Sum of RGB (Red+Green+Blue) = 143+117+111=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F756F is #708A90. Grayscale: #7C7C7C. Windows color (decimal): -7375505 or 7304591. OLE color: 7304591.

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

Color convert

RGB143117111-
CMYK00.180.220.44
HSL11.25º12.6%49.8%-
HSV(B)11.25º22.38%56.08%-
XYZ20.5619.7117.76-
YUV124.09120.61141.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=38.54%
G=31.54%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311711100.180.220.4411.2512.649.8
Hex8F756F012162Cbd32
Octal2171651570222654131562
Binary10001111111010111011110100101011010110010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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