Shades of Hacienda #977A1A
Tints of Hacienda #977A1A
RGB
CMYK
RGB Variations
Color information
#977A1A (or 0x977A1A) is known color: Hacienda. HEX triplet: 97, 7A and 1A. RGB value is (151,122,26). Sum of RGB (Red+Green+Blue) = 151+122+26=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #977A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A1A is #6885E5. Grayscale: #787878. Windows color (decimal): -6850022 or 1735319. OLE color: 1735319.
HSL color Cylindrical-coordinate representation of color #977A1A: hue angle of 46.08º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #977A1A is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 26 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.41 |
| HSL | 46.08º | 0.71% | 0.35% | - |
| HSV(B) | 46.08º | 0.83% | 0.59% | - |
| XYZ | 19.91 | 20.57 | 3.9 | - |
| YUV | 119.73 | 75.11 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 26 | 0 | 0.19 | 0.83 | 0.41 | 46.08 | 0.71 | 0.35 |
| Hex | 97 | 7A | 1A | 0 | 13 | 53 | 29 | 2E | 47 | 23 |
| Octal | 227 | 172 | 32 | 0 | 23 | 123 | 51 | 56 | 107 | 43 |
| Binary | 10010111 | 1111010 | 11010 | 0 | 10011 | 1010011 | 101001 | 101110 | 1000111 | 100011 |
Color Harmonies of #977A1A
Complementary color
Monochromatic Colors of #977A1A
Black with #977A1A
Text Example
Text Example
White with #977A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A1A; }
p { color: rgb(151,122,26); }
H1.HeaderClassName
{
color: #977A1A;
}
.AnyTagClassName
{
color: #977A1A;
}
</style>
background-color css
<style>
a { background-color: #977A1A; }
a { background-color: rgb(151,122,26); }
div.DivClassName
{
background-color: #977A1A;
}
.BgClassName
{
background-color: #977A1A;
}
</style>
border-color css
<style>
span { border-color: #977A1A; }
span { border-color: rgb(151,122,26); }
td.TdClassName
{
border-color: #977A1A;
}
.TagClassName
{
border-color: #977A1A;
}
</style>