Shades of Hacienda #977D11
Tints of Hacienda #977D11
RGB
CMYK
RGB Variations
Color information
#977D11 (or 0x977D11) is known color: Hacienda. HEX triplet: 97, 7D and 11. RGB value is (151,125,17). Sum of RGB (Red+Green+Blue) = 151+125+17=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #977D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977D11 is #6882EE. Grayscale: #787878. Windows color (decimal): -6849263 or 1146263. OLE color: 1146263.
HSL color Cylindrical-coordinate representation of color #977D11: hue angle of 48.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #977D11 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 125 | 17 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.41 |
| HSL | 48.36º | 0.8% | 0.33% | - |
| HSV(B) | 48.36º | 0.89% | 0.59% | - |
| XYZ | 20.2 | 21.29 | 3.57 | - |
| YUV | 120.46 | 69.61 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 17 | 0 | 0.17 | 0.89 | 0.41 | 48.36 | 0.8 | 0.33 |
| Hex | 97 | 7D | 11 | 0 | 11 | 59 | 29 | 30 | 50 | 21 |
| Octal | 227 | 175 | 21 | 0 | 21 | 131 | 51 | 60 | 120 | 41 |
| Binary | 10010111 | 1111101 | 10001 | 0 | 10001 | 1011001 | 101001 | 110000 | 1010000 | 100001 |
Color Harmonies of #977D11
Complementary color
Monochromatic Colors of #977D11
Black with #977D11
Text Example
Text Example
White with #977D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977D11; }
p { color: rgb(151,125,17); }
H1.HeaderClassName
{
color: #977D11;
}
.AnyTagClassName
{
color: #977D11;
}
</style>
background-color css
<style>
a { background-color: #977D11; }
a { background-color: rgb(151,125,17); }
div.DivClassName
{
background-color: #977D11;
}
.BgClassName
{
background-color: #977D11;
}
</style>
border-color css
<style>
span { border-color: #977D11; }
span { border-color: rgb(151,125,17); }
td.TdClassName
{
border-color: #977D11;
}
.TagClassName
{
border-color: #977D11;
}
</style>