#9D7F77

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

Shades of Hemp #9D7F77

Tints of Hemp #9D7F77

Color information

#9D7F77 (or 0x9D7F77) is unknown color: approx Hemp. HEX triplet: 9D, 7F and 77. RGB value is (157,127,119). Sum of RGB (Red+Green+Blue) = 157+127+119=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7F77 is #628088. Grayscale: #878787. Windows color (decimal): -6455433 or 7831453. OLE color: 7831453.

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

Color convert

RGB157127119-
CMYK00.190.240.38
HSL12.63º16.24%54.12%-
HSV(B)12.63º24.2%61.57%-
XYZ24.8223.6820.71-
YUV135.06118.94143.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.96%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=38.96%
G=31.51%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712711900.190.240.3812.6316.2454.12
Hex9D7F770131826d1036
Octal2351771670233046152066
Binary100111011111111111011101001111000100110110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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