Shades of Hacienda #997A07
Tints of Hacienda #997A07
RGB
CMYK
RGB Variations
Color information
#997A07 (or 0x997A07) is known color: Hacienda. HEX triplet: 99, 7A and 07. RGB value is (153,122,7). Sum of RGB (Red+Green+Blue) = 153+122+7=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #997A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997A07 is #6685F8. Grayscale: #767676. Windows color (decimal): -6718969 or 490137. OLE color: 490137.
HSL color Cylindrical-coordinate representation of color #997A07: hue angle of 47.26º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #997A07 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 7 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.4 |
| HSL | 47.26º | 0.91% | 0.31% | - |
| HSV(B) | 47.26º | 0.95% | 0.6% | - |
| XYZ | 20.13 | 20.71 | 3.14 | - |
| YUV | 118.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 7 | 0 | 0.20 | 0.95 | 0.4 | 47.26 | 0.91 | 0.31 |
| Hex | 99 | 7A | 7 | 0 | 14 | 5F | 28 | 2F | 5B | 1F |
| Octal | 231 | 172 | 7 | 0 | 24 | 137 | 50 | 57 | 133 | 37 |
| Binary | 10011001 | 1111010 | 111 | 0 | 10100 | 1011111 | 101000 | 101111 | 1011011 | 11111 |
Color Harmonies of #997A07
Complementary color
Monochromatic Colors of #997A07
Black with #997A07
Text Example
Text Example
White with #997A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A07; }
p { color: rgb(153,122,7); }
H1.HeaderClassName
{
color: #997A07;
}
.AnyTagClassName
{
color: #997A07;
}
</style>
background-color css
<style>
a { background-color: #997A07; }
a { background-color: rgb(153,122,7); }
div.DivClassName
{
background-color: #997A07;
}
.BgClassName
{
background-color: #997A07;
}
</style>
border-color css
<style>
span { border-color: #997A07; }
span { border-color: rgb(153,122,7); }
td.TdClassName
{
border-color: #997A07;
}
.TagClassName
{
border-color: #997A07;
}
</style>