#9D7F76

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

Shades of Hemp #9D7F76

Tints of Hemp #9D7F76

Color information

#9D7F76 (or 0x9D7F76) is unknown color: approx Hemp. HEX triplet: 9D, 7F and 76. RGB value is (157,127,118). Sum of RGB (Red+Green+Blue) = 157+127+118=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7F76 is #628089. Grayscale: #878787. Windows color (decimal): -6455434 or 7765917. OLE color: 7765917.

HSL color Cylindrical-coordinate representation of color #9D7F76: hue angle of 13.85º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D7F76 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB157127118-
CMYK00.190.250.38
HSL13.85º16.6%53.92%-
HSV(B)13.85º24.84%61.57%-
XYZ24.7623.6520.4-
YUV134.94118.44143.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.05%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=39.05%
G=31.59%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712711800.190.250.3813.8516.653.92
Hex9D7F760131926e1136
Octal2351771660233146162166
Binary100111011111111111011001001111001100110111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D7F76; }

 p { color: rgb(157,127,118); }

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

<style>
 a { background-color: #9D7F76; }

 a { background-color: rgb(157,127,118); }

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

<style>
 span { border-color: #9D7F76; }

 span { border-color: rgb(157,127,118); }

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