Html Css Color HEX #9D7E70 Hemp

📋 copy color: '#9D7E70'

red 157 ◦ green 126 ◦ blue 112

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

Shades of Hemp #9D7E70

Tints of Hemp #9D7E70

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

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

R = 39.75%
G = 31.9%
B = 28.35%

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

#9D7E70 (or 0x9D7E70) is known color: Hemp. HEX triplet: 9D, 7E and 70. RGB value is (157,126,112). Sum of RGB (Red+Green+Blue) = 157+126+112=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7E70 is #62818F. Grayscale: #858585. Windows color (decimal): -6455696 or 7372445. OLE color: 7372445.

HSL color Cylindrical-coordinate representation of color #9D7E70: 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.29%. Process color model (Four color, CMYK) of #9D7E70 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 126 112 -
CMYK 0 0.20 0.29 0.38
HSL 18.67º 0.19% 0.53% -
HSV(B) 18.67º 0.29% 0.62% -
XYZ 24.29 23.26 18.54 -
YUV 133.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 157 126 112 0 0.20 0.29 0.38 18.67 0.19 0.53
Hex 9D 7E 70 0 14 1D 26 13 13 35
Octal 235 176 160 0 24 35 46 23 23 65
Binary 10011101 1111110 1110000 0 10100 11101 100110 10011 10011 110101

Color Harmonies of #9D7E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7E70

Black with #9D7E70

Text Example


Text Example

White with #9D7E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,126,112); }

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

background-color css

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

 a { background-color: rgb(157,126,112); }

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

border-color css

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

 span { border-color: rgb(157,126,112); }

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