Shades of Hacienda #977D20
Tints of Hacienda #977D20
RGB
CMYK
RGB Variations
Color information
#977D20 (or 0x977D20) is known color: Hacienda. HEX triplet: 97, 7D and 20. RGB value is (151,125,32). Sum of RGB (Red+Green+Blue) = 151+125+32=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #977D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D20 is #6882DF. Grayscale: #7A7A7A. Windows color (decimal): -6849248 or 2129303. OLE color: 2129303.
HSL color Cylindrical-coordinate representation of color #977D20: hue angle of 46.89º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #977D20 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 125 | 32 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.41 |
| HSL | 46.89º | 0.65% | 0.36% | - |
| HSV(B) | 46.89º | 0.79% | 0.59% | - |
| XYZ | 20.36 | 21.35 | 4.41 | - |
| YUV | 122.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 32 | 0 | 0.17 | 0.79 | 0.41 | 46.89 | 0.65 | 0.36 |
| Hex | 97 | 7D | 20 | 0 | 11 | 4F | 29 | 2F | 41 | 24 |
| Octal | 227 | 175 | 40 | 0 | 21 | 117 | 51 | 57 | 101 | 44 |
| Binary | 10010111 | 1111101 | 100000 | 0 | 10001 | 1001111 | 101001 | 101111 | 1000001 | 100100 |
Color Harmonies of #977D20
Complementary color
Monochromatic Colors of #977D20
Black with #977D20
Text Example
Text Example
White with #977D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977D20; }
p { color: rgb(151,125,32); }
H1.HeaderClassName
{
color: #977D20;
}
.AnyTagClassName
{
color: #977D20;
}
</style>
background-color css
<style>
a { background-color: #977D20; }
a { background-color: rgb(151,125,32); }
div.DivClassName
{
background-color: #977D20;
}
.BgClassName
{
background-color: #977D20;
}
</style>
border-color css
<style>
span { border-color: #977D20; }
span { border-color: rgb(151,125,32); }
td.TdClassName
{
border-color: #977D20;
}
.TagClassName
{
border-color: #977D20;
}
</style>