#9F7E74

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

Shades of Hemp #9F7E74

Tints of Hemp #9F7E74

Color information

#9F7E74 (or 0x9F7E74) is unknown color: approx Hemp. HEX triplet: 9F, 7E and 74. RGB value is (159,126,116). Sum of RGB (Red+Green+Blue) = 159+126+116=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E74 is #60818B. Grayscale: #868686. Windows color (decimal): -6324620 or 7634591. OLE color: 7634591.

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

Color convert

RGB159126116-
CMYK00.210.270.38
HSL13.95º18.3%53.92%-
HSV(B)13.95º27.04%62.35%-
XYZ24.9123.5519.76-
YUV134.73117.43145.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.65%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=39.65%
G=31.42%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912611600.210.270.3813.9518.353.92
Hex9F7E740151B26e1236
Octal2371761640253346162266
Binary100111111111110111010001010111011100110111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,126,116); }

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

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

 a { background-color: rgb(159,126,116); }

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

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

 span { border-color: rgb(159,126,116); }

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