#9D7A74

Color #9D7A74 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #9D7A74

Tints of Hemp #9D7A74

Color information

#9D7A74 (or 0x9D7A74) is unknown color: approx 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

RGB157122116-
CMYK00.220.260.38
HSL8.78º17.3%53.53%-
HSV(B)8.78º26.11%61.57%-
XYZ24.0222.3519.57-
YUV131.78119.1145.99-

RGB Variations

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

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.70% from 255) = 29.37%
R=39.75%
G=30.89%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712211600.220.260.388.7817.353.53
Hex9D7A740161A2691136
Octal2351721640263246112166
Binary100111011111010111010001011011010100110100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>