Shades of Hacienda #977A0A
Tints of Hacienda #977A0A
RGB
CMYK
RGB Variations
Color information
#977A0A (or 0x977A0A) is known color: Hacienda. HEX triplet: 97, 7A and 0A. RGB value is (151,122,10). Sum of RGB (Red+Green+Blue) = 151+122+10=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #977A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977A0A is #6885F5. Grayscale: #767676. Windows color (decimal): -6850038 or 686743. OLE color: 686743.
HSL color Cylindrical-coordinate representation of color #977A0A: hue angle of 47.66º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #977A0A is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 10 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.41 |
| HSL | 47.66º | 0.88% | 0.32% | - |
| HSV(B) | 47.66º | 0.93% | 0.59% | - |
| XYZ | 19.78 | 20.52 | 3.21 | - |
| YUV | 117.9 | 67.11 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 10 | 0 | 0.19 | 0.93 | 0.41 | 47.66 | 0.88 | 0.32 |
| Hex | 97 | 7A | A | 0 | 13 | 5D | 29 | 30 | 58 | 20 |
| Octal | 227 | 172 | 12 | 0 | 23 | 135 | 51 | 60 | 130 | 40 |
| Binary | 10010111 | 1111010 | 1010 | 0 | 10011 | 1011101 | 101001 | 110000 | 1011000 | 100000 |
Color Harmonies of #977A0A
Complementary color
Monochromatic Colors of #977A0A
Black with #977A0A
Text Example
Text Example
White with #977A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A0A; }
p { color: rgb(151,122,10); }
H1.HeaderClassName
{
color: #977A0A;
}
.AnyTagClassName
{
color: #977A0A;
}
</style>
background-color css
<style>
a { background-color: #977A0A; }
a { background-color: rgb(151,122,10); }
div.DivClassName
{
background-color: #977A0A;
}
.BgClassName
{
background-color: #977A0A;
}
</style>
border-color css
<style>
span { border-color: #977A0A; }
span { border-color: rgb(151,122,10); }
td.TdClassName
{
border-color: #977A0A;
}
.TagClassName
{
border-color: #977A0A;
}
</style>