Shades of Hacienda #977C21
Tints of Hacienda #977C21
RGB
CMYK
RGB Variations
Color information
#977C21 (or 0x977C21) is known color: Hacienda. HEX triplet: 97, 7C and 21. RGB value is (151,124,33). Sum of RGB (Red+Green+Blue) = 151+124+33=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #977C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C21 is #6883DE. Grayscale: #7A7A7A. Windows color (decimal): -6849503 or 2194583. OLE color: 2194583.
HSL color Cylindrical-coordinate representation of color #977C21: hue angle of 46.27º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #977C21 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 33 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.41 |
| HSL | 46.27º | 0.64% | 0.36% | - |
| HSV(B) | 46.27º | 0.78% | 0.59% | - |
| XYZ | 20.24 | 21.1 | 4.45 | - |
| YUV | 121.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 33 | 0 | 0.18 | 0.78 | 0.41 | 46.27 | 0.64 | 0.36 |
| Hex | 97 | 7C | 21 | 0 | 12 | 4E | 29 | 2E | 40 | 24 |
| Octal | 227 | 174 | 41 | 0 | 22 | 116 | 51 | 56 | 100 | 44 |
| Binary | 10010111 | 1111100 | 100001 | 0 | 10010 | 1001110 | 101001 | 101110 | 1000000 | 100100 |
Color Harmonies of #977C21
Complementary color
Monochromatic Colors of #977C21
Black with #977C21
Text Example
Text Example
White with #977C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C21; }
p { color: rgb(151,124,33); }
H1.HeaderClassName
{
color: #977C21;
}
.AnyTagClassName
{
color: #977C21;
}
</style>
background-color css
<style>
a { background-color: #977C21; }
a { background-color: rgb(151,124,33); }
div.DivClassName
{
background-color: #977C21;
}
.BgClassName
{
background-color: #977C21;
}
</style>
border-color css
<style>
span { border-color: #977C21; }
span { border-color: rgb(151,124,33); }
td.TdClassName
{
border-color: #977C21;
}
.TagClassName
{
border-color: #977C21;
}
</style>