Shades of Hacienda #977C24
Tints of Hacienda #977C24
RGB
CMYK
RGB Variations
Color information
#977C24 (or 0x977C24) is known color: Hacienda. HEX triplet: 97, 7C and 24. RGB value is (151,124,36). Sum of RGB (Red+Green+Blue) = 151+124+36=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #977C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C24 is #6883DB. Grayscale: #7A7A7A. Windows color (decimal): -6849500 or 2391191. OLE color: 2391191.
HSL color Cylindrical-coordinate representation of color #977C24: hue angle of 45.91º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #977C24 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 36 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.41 |
| HSL | 45.91º | 0.61% | 0.37% | - |
| HSV(B) | 45.91º | 0.76% | 0.59% | - |
| XYZ | 20.29 | 21.12 | 4.68 | - |
| YUV | 122.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 36 | 0 | 0.18 | 0.76 | 0.41 | 45.91 | 0.61 | 0.37 |
| Hex | 97 | 7C | 24 | 0 | 12 | 4C | 29 | 2E | 3D | 25 |
| Octal | 227 | 174 | 44 | 0 | 22 | 114 | 51 | 56 | 75 | 45 |
| Binary | 10010111 | 1111100 | 100100 | 0 | 10010 | 1001100 | 101001 | 101110 | 111101 | 100101 |
Color Harmonies of #977C24
Complementary color
Monochromatic Colors of #977C24
Black with #977C24
Text Example
Text Example
White with #977C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C24; }
p { color: rgb(151,124,36); }
H1.HeaderClassName
{
color: #977C24;
}
.AnyTagClassName
{
color: #977C24;
}
</style>
background-color css
<style>
a { background-color: #977C24; }
a { background-color: rgb(151,124,36); }
div.DivClassName
{
background-color: #977C24;
}
.BgClassName
{
background-color: #977C24;
}
</style>
border-color css
<style>
span { border-color: #977C24; }
span { border-color: rgb(151,124,36); }
td.TdClassName
{
border-color: #977C24;
}
.TagClassName
{
border-color: #977C24;
}
</style>