Shades of Hacienda #977C18
Tints of Hacienda #977C18
RGB
CMYK
RGB Variations
Color information
#977C18 (or 0x977C18) is known color: Hacienda. HEX triplet: 97, 7C and 18. RGB value is (151,124,24). Sum of RGB (Red+Green+Blue) = 151+124+24=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #977C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977C18 is #6883E7. Grayscale: #797979. Windows color (decimal): -6849512 or 1604759. OLE color: 1604759.
HSL color Cylindrical-coordinate representation of color #977C18: hue angle of 47.24º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #977C18 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 24 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.41 |
| HSL | 47.24º | 0.73% | 0.34% | - |
| HSV(B) | 47.24º | 0.84% | 0.59% | - |
| XYZ | 20.14 | 21.06 | 3.87 | - |
| YUV | 120.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 24 | 0 | 0.18 | 0.84 | 0.41 | 47.24 | 0.73 | 0.34 |
| Hex | 97 | 7C | 18 | 0 | 12 | 54 | 29 | 2F | 49 | 22 |
| Octal | 227 | 174 | 30 | 0 | 22 | 124 | 51 | 57 | 111 | 42 |
| Binary | 10010111 | 1111100 | 11000 | 0 | 10010 | 1010100 | 101001 | 101111 | 1001001 | 100010 |
Color Harmonies of #977C18
Complementary color
Monochromatic Colors of #977C18
Black with #977C18
Text Example
Text Example
White with #977C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C18; }
p { color: rgb(151,124,24); }
H1.HeaderClassName
{
color: #977C18;
}
.AnyTagClassName
{
color: #977C18;
}
</style>
background-color css
<style>
a { background-color: #977C18; }
a { background-color: rgb(151,124,24); }
div.DivClassName
{
background-color: #977C18;
}
.BgClassName
{
background-color: #977C18;
}
</style>
border-color css
<style>
span { border-color: #977C18; }
span { border-color: rgb(151,124,24); }
td.TdClassName
{
border-color: #977C18;
}
.TagClassName
{
border-color: #977C18;
}
</style>