Html Css Color HEX #9D7B71 Hemp

📋 copy color: '#9D7B71'

red 157 ◦ green 123 ◦ blue 113

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

Shades of Hemp #9D7B71

Tints of Hemp #9D7B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

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

R = 39.95%
G = 31.3%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D7B71 (or 0x9D7B71) is known color: Hemp. HEX triplet: 9D, 7B and 71. RGB value is (157,123,113). Sum of RGB (Red+Green+Blue) = 157+123+113=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7B71 is #62848E. Grayscale: #848484. Windows color (decimal): -6456463 or 7437213. OLE color: 7437213.

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

Color convert

RGB 157 123 113 -
CMYK 0 0.22 0.28 0.38
HSL 13.64º 0.18% 0.53% -
HSV(B) 13.64º 0.28% 0.62% -
XYZ 23.97 22.53 18.71 -
YUV 132.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 157 123 113 0 0.22 0.28 0.38 13.64 0.18 0.53
Hex 9D 7B 71 0 16 1C 26 E 12 35
Octal 235 173 161 0 26 34 46 16 22 65
Binary 10011101 1111011 1110001 0 10110 11100 100110 1110 10010 110101

Color Harmonies of #9D7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7B71

Black with #9D7B71

Text Example


Text Example

White with #9D7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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