Shades of Hacienda #987A07
Tints of Hacienda #987A07
RGB
CMYK
RGB Variations
Color information
#987A07 (or 0x987A07) is known color: Hacienda. HEX triplet: 98, 7A and 07. RGB value is (152,122,7). Sum of RGB (Red+Green+Blue) = 152+122+7=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #987A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987A07 is #6785F8. Grayscale: #767676. Windows color (decimal): -6784505 or 490136. OLE color: 490136.
HSL color Cylindrical-coordinate representation of color #987A07: hue angle of 47.59º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #987A07 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 7 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.40 |
| HSL | 47.59º | 0.91% | 0.31% | - |
| HSV(B) | 47.59º | 0.95% | 0.6% | - |
| XYZ | 19.95 | 20.61 | 3.13 | - |
| YUV | 117.86 | 65.44 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 7 | 0 | 0.20 | 0.95 | 0.40 | 47.59 | 0.91 | 0.31 |
| Hex | 98 | 7A | 7 | 0 | 14 | 5F | 28 | 30 | 5B | 1F |
| Octal | 230 | 172 | 7 | 0 | 24 | 137 | 50 | 60 | 133 | 37 |
| Binary | 10011000 | 1111010 | 111 | 0 | 10100 | 1011111 | 101000 | 110000 | 1011011 | 11111 |
Color Harmonies of #987A07
Complementary color
Monochromatic Colors of #987A07
Black with #987A07
Text Example
Text Example
White with #987A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A07; }
p { color: rgb(152,122,7); }
H1.HeaderClassName
{
color: #987A07;
}
.AnyTagClassName
{
color: #987A07;
}
</style>
background-color css
<style>
a { background-color: #987A07; }
a { background-color: rgb(152,122,7); }
div.DivClassName
{
background-color: #987A07;
}
.BgClassName
{
background-color: #987A07;
}
</style>
border-color css
<style>
span { border-color: #987A07; }
span { border-color: rgb(152,122,7); }
td.TdClassName
{
border-color: #987A07;
}
.TagClassName
{
border-color: #987A07;
}
</style>