Shades of Hacienda #987B0C
Tints of Hacienda #987B0C
RGB
CMYK
RGB Variations
Color information
#987B0C (or 0x987B0C) is known color: Hacienda. HEX triplet: 98, 7B and 0C. RGB value is (152,123,12). Sum of RGB (Red+Green+Blue) = 152+123+12=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #987B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987B0C is #6784F3. Grayscale: #777777. Windows color (decimal): -6784244 or 818072. OLE color: 818072.
HSL color Cylindrical-coordinate representation of color #987B0C: hue angle of 47.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #987B0C is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 12 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.40 |
| HSL | 47.57º | 0.85% | 0.32% | - |
| HSV(B) | 47.57º | 0.92% | 0.6% | - |
| XYZ | 20.1 | 20.87 | 3.32 | - |
| YUV | 119.02 | 67.61 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 12 | 0 | 0.19 | 0.92 | 0.40 | 47.57 | 0.85 | 0.32 |
| Hex | 98 | 7B | C | 0 | 13 | 5C | 28 | 30 | 55 | 20 |
| Octal | 230 | 173 | 14 | 0 | 23 | 134 | 50 | 60 | 125 | 40 |
| Binary | 10011000 | 1111011 | 1100 | 0 | 10011 | 1011100 | 101000 | 110000 | 1010101 | 100000 |
Color Harmonies of #987B0C
Complementary color
Monochromatic Colors of #987B0C
Black with #987B0C
Text Example
Text Example
White with #987B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B0C; }
p { color: rgb(152,123,12); }
H1.HeaderClassName
{
color: #987B0C;
}
.AnyTagClassName
{
color: #987B0C;
}
</style>
background-color css
<style>
a { background-color: #987B0C; }
a { background-color: rgb(152,123,12); }
div.DivClassName
{
background-color: #987B0C;
}
.BgClassName
{
background-color: #987B0C;
}
</style>
border-color css
<style>
span { border-color: #987B0C; }
span { border-color: rgb(152,123,12); }
td.TdClassName
{
border-color: #987B0C;
}
.TagClassName
{
border-color: #987B0C;
}
</style>