Shades of Hacienda #987E07
Tints of Hacienda #987E07
RGB
CMYK
RGB Variations
Color information
#987E07 (or 0x987E07) is known color: Hacienda. HEX triplet: 98, 7E and 07. RGB value is (152,126,7). Sum of RGB (Red+Green+Blue) = 152+126+7=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #987E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987E07 is #6781F8. Grayscale: #787878. Windows color (decimal): -6783481 or 491160. OLE color: 491160.
HSL color Cylindrical-coordinate representation of color #987E07: hue angle of 49.24º 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 #987E07 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 7 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.40 |
| HSL | 49.24º | 0.91% | 0.31% | - |
| HSV(B) | 49.24º | 0.95% | 0.6% | - |
| XYZ | 20.45 | 21.61 | 3.29 | - |
| YUV | 120.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 7 | 0 | 0.17 | 0.95 | 0.40 | 49.24 | 0.91 | 0.31 |
| Hex | 98 | 7E | 7 | 0 | 11 | 5F | 28 | 31 | 5B | 1F |
| Octal | 230 | 176 | 7 | 0 | 21 | 137 | 50 | 61 | 133 | 37 |
| Binary | 10011000 | 1111110 | 111 | 0 | 10001 | 1011111 | 101000 | 110001 | 1011011 | 11111 |
Color Harmonies of #987E07
Complementary color
Monochromatic Colors of #987E07
Black with #987E07
Text Example
Text Example
White with #987E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E07; }
p { color: rgb(152,126,7); }
H1.HeaderClassName
{
color: #987E07;
}
.AnyTagClassName
{
color: #987E07;
}
</style>
background-color css
<style>
a { background-color: #987E07; }
a { background-color: rgb(152,126,7); }
div.DivClassName
{
background-color: #987E07;
}
.BgClassName
{
background-color: #987E07;
}
</style>
border-color css
<style>
span { border-color: #987E07; }
span { border-color: rgb(152,126,7); }
td.TdClassName
{
border-color: #987E07;
}
.TagClassName
{
border-color: #987E07;
}
</style>