Shades of Hemp #977A75
Tints of Hemp #977A75
RGB
CMYK
RGB Variations
Color information
#977A75 (or 0x977A75) is known color: Hemp. HEX triplet: 97, 7A and 75. RGB value is (151,122,117). Sum of RGB (Red+Green+Blue) = 151+122+117=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 151 - color contains mainly: red. Hex color #977A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977A75 is #68858A. Grayscale: #828282. Windows color (decimal): -6849931 or 7699095. OLE color: 7699095.
HSL color Cylindrical-coordinate representation of color #977A75: hue angle of 8.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #977A75 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 117 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.41 |
| HSL | 8.82º | 0.14% | 0.53% | - |
| HSV(B) | 8.82º | 0.23% | 0.59% | - |
| XYZ | 22.93 | 21.78 | 19.83 | - |
| YUV | 130.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 117 | 0 | 0.19 | 0.23 | 0.41 | 8.82 | 0.14 | 0.53 |
| Hex | 97 | 7A | 75 | 0 | 13 | 17 | 29 | 9 | E | 35 |
| Octal | 227 | 172 | 165 | 0 | 23 | 27 | 51 | 11 | 16 | 65 |
| Binary | 10010111 | 1111010 | 1110101 | 0 | 10011 | 10111 | 101001 | 1001 | 1110 | 110101 |
Color Harmonies of #977A75
Complementary color
Monochromatic Colors of #977A75
Black with #977A75
Text Example
Text Example
White with #977A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A75; }
p { color: rgb(151,122,117); }
H1.HeaderClassName
{
color: #977A75;
}
.AnyTagClassName
{
color: #977A75;
}
</style>
background-color css
<style>
a { background-color: #977A75; }
a { background-color: rgb(151,122,117); }
div.DivClassName
{
background-color: #977A75;
}
.BgClassName
{
background-color: #977A75;
}
</style>
border-color css
<style>
span { border-color: #977A75; }
span { border-color: rgb(151,122,117); }
td.TdClassName
{
border-color: #977A75;
}
.TagClassName
{
border-color: #977A75;
}
</style>