Shades of Bazaar #987470
Tints of Bazaar #987470
RGB
CMYK
RGB Variations
Color information
#987470 (or 0x987470) is known color: Bazaar. HEX triplet: 98, 74 and 70. RGB value is (152,116,112). Sum of RGB (Red+Green+Blue) = 152+116+112=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #987470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987470 is #678B8F. Grayscale: #7E7E7E. Windows color (decimal): -6785936 or 7369880. OLE color: 7369880.
HSL color Cylindrical-coordinate representation of color #987470: hue angle of 6º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987470 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 112 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.40 |
| HSL | 6º | 0.16% | 0.52% | - |
| HSV(B) | 6º | 0.26% | 0.6% | - |
| XYZ | 22.12 | 20.34 | 18.09 | - |
| YUV | 126.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 112 | 0 | 0.24 | 0.26 | 0.40 | 6 | 0.16 | 0.52 |
| Hex | 98 | 74 | 70 | 0 | 18 | 1A | 28 | 6 | 10 | 34 |
| Octal | 230 | 164 | 160 | 0 | 30 | 32 | 50 | 6 | 20 | 64 |
| Binary | 10011000 | 1110100 | 1110000 | 0 | 11000 | 11010 | 101000 | 110 | 10000 | 110100 |
Color Harmonies of #987470
Complementary color
Monochromatic Colors of #987470
Black with #987470
Text Example
Text Example
White with #987470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987470; }
p { color: rgb(152,116,112); }
H1.HeaderClassName
{
color: #987470;
}
.AnyTagClassName
{
color: #987470;
}
</style>
background-color css
<style>
a { background-color: #987470; }
a { background-color: rgb(152,116,112); }
div.DivClassName
{
background-color: #987470;
}
.BgClassName
{
background-color: #987470;
}
</style>
border-color css
<style>
span { border-color: #987470; }
span { border-color: rgb(152,116,112); }
td.TdClassName
{
border-color: #987470;
}
.TagClassName
{
border-color: #987470;
}
</style>