Shades of Hacienda #977C26
Tints of Hacienda #977C26
RGB
CMYK
RGB Variations
Color information
#977C26 (or 0x977C26) is known color: Hacienda. HEX triplet: 97, 7C and 26. RGB value is (151,124,38). Sum of RGB (Red+Green+Blue) = 151+124+38=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #977C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C26 is #6883D9. Grayscale: #7A7A7A. Windows color (decimal): -6849498 or 2522263. OLE color: 2522263.
HSL color Cylindrical-coordinate representation of color #977C26: hue angle of 45.66º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #977C26 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 38 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.41 |
| HSL | 45.66º | 0.6% | 0.37% | - |
| HSV(B) | 45.66º | 0.75% | 0.59% | - |
| XYZ | 20.32 | 21.13 | 4.84 | - |
| YUV | 122.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 38 | 0 | 0.18 | 0.75 | 0.41 | 45.66 | 0.6 | 0.37 |
| Hex | 97 | 7C | 26 | 0 | 12 | 4B | 29 | 2E | 3C | 25 |
| Octal | 227 | 174 | 46 | 0 | 22 | 113 | 51 | 56 | 74 | 45 |
| Binary | 10010111 | 1111100 | 100110 | 0 | 10010 | 1001011 | 101001 | 101110 | 111100 | 100101 |
Color Harmonies of #977C26
Complementary color
Monochromatic Colors of #977C26
Black with #977C26
Text Example
Text Example
White with #977C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C26; }
p { color: rgb(151,124,38); }
H1.HeaderClassName
{
color: #977C26;
}
.AnyTagClassName
{
color: #977C26;
}
</style>
background-color css
<style>
a { background-color: #977C26; }
a { background-color: rgb(151,124,38); }
div.DivClassName
{
background-color: #977C26;
}
.BgClassName
{
background-color: #977C26;
}
</style>
border-color css
<style>
span { border-color: #977C26; }
span { border-color: rgb(151,124,38); }
td.TdClassName
{
border-color: #977C26;
}
.TagClassName
{
border-color: #977C26;
}
</style>