Shades of Hemp #977D73
Tints of Hemp #977D73
RGB
CMYK
RGB Variations
Color information
#977D73 (or 0x977D73) is known color: Hemp. HEX triplet: 97, 7D and 73. RGB value is (151,125,115). Sum of RGB (Red+Green+Blue) = 151+125+115=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #977D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977D73 is #68828C. Grayscale: #838383. Windows color (decimal): -6849165 or 7568791. OLE color: 7568791.
HSL color Cylindrical-coordinate representation of color #977D73: hue angle of 16.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #977D73 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 125 | 115 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.41 |
| HSL | 16.67º | 0.15% | 0.52% | - |
| HSV(B) | 16.67º | 0.24% | 0.59% | - |
| XYZ | 23.19 | 22.48 | 19.34 | - |
| YUV | 131.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 115 | 0 | 0.17 | 0.24 | 0.41 | 16.67 | 0.15 | 0.52 |
| Hex | 97 | 7D | 73 | 0 | 11 | 18 | 29 | 11 | F | 34 |
| Octal | 227 | 175 | 163 | 0 | 21 | 30 | 51 | 21 | 17 | 64 |
| Binary | 10010111 | 1111101 | 1110011 | 0 | 10001 | 11000 | 101001 | 10001 | 1111 | 110100 |
Color Harmonies of #977D73
Complementary color
Monochromatic Colors of #977D73
Black with #977D73
Text Example
Text Example
White with #977D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977D73; }
p { color: rgb(151,125,115); }
H1.HeaderClassName
{
color: #977D73;
}
.AnyTagClassName
{
color: #977D73;
}
</style>
background-color css
<style>
a { background-color: #977D73; }
a { background-color: rgb(151,125,115); }
div.DivClassName
{
background-color: #977D73;
}
.BgClassName
{
background-color: #977D73;
}
</style>
border-color css
<style>
span { border-color: #977D73; }
span { border-color: rgb(151,125,115); }
td.TdClassName
{
border-color: #977D73;
}
.TagClassName
{
border-color: #977D73;
}
</style>