Shades of Hacienda #987A2C
Tints of Hacienda #987A2C
RGB
CMYK
RGB Variations
Color information
#987A2C (or 0x987A2C) is known color: Hacienda. HEX triplet: 98, 7A and 2C. RGB value is (152,122,44). Sum of RGB (Red+Green+Blue) = 152+122+44=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #987A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A2C is #6785D3. Grayscale: #7A7A7A. Windows color (decimal): -6784468 or 2914968. OLE color: 2914968.
HSL color Cylindrical-coordinate representation of color #987A2C: hue angle of 43.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #987A2C is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 44 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.40 |
| HSL | 43.33º | 0.55% | 0.38% | - |
| HSV(B) | 43.33º | 0.71% | 0.6% | - |
| XYZ | 20.36 | 20.78 | 5.32 | - |
| YUV | 122.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 44 | 0 | 0.20 | 0.71 | 0.40 | 43.33 | 0.55 | 0.38 |
| Hex | 98 | 7A | 2C | 0 | 14 | 47 | 28 | 2B | 37 | 26 |
| Octal | 230 | 172 | 54 | 0 | 24 | 107 | 50 | 53 | 67 | 46 |
| Binary | 10011000 | 1111010 | 101100 | 0 | 10100 | 1000111 | 101000 | 101011 | 110111 | 100110 |
Color Harmonies of #987A2C
Complementary color
Monochromatic Colors of #987A2C
Black with #987A2C
Text Example
Text Example
White with #987A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A2C; }
p { color: rgb(152,122,44); }
H1.HeaderClassName
{
color: #987A2C;
}
.AnyTagClassName
{
color: #987A2C;
}
</style>
background-color css
<style>
a { background-color: #987A2C; }
a { background-color: rgb(152,122,44); }
div.DivClassName
{
background-color: #987A2C;
}
.BgClassName
{
background-color: #987A2C;
}
</style>
border-color css
<style>
span { border-color: #987A2C; }
span { border-color: rgb(152,122,44); }
td.TdClassName
{
border-color: #987A2C;
}
.TagClassName
{
border-color: #987A2C;
}
</style>