#9F7F78

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

Shades of Hemp #9F7F78

Tints of Hemp #9F7F78

Color information

#9F7F78 (or 0x9F7F78) is unknown color: approx Hemp. HEX triplet: 9F, 7F and 78. RGB value is (159,127,120). Sum of RGB (Red+Green+Blue) = 159+127+120=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F78 is #608087. Grayscale: #878787. Windows color (decimal): -6324360 or 7896991. OLE color: 7896991.

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

Color convert

RGB159127120-
CMYK00.200.250.38
HSL10.77º16.88%54.71%-
HSV(B)10.77º24.53%62.35%-
XYZ25.2823.9121.05-
YUV135.77119.1144.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=39.16%
G=31.28%
B=29.56%

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
Decimal15912712000.200.250.3810.7716.8854.71
Hex9F7F780141926b1137
Octal2371771700243146132167
Binary100111111111111111100001010011001100110101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,127,120); }

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

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

 a { background-color: rgb(159,127,120); }

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

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

 span { border-color: rgb(159,127,120); }

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