#8C7975

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

Shades of Hemp #8C7975

Tints of Hemp #8C7975

Color information

#8C7975 (or 0x8C7975) is unknown color: approx Hemp. HEX triplet: 8C, 79 and 75. RGB value is (140,121,117). Sum of RGB (Red+Green+Blue) = 140+121+117=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7975 is #73868A. Grayscale: #7E7E7E. Windows color (decimal): -7571083 or 7698828. OLE color: 7698828.

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

Color convert

RGB140121117-
CMYK00.140.160.45
HSL10.43º9.09%50.39%-
HSV(B)10.43º16.43%54.9%-
XYZ20.8620.5319.69-
YUV126.22122.79137.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=37.04%
G=32.01%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012111700.140.160.4510.439.0950.39
Hex8C79750E102Da932
Octal2141711650162055121162
Binary1000110011110011110101011101000010110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,121,117); }

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

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

 a { background-color: rgb(140,121,117); }

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

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

 span { border-color: rgb(140,121,117); }

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