Shades of Hemp #977C77
Tints of Hemp #977C77
RGB
CMYK
RGB Variations
Color information
#977C77 (or 0x977C77) is known color: Hemp. HEX triplet: 97, 7C and 77. RGB value is (151,124,119). Sum of RGB (Red+Green+Blue) = 151+124+119=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #977C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977C77 is #688388. Grayscale: #838383. Windows color (decimal): -6849417 or 7830679. OLE color: 7830679.
HSL color Cylindrical-coordinate representation of color #977C77: hue angle of 9.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #977C77 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 119 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.41 |
| HSL | 9.38º | 0.13% | 0.53% | - |
| HSV(B) | 9.38º | 0.21% | 0.59% | - |
| XYZ | 23.3 | 22.33 | 20.53 | - |
| YUV | 131.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 119 | 0 | 0.18 | 0.21 | 0.41 | 9.38 | 0.13 | 0.53 |
| Hex | 97 | 7C | 77 | 0 | 12 | 15 | 29 | 9 | D | 35 |
| Octal | 227 | 174 | 167 | 0 | 22 | 25 | 51 | 11 | 15 | 65 |
| Binary | 10010111 | 1111100 | 1110111 | 0 | 10010 | 10101 | 101001 | 1001 | 1101 | 110101 |
Color Harmonies of #977C77
Complementary color
Monochromatic Colors of #977C77
Black with #977C77
Text Example
Text Example
White with #977C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C77; }
p { color: rgb(151,124,119); }
H1.HeaderClassName
{
color: #977C77;
}
.AnyTagClassName
{
color: #977C77;
}
</style>
background-color css
<style>
a { background-color: #977C77; }
a { background-color: rgb(151,124,119); }
div.DivClassName
{
background-color: #977C77;
}
.BgClassName
{
background-color: #977C77;
}
</style>
border-color css
<style>
span { border-color: #977C77; }
span { border-color: rgb(151,124,119); }
td.TdClassName
{
border-color: #977C77;
}
.TagClassName
{
border-color: #977C77;
}
</style>