Shades of Hacienda #977C16
Tints of Hacienda #977C16
RGB
CMYK
RGB Variations
Color information
#977C16 (or 0x977C16) is known color: Hacienda. HEX triplet: 97, 7C and 16. RGB value is (151,124,22). Sum of RGB (Red+Green+Blue) = 151+124+22=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #977C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977C16 is #6883E9. Grayscale: #787878. Windows color (decimal): -6849514 or 1473687. OLE color: 1473687.
HSL color Cylindrical-coordinate representation of color #977C16: hue angle of 47.44º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #977C16 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 22 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.41 |
| HSL | 47.44º | 0.75% | 0.34% | - |
| HSV(B) | 47.44º | 0.85% | 0.59% | - |
| XYZ | 20.11 | 21.05 | 3.76 | - |
| YUV | 120.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 22 | 0 | 0.18 | 0.85 | 0.41 | 47.44 | 0.75 | 0.34 |
| Hex | 97 | 7C | 16 | 0 | 12 | 55 | 29 | 2F | 4B | 22 |
| Octal | 227 | 174 | 26 | 0 | 22 | 125 | 51 | 57 | 113 | 42 |
| Binary | 10010111 | 1111100 | 10110 | 0 | 10010 | 1010101 | 101001 | 101111 | 1001011 | 100010 |
Color Harmonies of #977C16
Complementary color
Monochromatic Colors of #977C16
Black with #977C16
Text Example
Text Example
White with #977C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C16; }
p { color: rgb(151,124,22); }
H1.HeaderClassName
{
color: #977C16;
}
.AnyTagClassName
{
color: #977C16;
}
</style>
background-color css
<style>
a { background-color: #977C16; }
a { background-color: rgb(151,124,22); }
div.DivClassName
{
background-color: #977C16;
}
.BgClassName
{
background-color: #977C16;
}
</style>
border-color css
<style>
span { border-color: #977C16; }
span { border-color: rgb(151,124,22); }
td.TdClassName
{
border-color: #977C16;
}
.TagClassName
{
border-color: #977C16;
}
</style>