Shades of Hacienda #987F12
Tints of Hacienda #987F12
RGB
CMYK
RGB Variations
Color information
#987F12 (or 0x987F12) is known color: Hacienda. HEX triplet: 98, 7F and 12. RGB value is (152,127,18). Sum of RGB (Red+Green+Blue) = 152+127+18=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #987F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987F12 is #6780ED. Grayscale: #7A7A7A. Windows color (decimal): -6783214 or 1212312. OLE color: 1212312.
HSL color Cylindrical-coordinate representation of color #987F12: hue angle of 48.81º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #987F12 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 18 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.40 |
| HSL | 48.81º | 0.79% | 0.33% | - |
| HSV(B) | 48.81º | 0.88% | 0.6% | - |
| XYZ | 20.65 | 21.9 | 3.71 | - |
| YUV | 122.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 18 | 0 | 0.16 | 0.88 | 0.40 | 48.81 | 0.79 | 0.33 |
| Hex | 98 | 7F | 12 | 0 | 10 | 58 | 28 | 31 | 4F | 21 |
| Octal | 230 | 177 | 22 | 0 | 20 | 130 | 50 | 61 | 117 | 41 |
| Binary | 10011000 | 1111111 | 10010 | 0 | 10000 | 1011000 | 101000 | 110001 | 1001111 | 100001 |
Color Harmonies of #987F12
Complementary color
Monochromatic Colors of #987F12
Black with #987F12
Text Example
Text Example
White with #987F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F12; }
p { color: rgb(152,127,18); }
H1.HeaderClassName
{
color: #987F12;
}
.AnyTagClassName
{
color: #987F12;
}
</style>
background-color css
<style>
a { background-color: #987F12; }
a { background-color: rgb(152,127,18); }
div.DivClassName
{
background-color: #987F12;
}
.BgClassName
{
background-color: #987F12;
}
</style>
border-color css
<style>
span { border-color: #987F12; }
span { border-color: rgb(152,127,18); }
td.TdClassName
{
border-color: #987F12;
}
.TagClassName
{
border-color: #987F12;
}
</style>