Shades of Hacienda #977A2C
Tints of Hacienda #977A2C
RGB
CMYK
RGB Variations
Color information
#977A2C (or 0x977A2C) is known color: Hacienda. HEX triplet: 97, 7A and 2C. RGB value is (151,122,44). Sum of RGB (Red+Green+Blue) = 151+122+44=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #977A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A2C is #6885D3. Grayscale: #7A7A7A. Windows color (decimal): -6850004 or 2914967. OLE color: 2914967.
HSL color Cylindrical-coordinate representation of color #977A2C: hue angle of 43.74º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #977A2C is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 44 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.41 |
| HSL | 43.74º | 0.55% | 0.38% | - |
| HSV(B) | 43.74º | 0.71% | 0.59% | - |
| XYZ | 20.18 | 20.68 | 5.31 | - |
| YUV | 121.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 44 | 0 | 0.19 | 0.71 | 0.41 | 43.74 | 0.55 | 0.38 |
| Hex | 97 | 7A | 2C | 0 | 13 | 47 | 29 | 2C | 37 | 26 |
| Octal | 227 | 172 | 54 | 0 | 23 | 107 | 51 | 54 | 67 | 46 |
| Binary | 10010111 | 1111010 | 101100 | 0 | 10011 | 1000111 | 101001 | 101100 | 110111 | 100110 |
Color Harmonies of #977A2C
Complementary color
Monochromatic Colors of #977A2C
Black with #977A2C
Text Example
Text Example
White with #977A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A2C; }
p { color: rgb(151,122,44); }
H1.HeaderClassName
{
color: #977A2C;
}
.AnyTagClassName
{
color: #977A2C;
}
</style>
background-color css
<style>
a { background-color: #977A2C; }
a { background-color: rgb(151,122,44); }
div.DivClassName
{
background-color: #977A2C;
}
.BgClassName
{
background-color: #977A2C;
}
</style>
border-color css
<style>
span { border-color: #977A2C; }
span { border-color: rgb(151,122,44); }
td.TdClassName
{
border-color: #977A2C;
}
.TagClassName
{
border-color: #977A2C;
}
</style>