Shades of Hacienda #987728
Tints of Hacienda #987728
RGB
CMYK
RGB Variations
Color information
#987728 (or 0x987728) is known color: Hacienda. HEX triplet: 98, 77 and 28. RGB value is (152,119,40). Sum of RGB (Red+Green+Blue) = 152+119+40=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #987728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987728 is #6788D7. Grayscale: #787878. Windows color (decimal): -6785240 or 2652056. OLE color: 2652056.
HSL color Cylindrical-coordinate representation of color #987728: hue angle of 42.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #987728 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 40 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.40 |
| HSL | 42.32º | 0.58% | 0.38% | - |
| HSV(B) | 42.32º | 0.74% | 0.6% | - |
| XYZ | 19.93 | 20.02 | 4.82 | - |
| YUV | 119.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 40 | 0 | 0.22 | 0.74 | 0.40 | 42.32 | 0.58 | 0.38 |
| Hex | 98 | 77 | 28 | 0 | 16 | 4A | 28 | 2A | 3A | 26 |
| Octal | 230 | 167 | 50 | 0 | 26 | 112 | 50 | 52 | 72 | 46 |
| Binary | 10011000 | 1110111 | 101000 | 0 | 10110 | 1001010 | 101000 | 101010 | 111010 | 100110 |
Color Harmonies of #987728
Complementary color
Monochromatic Colors of #987728
Black with #987728
Text Example
Text Example
White with #987728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987728; }
p { color: rgb(152,119,40); }
H1.HeaderClassName
{
color: #987728;
}
.AnyTagClassName
{
color: #987728;
}
</style>
background-color css
<style>
a { background-color: #987728; }
a { background-color: rgb(152,119,40); }
div.DivClassName
{
background-color: #987728;
}
.BgClassName
{
background-color: #987728;
}
</style>
border-color css
<style>
span { border-color: #987728; }
span { border-color: rgb(152,119,40); }
td.TdClassName
{
border-color: #987728;
}
.TagClassName
{
border-color: #987728;
}
</style>