Shades of Bazaar #987472
Tints of Bazaar #987472
RGB
CMYK
RGB Variations
Color information
#987472 (or 0x987472) is known color: Bazaar. HEX triplet: 98, 74 and 72. RGB value is (152,116,114). Sum of RGB (Red+Green+Blue) = 152+116+114=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #987472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987472 is #678B8D. Grayscale: #7E7E7E. Windows color (decimal): -6785934 or 7500952. OLE color: 7500952.
HSL color Cylindrical-coordinate representation of color #987472: hue angle of 3.16º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #987472 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 114 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.40 |
| HSL | 3.16º | 0.16% | 0.52% | - |
| HSV(B) | 3.16º | 0.25% | 0.6% | - |
| XYZ | 22.23 | 20.38 | 18.68 | - |
| YUV | 126.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 114 | 0 | 0.24 | 0.25 | 0.40 | 3.16 | 0.16 | 0.52 |
| Hex | 98 | 74 | 72 | 0 | 18 | 19 | 28 | 3 | 10 | 34 |
| Octal | 230 | 164 | 162 | 0 | 30 | 31 | 50 | 3 | 20 | 64 |
| Binary | 10011000 | 1110100 | 1110010 | 0 | 11000 | 11001 | 101000 | 11 | 10000 | 110100 |
Color Harmonies of #987472
Complementary color
Monochromatic Colors of #987472
Black with #987472
Text Example
Text Example
White with #987472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987472; }
p { color: rgb(152,116,114); }
H1.HeaderClassName
{
color: #987472;
}
.AnyTagClassName
{
color: #987472;
}
</style>
background-color css
<style>
a { background-color: #987472; }
a { background-color: rgb(152,116,114); }
div.DivClassName
{
background-color: #987472;
}
.BgClassName
{
background-color: #987472;
}
</style>
border-color css
<style>
span { border-color: #987472; }
span { border-color: rgb(152,116,114); }
td.TdClassName
{
border-color: #987472;
}
.TagClassName
{
border-color: #987472;
}
</style>