Html Css Color HEX #9D7C71 Hemp

📋 copy color: '#9D7C71'

red 157 ◦ green 124 ◦ blue 113

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

Shades of Hemp #9D7C71

Tints of Hemp #9D7C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.47%

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

R = 39.85%
G = 31.47%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D7C71 (or 0x9D7C71) is known color: Hemp. HEX triplet: 9D, 7C and 71. RGB value is (157,124,113). Sum of RGB (Red+Green+Blue) = 157+124+113=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7C71 is #62838E. Grayscale: #848484. Windows color (decimal): -6456207 or 7437469. OLE color: 7437469.

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

Color convert

RGB 157 124 113 -
CMYK 0 0.21 0.28 0.38
HSL 15º 0.18% 0.53% -
HSV(B) 15º 0.28% 0.62% -
XYZ 24.09 22.78 18.75 -
YUV 132.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 157 124 113 0 0.21 0.28 0.38 15 0.18 0.53
Hex 9D 7C 71 0 15 1C 26 F 12 35
Octal 235 174 161 0 25 34 46 17 22 65
Binary 10011101 1111100 1110001 0 10101 11100 100110 1111 10010 110101

Color Harmonies of #9D7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7C71

Black with #9D7C71

Text Example


Text Example

White with #9D7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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