Shades of Hacienda #977D17
Tints of Hacienda #977D17
RGB
CMYK
RGB Variations
Color information
#977D17 (or 0x977D17) is known color: Hacienda. HEX triplet: 97, 7D and 17. RGB value is (151,125,23). Sum of RGB (Red+Green+Blue) = 151+125+23=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #977D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977D17 is #6882E8. Grayscale: #797979. Windows color (decimal): -6849257 or 1539479. OLE color: 1539479.
HSL color Cylindrical-coordinate representation of color #977D17: hue angle of 47.81º degrees, saturation: 0.74, 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 #977D17 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 125 | 23 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.41 |
| HSL | 47.81º | 0.74% | 0.34% | - |
| HSV(B) | 47.81º | 0.85% | 0.59% | - |
| XYZ | 20.25 | 21.31 | 3.86 | - |
| YUV | 121.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 23 | 0 | 0.17 | 0.85 | 0.41 | 47.81 | 0.74 | 0.34 |
| Hex | 97 | 7D | 17 | 0 | 11 | 55 | 29 | 30 | 4A | 22 |
| Octal | 227 | 175 | 27 | 0 | 21 | 125 | 51 | 60 | 112 | 42 |
| Binary | 10010111 | 1111101 | 10111 | 0 | 10001 | 1010101 | 101001 | 110000 | 1001010 | 100010 |
Color Harmonies of #977D17
Complementary color
Monochromatic Colors of #977D17
Black with #977D17
Text Example
Text Example
White with #977D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977D17; }
p { color: rgb(151,125,23); }
H1.HeaderClassName
{
color: #977D17;
}
.AnyTagClassName
{
color: #977D17;
}
</style>
background-color css
<style>
a { background-color: #977D17; }
a { background-color: rgb(151,125,23); }
div.DivClassName
{
background-color: #977D17;
}
.BgClassName
{
background-color: #977D17;
}
</style>
border-color css
<style>
span { border-color: #977D17; }
span { border-color: rgb(151,125,23); }
td.TdClassName
{
border-color: #977D17;
}
.TagClassName
{
border-color: #977D17;
}
</style>