Shades of Bazaar #987975
Tints of Bazaar #987975
RGB
CMYK
RGB Variations
Color information
#987975 (or 0x987975) is known color: Bazaar. HEX triplet: 98, 79 and 75. RGB value is (152,121,117). Sum of RGB (Red+Green+Blue) = 152+121+117=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #987975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987975 is #67868A. Grayscale: #818181. Windows color (decimal): -6784651 or 7698840. OLE color: 7698840.
HSL color Cylindrical-coordinate representation of color #987975: hue angle of 6.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #987975 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 121 | 117 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.40 |
| HSL | 6.86º | 0.15% | 0.53% | - |
| HSV(B) | 6.86º | 0.23% | 0.6% | - |
| XYZ | 23 | 21.63 | 19.79 | - |
| YUV | 129.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 117 | 0 | 0.20 | 0.23 | 0.40 | 6.86 | 0.15 | 0.53 |
| Hex | 98 | 79 | 75 | 0 | 14 | 17 | 28 | 7 | F | 35 |
| Octal | 230 | 171 | 165 | 0 | 24 | 27 | 50 | 7 | 17 | 65 |
| Binary | 10011000 | 1111001 | 1110101 | 0 | 10100 | 10111 | 101000 | 111 | 1111 | 110101 |
Color Harmonies of #987975
Complementary color
Monochromatic Colors of #987975
Black with #987975
Text Example
Text Example
White with #987975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987975; }
p { color: rgb(152,121,117); }
H1.HeaderClassName
{
color: #987975;
}
.AnyTagClassName
{
color: #987975;
}
</style>
background-color css
<style>
a { background-color: #987975; }
a { background-color: rgb(152,121,117); }
div.DivClassName
{
background-color: #987975;
}
.BgClassName
{
background-color: #987975;
}
</style>
border-color css
<style>
span { border-color: #987975; }
span { border-color: rgb(152,121,117); }
td.TdClassName
{
border-color: #987975;
}
.TagClassName
{
border-color: #987975;
}
</style>