Shades of Hemp #977A72
Tints of Hemp #977A72
RGB
CMYK
RGB Variations
Color information
#977A72 (or 0x977A72) is known color: Hemp. HEX triplet: 97, 7A and 72. RGB value is (151,122,114). Sum of RGB (Red+Green+Blue) = 151+122+114=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #977A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A72 is #68858D. Grayscale: #818181. Windows color (decimal): -6849934 or 7502487. OLE color: 7502487.
HSL color Cylindrical-coordinate representation of color #977A72: hue angle of 12.97º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977A72 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 114 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.41 |
| HSL | 12.97º | 0.15% | 0.52% | - |
| HSV(B) | 12.97º | 0.25% | 0.59% | - |
| XYZ | 22.76 | 21.71 | 18.91 | - |
| YUV | 129.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 114 | 0 | 0.19 | 0.25 | 0.41 | 12.97 | 0.15 | 0.52 |
| Hex | 97 | 7A | 72 | 0 | 13 | 19 | 29 | D | F | 34 |
| Octal | 227 | 172 | 162 | 0 | 23 | 31 | 51 | 15 | 17 | 64 |
| Binary | 10010111 | 1111010 | 1110010 | 0 | 10011 | 11001 | 101001 | 1101 | 1111 | 110100 |
Color Harmonies of #977A72
Complementary color
Monochromatic Colors of #977A72
Black with #977A72
Text Example
Text Example
White with #977A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A72; }
p { color: rgb(151,122,114); }
H1.HeaderClassName
{
color: #977A72;
}
.AnyTagClassName
{
color: #977A72;
}
</style>
background-color css
<style>
a { background-color: #977A72; }
a { background-color: rgb(151,122,114); }
div.DivClassName
{
background-color: #977A72;
}
.BgClassName
{
background-color: #977A72;
}
</style>
border-color css
<style>
span { border-color: #977A72; }
span { border-color: rgb(151,122,114); }
td.TdClassName
{
border-color: #977A72;
}
.TagClassName
{
border-color: #977A72;
}
</style>