Shades of Hacienda #987A0B
Tints of Hacienda #987A0B
RGB
CMYK
RGB Variations
Color information
#987A0B (or 0x987A0B) is known color: Hacienda. HEX triplet: 98, 7A and 0B. RGB value is (152,122,11). Sum of RGB (Red+Green+Blue) = 152+122+11=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #987A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987A0B is #6785F4. Grayscale: #767676. Windows color (decimal): -6784501 or 752280. OLE color: 752280.
HSL color Cylindrical-coordinate representation of color #987A0B: hue angle of 47.23º degrees, saturation: 0.87, 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 #987A0B is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 11 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.40 |
| HSL | 47.23º | 0.87% | 0.32% | - |
| HSV(B) | 47.23º | 0.93% | 0.6% | - |
| XYZ | 19.97 | 20.62 | 3.24 | - |
| YUV | 118.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 11 | 0 | 0.20 | 0.93 | 0.40 | 47.23 | 0.87 | 0.32 |
| Hex | 98 | 7A | B | 0 | 14 | 5D | 28 | 2F | 57 | 20 |
| Octal | 230 | 172 | 13 | 0 | 24 | 135 | 50 | 57 | 127 | 40 |
| Binary | 10011000 | 1111010 | 1011 | 0 | 10100 | 1011101 | 101000 | 101111 | 1010111 | 100000 |
Color Harmonies of #987A0B
Complementary color
Monochromatic Colors of #987A0B
Black with #987A0B
Text Example
Text Example
White with #987A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A0B; }
p { color: rgb(152,122,11); }
H1.HeaderClassName
{
color: #987A0B;
}
.AnyTagClassName
{
color: #987A0B;
}
</style>
background-color css
<style>
a { background-color: #987A0B; }
a { background-color: rgb(152,122,11); }
div.DivClassName
{
background-color: #987A0B;
}
.BgClassName
{
background-color: #987A0B;
}
</style>
border-color css
<style>
span { border-color: #987A0B; }
span { border-color: rgb(152,122,11); }
td.TdClassName
{
border-color: #987A0B;
}
.TagClassName
{
border-color: #987A0B;
}
</style>