#8D756E

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

Shades of Hemp #8D756E

Tints of Hemp #8D756E

Color information

#8D756E (or 0x8D756E) is unknown color: approx Hemp. HEX triplet: 8D, 75 and 6E. RGB value is (141,117,110). Sum of RGB (Red+Green+Blue) = 141+117+110=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D756E is #728A91. Grayscale: #7B7B7B. Windows color (decimal): -7506578 or 7239053. OLE color: 7239053.

HSL color Cylindrical-coordinate representation of color #8D756E: hue angle of 13.55º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D756E is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB141117110-
CMYK00.170.220.45
HSL13.55º12.35%49.22%-
HSV(B)13.55º21.99%55.29%-
XYZ20.1619.5117.46-
YUV123.38120.45140.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=38.32%
G=31.79%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111711000.170.220.4513.5512.3549.22
Hex8D756E011162Dec31
Octal2151651560212655161461
Binary10001101111010111011100100011011010110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,117,110); }

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

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

 a { background-color: rgb(141,117,110); }

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

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

 span { border-color: rgb(141,117,110); }

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