Shades of Hacienda #987A0A
Tints of Hacienda #987A0A
RGB
CMYK
RGB Variations
Color information
#987A0A (or 0x987A0A) is known color: Hacienda. HEX triplet: 98, 7A and 0A. RGB value is (152,122,10). Sum of RGB (Red+Green+Blue) = 152+122+10=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #987A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987A0A is #6785F5. Grayscale: #767676. Windows color (decimal): -6784502 or 686744. OLE color: 686744.
HSL color Cylindrical-coordinate representation of color #987A0A: hue angle of 47.32º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #987A0A is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 10 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.40 |
| HSL | 47.32º | 0.88% | 0.32% | - |
| HSV(B) | 47.32º | 0.93% | 0.6% | - |
| XYZ | 19.96 | 20.62 | 3.21 | - |
| YUV | 118.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 10 | 0 | 0.20 | 0.93 | 0.40 | 47.32 | 0.88 | 0.32 |
| Hex | 98 | 7A | A | 0 | 14 | 5D | 28 | 2F | 58 | 20 |
| Octal | 230 | 172 | 12 | 0 | 24 | 135 | 50 | 57 | 130 | 40 |
| Binary | 10011000 | 1111010 | 1010 | 0 | 10100 | 1011101 | 101000 | 101111 | 1011000 | 100000 |
Color Harmonies of #987A0A
Complementary color
Monochromatic Colors of #987A0A
Black with #987A0A
Text Example
Text Example
White with #987A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A0A; }
p { color: rgb(152,122,10); }
H1.HeaderClassName
{
color: #987A0A;
}
.AnyTagClassName
{
color: #987A0A;
}
</style>
background-color css
<style>
a { background-color: #987A0A; }
a { background-color: rgb(152,122,10); }
div.DivClassName
{
background-color: #987A0A;
}
.BgClassName
{
background-color: #987A0A;
}
</style>
border-color css
<style>
span { border-color: #987A0A; }
span { border-color: rgb(152,122,10); }
td.TdClassName
{
border-color: #987A0A;
}
.TagClassName
{
border-color: #987A0A;
}
</style>