Shades of Hemp #977B76
Tints of Hemp #977B76
RGB
CMYK
RGB Variations
Color information
#977B76 (or 0x977B76) is known color: Hemp. HEX triplet: 97, 7B and 76. RGB value is (151,123,118). Sum of RGB (Red+Green+Blue) = 151+123+118=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #977B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977B76 is #688489. Grayscale: #828282. Windows color (decimal): -6849674 or 7764887. OLE color: 7764887.
HSL color Cylindrical-coordinate representation of color #977B76: hue angle of 9.09º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #977B76 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 123 | 118 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.41 |
| HSL | 9.09º | 0.14% | 0.53% | - |
| HSV(B) | 9.09º | 0.22% | 0.59% | - |
| XYZ | 23.12 | 22.05 | 20.18 | - |
| YUV | 130.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 118 | 0 | 0.19 | 0.22 | 0.41 | 9.09 | 0.14 | 0.53 |
| Hex | 97 | 7B | 76 | 0 | 13 | 16 | 29 | 9 | E | 35 |
| Octal | 227 | 173 | 166 | 0 | 23 | 26 | 51 | 11 | 16 | 65 |
| Binary | 10010111 | 1111011 | 1110110 | 0 | 10011 | 10110 | 101001 | 1001 | 1110 | 110101 |
Color Harmonies of #977B76
Complementary color
Monochromatic Colors of #977B76
Black with #977B76
Text Example
Text Example
White with #977B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977B76; }
p { color: rgb(151,123,118); }
H1.HeaderClassName
{
color: #977B76;
}
.AnyTagClassName
{
color: #977B76;
}
</style>
background-color css
<style>
a { background-color: #977B76; }
a { background-color: rgb(151,123,118); }
div.DivClassName
{
background-color: #977B76;
}
.BgClassName
{
background-color: #977B76;
}
</style>
border-color css
<style>
span { border-color: #977B76; }
span { border-color: rgb(151,123,118); }
td.TdClassName
{
border-color: #977B76;
}
.TagClassName
{
border-color: #977B76;
}
</style>