Shades of Bazaar #987572
Tints of Bazaar #987572
RGB
CMYK
RGB Variations
Color information
#987572 (or 0x987572) is known color: Bazaar. HEX triplet: 98, 75 and 72. RGB value is (152,117,114). Sum of RGB (Red+Green+Blue) = 152+117+114=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #987572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987572 is #678A8D. Grayscale: #7F7F7F. Windows color (decimal): -6785678 or 7501208. OLE color: 7501208.
HSL color Cylindrical-coordinate representation of color #987572: hue angle of 4.74º 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 #987572 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 114 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.40 |
| HSL | 4.74º | 0.16% | 0.52% | - |
| HSV(B) | 4.74º | 0.25% | 0.6% | - |
| XYZ | 22.35 | 20.61 | 18.72 | - |
| YUV | 127.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 114 | 0 | 0.23 | 0.25 | 0.40 | 4.74 | 0.16 | 0.52 |
| Hex | 98 | 75 | 72 | 0 | 17 | 19 | 28 | 5 | 10 | 34 |
| Octal | 230 | 165 | 162 | 0 | 27 | 31 | 50 | 5 | 20 | 64 |
| Binary | 10011000 | 1110101 | 1110010 | 0 | 10111 | 11001 | 101000 | 101 | 10000 | 110100 |
Color Harmonies of #987572
Complementary color
Monochromatic Colors of #987572
Black with #987572
Text Example
Text Example
White with #987572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987572; }
p { color: rgb(152,117,114); }
H1.HeaderClassName
{
color: #987572;
}
.AnyTagClassName
{
color: #987572;
}
</style>
background-color css
<style>
a { background-color: #987572; }
a { background-color: rgb(152,117,114); }
div.DivClassName
{
background-color: #987572;
}
.BgClassName
{
background-color: #987572;
}
</style>
border-color css
<style>
span { border-color: #987572; }
span { border-color: rgb(152,117,114); }
td.TdClassName
{
border-color: #987572;
}
.TagClassName
{
border-color: #987572;
}
</style>