Shades of Hacienda #977C07
Tints of Hacienda #977C07
RGB
CMYK
RGB Variations
Color information
#977C07 (or 0x977C07) is known color: Hacienda. HEX triplet: 97, 7C and 07. RGB value is (151,124,7). Sum of RGB (Red+Green+Blue) = 151+124+7=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #977C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977C07 is #6883F8. Grayscale: #777777. Windows color (decimal): -6849529 or 490647. OLE color: 490647.
HSL color Cylindrical-coordinate representation of color #977C07: hue angle of 48.75º degrees, saturation: 0.91, 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 #977C07 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 7 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.41 |
| HSL | 48.75º | 0.91% | 0.31% | - |
| HSV(B) | 48.75º | 0.95% | 0.59% | - |
| XYZ | 20.01 | 21.01 | 3.2 | - |
| YUV | 118.74 | 64.95 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 7 | 0 | 0.18 | 0.95 | 0.41 | 48.75 | 0.91 | 0.31 |
| Hex | 97 | 7C | 7 | 0 | 12 | 5F | 29 | 31 | 5B | 1F |
| Octal | 227 | 174 | 7 | 0 | 22 | 137 | 51 | 61 | 133 | 37 |
| Binary | 10010111 | 1111100 | 111 | 0 | 10010 | 1011111 | 101001 | 110001 | 1011011 | 11111 |
Color Harmonies of #977C07
Complementary color
Monochromatic Colors of #977C07
Black with #977C07
Text Example
Text Example
White with #977C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C07; }
p { color: rgb(151,124,7); }
H1.HeaderClassName
{
color: #977C07;
}
.AnyTagClassName
{
color: #977C07;
}
</style>
background-color css
<style>
a { background-color: #977C07; }
a { background-color: rgb(151,124,7); }
div.DivClassName
{
background-color: #977C07;
}
.BgClassName
{
background-color: #977C07;
}
</style>
border-color css
<style>
span { border-color: #977C07; }
span { border-color: rgb(151,124,7); }
td.TdClassName
{
border-color: #977C07;
}
.TagClassName
{
border-color: #977C07;
}
</style>