Shades of Hacienda #977D12
Tints of Hacienda #977D12
RGB
CMYK
RGB Variations
Color information
#977D12 (or 0x977D12) is known color: Hacienda. HEX triplet: 97, 7D and 12. RGB value is (151,125,18). Sum of RGB (Red+Green+Blue) = 151+125+18=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #977D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977D12 is #6882ED. Grayscale: #797979. Windows color (decimal): -6849262 or 1211799. OLE color: 1211799.
HSL color Cylindrical-coordinate representation of color #977D12: hue angle of 48.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #977D12 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 125 | 18 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.41 |
| HSL | 48.27º | 0.79% | 0.33% | - |
| HSV(B) | 48.27º | 0.88% | 0.59% | - |
| XYZ | 20.21 | 21.29 | 3.62 | - |
| YUV | 120.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 18 | 0 | 0.17 | 0.88 | 0.41 | 48.27 | 0.79 | 0.33 |
| Hex | 97 | 7D | 12 | 0 | 11 | 58 | 29 | 30 | 4F | 21 |
| Octal | 227 | 175 | 22 | 0 | 21 | 130 | 51 | 60 | 117 | 41 |
| Binary | 10010111 | 1111101 | 10010 | 0 | 10001 | 1011000 | 101001 | 110000 | 1001111 | 100001 |
Color Harmonies of #977D12
Complementary color
Monochromatic Colors of #977D12
Black with #977D12
Text Example
Text Example
White with #977D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977D12; }
p { color: rgb(151,125,18); }
H1.HeaderClassName
{
color: #977D12;
}
.AnyTagClassName
{
color: #977D12;
}
</style>
background-color css
<style>
a { background-color: #977D12; }
a { background-color: rgb(151,125,18); }
div.DivClassName
{
background-color: #977D12;
}
.BgClassName
{
background-color: #977D12;
}
</style>
border-color css
<style>
span { border-color: #977D12; }
span { border-color: rgb(151,125,18); }
td.TdClassName
{
border-color: #977D12;
}
.TagClassName
{
border-color: #977D12;
}
</style>