Shades of Hacienda #987B07
Tints of Hacienda #987B07
RGB
CMYK
RGB Variations
Color information
#987B07 (or 0x987B07) is known color: Hacienda. HEX triplet: 98, 7B and 07. RGB value is (152,123,7). Sum of RGB (Red+Green+Blue) = 152+123+7=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #987B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987B07 is #6784F8. Grayscale: #767676. Windows color (decimal): -6784249 or 490392. OLE color: 490392.
HSL color Cylindrical-coordinate representation of color #987B07: hue angle of 48º 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 #987B07 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 7 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.40 |
| HSL | 48º | 0.91% | 0.31% | - |
| HSV(B) | 48º | 0.95% | 0.6% | - |
| XYZ | 20.07 | 20.86 | 3.17 | - |
| YUV | 118.45 | 65.11 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 7 | 0 | 0.19 | 0.95 | 0.40 | 48 | 0.91 | 0.31 |
| Hex | 98 | 7B | 7 | 0 | 13 | 5F | 28 | 30 | 5B | 1F |
| Octal | 230 | 173 | 7 | 0 | 23 | 137 | 50 | 60 | 133 | 37 |
| Binary | 10011000 | 1111011 | 111 | 0 | 10011 | 1011111 | 101000 | 110000 | 1011011 | 11111 |
Color Harmonies of #987B07
Complementary color
Monochromatic Colors of #987B07
Black with #987B07
Text Example
Text Example
White with #987B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B07; }
p { color: rgb(152,123,7); }
H1.HeaderClassName
{
color: #987B07;
}
.AnyTagClassName
{
color: #987B07;
}
</style>
background-color css
<style>
a { background-color: #987B07; }
a { background-color: rgb(152,123,7); }
div.DivClassName
{
background-color: #987B07;
}
.BgClassName
{
background-color: #987B07;
}
</style>
border-color css
<style>
span { border-color: #987B07; }
span { border-color: rgb(152,123,7); }
td.TdClassName
{
border-color: #987B07;
}
.TagClassName
{
border-color: #987B07;
}
</style>