Html Css Color HEX #9E7F70 Hemp

📋 copy color: '#9E7F70'

red 158 ◦ green 127 ◦ blue 112

#9E7F70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #9E7F70

Tints of Hemp #9E7F70

RGB

 RED value IS 158 (62.11% from 255) = 39.8%

 GREEN value IS 127 (50% from 255) = 31.99%

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 39.8%
G = 31.99%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E7F70 (or 0x9E7F70) is known color: Hemp. HEX triplet: 9E, 7F and 70. RGB value is (158,127,112). Sum of RGB (Red+Green+Blue) = 158+127+112=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7F70 is #61808F. Grayscale: #868686. Windows color (decimal): -6389904 or 7372702. OLE color: 7372702.

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

Color convert

RGB 158 127 112 -
CMYK 0 0.20 0.29 0.38
HSL 19.57º 0.19% 0.53% -
HSV(B) 19.57º 0.29% 0.62% -
XYZ 24.61 23.62 18.59 -
YUV 134.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 158 127 112 0 0.20 0.29 0.38 19.57 0.19 0.53
Hex 9E 7F 70 0 14 1D 26 14 13 35
Octal 236 177 160 0 24 35 46 24 23 65
Binary 10011110 1111111 1110000 0 10100 11101 100110 10100 10011 110101

Color Harmonies of #9E7F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7F70

Black with #9E7F70

Text Example


Text Example

White with #9E7F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E7F70;
 }
 .AnyTagClassName
 {
   color: #9E7F70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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