Html Css Color HEX #9D7A74 Hemp

📋 copy color: '#9D7A74'

red 157 ◦ green 122 ◦ blue 116

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

Shades of Hemp #9D7A74

Tints of Hemp #9D7A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.89%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 39.75%
G = 30.89%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9D7A74 (or 0x9D7A74) is known color: Hemp. HEX triplet: 9D, 7A and 74. RGB value is (157,122,116). Sum of RGB (Red+Green+Blue) = 157+122+116=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7A74 is #62858B. Grayscale: #838383. Windows color (decimal): -6456716 or 7633565. OLE color: 7633565.

HSL color Cylindrical-coordinate representation of color #9D7A74: hue angle of 8.78º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D7A74 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 122 116 -
CMYK 0 0.22 0.26 0.38
HSL 8.78º 0.17% 0.54% -
HSV(B) 8.78º 0.26% 0.62% -
XYZ 24.02 22.35 19.57 -
YUV 131.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 157 122 116 0 0.22 0.26 0.38 8.78 0.17 0.54
Hex 9D 7A 74 0 16 1A 26 9 11 36
Octal 235 172 164 0 26 32 46 11 21 66
Binary 10011101 1111010 1110100 0 10110 11010 100110 1001 10001 110110

Color Harmonies of #9D7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7A74

Black with #9D7A74

Text Example


Text Example

White with #9D7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,122,116); }

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

background-color css

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

 a { background-color: rgb(157,122,116); }

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

border-color css

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

 span { border-color: rgb(157,122,116); }

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