Html Css Color HEX #9D7F71 Hemp

📋 copy color: '#9D7F71'

red 157 ◦ green 127 ◦ blue 113

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

Shades of Hemp #9D7F71

Tints of Hemp #9D7F71

RGB

 RED value IS 157 (61.72% from 255) = 39.55%

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

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

R = 39.55%
G = 31.99%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D7F71 (or 0x9D7F71) is known color: Hemp. HEX triplet: 9D, 7F and 71. RGB value is (157,127,113). Sum of RGB (Red+Green+Blue) = 157+127+113=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7F71 is #62808E. Grayscale: #868686. Windows color (decimal): -6455439 or 7438237. OLE color: 7438237.

HSL color Cylindrical-coordinate representation of color #9D7F71: hue angle of 19.09º degrees, saturation: 0.18, 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 #9D7F71 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 127 113 -
CMYK 0 0.19 0.28 0.38
HSL 19.09º 0.18% 0.53% -
HSV(B) 19.09º 0.28% 0.62% -
XYZ 24.47 23.54 18.88 -
YUV 134.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 157 127 113 0 0.19 0.28 0.38 19.09 0.18 0.53
Hex 9D 7F 71 0 13 1C 26 13 12 35
Octal 235 177 161 0 23 34 46 23 22 65
Binary 10011101 1111111 1110001 0 10011 11100 100110 10011 10010 110101

Color Harmonies of #9D7F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7F71

Black with #9D7F71

Text Example


Text Example

White with #9D7F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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