Shades of Hacienda #977A08
Tints of Hacienda #977A08
RGB
CMYK
RGB Variations
Color information
#977A08 (or 0x977A08) is known color: Hacienda. HEX triplet: 97, 7A and 08. RGB value is (151,122,8). Sum of RGB (Red+Green+Blue) = 151+122+8=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #977A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977A08 is #6885F7. Grayscale: #767676. Windows color (decimal): -6850040 or 555671. OLE color: 555671.
HSL color Cylindrical-coordinate representation of color #977A08: hue angle of 47.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #977A08 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 8 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.41 |
| HSL | 47.83º | 0.9% | 0.31% | - |
| HSV(B) | 47.83º | 0.95% | 0.59% | - |
| XYZ | 19.77 | 20.52 | 3.15 | - |
| YUV | 117.68 | 66.11 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 8 | 0 | 0.19 | 0.95 | 0.41 | 47.83 | 0.9 | 0.31 |
| Hex | 97 | 7A | 8 | 0 | 13 | 5F | 29 | 30 | 5A | 1F |
| Octal | 227 | 172 | 10 | 0 | 23 | 137 | 51 | 60 | 132 | 37 |
| Binary | 10010111 | 1111010 | 1000 | 0 | 10011 | 1011111 | 101001 | 110000 | 1011010 | 11111 |
Color Harmonies of #977A08
Complementary color
Monochromatic Colors of #977A08
Black with #977A08
Text Example
Text Example
White with #977A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A08; }
p { color: rgb(151,122,8); }
H1.HeaderClassName
{
color: #977A08;
}
.AnyTagClassName
{
color: #977A08;
}
</style>
background-color css
<style>
a { background-color: #977A08; }
a { background-color: rgb(151,122,8); }
div.DivClassName
{
background-color: #977A08;
}
.BgClassName
{
background-color: #977A08;
}
</style>
border-color css
<style>
span { border-color: #977A08; }
span { border-color: rgb(151,122,8); }
td.TdClassName
{
border-color: #977A08;
}
.TagClassName
{
border-color: #977A08;
}
</style>