#8C7873

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

Shades of Hemp #8C7873

Tints of Hemp #8C7873

Color information

#8C7873 (or 0x8C7873) is unknown color: approx Hemp. HEX triplet: 8C, 78 and 73. RGB value is (140,120,115). Sum of RGB (Red+Green+Blue) = 140+120+115=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7873 is #73878C. Grayscale: #7D7D7D. Windows color (decimal): -7571341 or 7567500. OLE color: 7567500.

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

Color convert

RGB140120115-
CMYK00.140.180.45
HSL12º9.8%50%-
HSV(B)12º17.86%54.9%-
XYZ20.6320.2519.04-
YUV125.41122.13138.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=37.33%
G=32%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012011500.140.180.45129.850
Hex8C78730E122Dca32
Octal2141701630162255141262
Binary1000110011110001110011011101001010110111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,120,115); }

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

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

 a { background-color: rgb(140,120,115); }

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

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

 span { border-color: rgb(140,120,115); }

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