Shades of Bazaar #987574
Tints of Bazaar #987574
RGB
CMYK
RGB Variations
Color information
#987574 (or 0x987574) is known color: Bazaar. HEX triplet: 98, 75 and 74. RGB value is (152,117,116). Sum of RGB (Red+Green+Blue) = 152+117+116=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #987574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987574 is #678A8B. Grayscale: #7F7F7F. Windows color (decimal): -6785676 or 7632280. OLE color: 7632280.
HSL color Cylindrical-coordinate representation of color #987574: hue angle of 1.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987574 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 116 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.40 |
| HSL | 1.67º | 0.15% | 0.53% | - |
| HSV(B) | 1.67º | 0.24% | 0.6% | - |
| XYZ | 22.46 | 20.66 | 19.33 | - |
| YUV | 127.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 116 | 0 | 0.23 | 0.24 | 0.40 | 1.67 | 0.15 | 0.53 |
| Hex | 98 | 75 | 74 | 0 | 17 | 18 | 28 | 2 | F | 35 |
| Octal | 230 | 165 | 164 | 0 | 27 | 30 | 50 | 2 | 17 | 65 |
| Binary | 10011000 | 1110101 | 1110100 | 0 | 10111 | 11000 | 101000 | 10 | 1111 | 110101 |
Color Harmonies of #987574
Complementary color
Monochromatic Colors of #987574
Black with #987574
Text Example
Text Example
White with #987574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987574; }
p { color: rgb(152,117,116); }
H1.HeaderClassName
{
color: #987574;
}
.AnyTagClassName
{
color: #987574;
}
</style>
background-color css
<style>
a { background-color: #987574; }
a { background-color: rgb(152,117,116); }
div.DivClassName
{
background-color: #987574;
}
.BgClassName
{
background-color: #987574;
}
</style>
border-color css
<style>
span { border-color: #987574; }
span { border-color: rgb(152,117,116); }
td.TdClassName
{
border-color: #987574;
}
.TagClassName
{
border-color: #987574;
}
</style>