Html Css Color HEX #9E7F71 Hemp

📋 copy color: '#9E7F71'

red 158 ◦ green 127 ◦ blue 113

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

Shades of Hemp #9E7F71

Tints of Hemp #9E7F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.39%

R = 39.7%
G = 31.91%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E7F71 (or 0x9E7F71) is known color: Hemp. HEX triplet: 9E, 7F and 71. RGB value is (158,127,113). Sum of RGB (Red+Green+Blue) = 158+127+113=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7F71 is #61808E. Grayscale: #868686. Windows color (decimal): -6389903 or 7438238. OLE color: 7438238.

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

Color convert

RGB 158 127 113 -
CMYK 0 0.20 0.28 0.38
HSL 18.67º 0.19% 0.53% -
HSV(B) 18.67º 0.28% 0.62% -
XYZ 24.67 23.64 18.89 -
YUV 134.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 158 127 113 0 0.20 0.28 0.38 18.67 0.19 0.53
Hex 9E 7F 71 0 14 1C 26 13 13 35
Octal 236 177 161 0 24 34 46 23 23 65
Binary 10011110 1111111 1110001 0 10100 11100 100110 10011 10011 110101

Color Harmonies of #9E7F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7F71

Black with #9E7F71

Text Example


Text Example

White with #9E7F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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