#9E7F77

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

Shades of Hemp #9E7F77

Tints of Hemp #9E7F77

Color information

#9E7F77 (or 0x9E7F77) is unknown color: approx Hemp. HEX triplet: 9E, 7F and 77. RGB value is (158,127,119). Sum of RGB (Red+Green+Blue) = 158+127+119=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7F77 is #618088. Grayscale: #878787. Windows color (decimal): -6389897 or 7831454. OLE color: 7831454.

HSL color Cylindrical-coordinate representation of color #9E7F77: hue angle of 12.31º 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 #9E7F77 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB158127119-
CMYK00.200.250.38
HSL12.31º16.74%54.31%-
HSV(B)12.31º24.68%61.96%-
XYZ25.0223.7820.72-
YUV135.36118.77144.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.11%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=39.11%
G=31.44%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812711900.200.250.3812.3116.7454.31
Hex9E7F770141926c1136
Octal2361771670243146142166
Binary100111101111111111011101010011001100110110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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