Shades of Hemp #997D78
Tints of Hemp #997D78
RGB
CMYK
RGB Variations
Color information
#997D78 (or 0x997D78) is known color: Hemp. HEX triplet: 99, 7D and 78. RGB value is (153,125,120). Sum of RGB (Red+Green+Blue) = 153+125+120=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #997D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D78 is #668287. Grayscale: #848484. Windows color (decimal): -6718088 or 7896473. OLE color: 7896473.
HSL color Cylindrical-coordinate representation of color #997D78: hue angle of 9.09º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #997D78 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 120 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.4 |
| HSL | 9.09º | 0.14% | 0.54% | - |
| HSV(B) | 9.09º | 0.22% | 0.6% | - |
| XYZ | 23.86 | 22.8 | 20.91 | - |
| YUV | 132.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 120 | 0 | 0.18 | 0.22 | 0.4 | 9.09 | 0.14 | 0.54 |
| Hex | 99 | 7D | 78 | 0 | 12 | 16 | 28 | 9 | E | 36 |
| Octal | 231 | 175 | 170 | 0 | 22 | 26 | 50 | 11 | 16 | 66 |
| Binary | 10011001 | 1111101 | 1111000 | 0 | 10010 | 10110 | 101000 | 1001 | 1110 | 110110 |
Color Harmonies of #997D78
Complementary color
Monochromatic Colors of #997D78
Black with #997D78
Text Example
Text Example
White with #997D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D78; }
p { color: rgb(153,125,120); }
H1.HeaderClassName
{
color: #997D78;
}
.AnyTagClassName
{
color: #997D78;
}
</style>
background-color css
<style>
a { background-color: #997D78; }
a { background-color: rgb(153,125,120); }
div.DivClassName
{
background-color: #997D78;
}
.BgClassName
{
background-color: #997D78;
}
</style>
border-color css
<style>
span { border-color: #997D78; }
span { border-color: rgb(153,125,120); }
td.TdClassName
{
border-color: #997D78;
}
.TagClassName
{
border-color: #997D78;
}
</style>