Shades of Bazaar #987673
Tints of Bazaar #987673
RGB
CMYK
RGB Variations
Color information
#987673 (or 0x987673) is known color: Bazaar. HEX triplet: 98, 76 and 73. RGB value is (152,118,115). Sum of RGB (Red+Green+Blue) = 152+118+115=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #987673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987673 is #67898C. Grayscale: #7F7F7F. Windows color (decimal): -6785421 or 7567000. OLE color: 7567000.
HSL color Cylindrical-coordinate representation of color #987673: hue angle of 4.86º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987673 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 115 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.40 |
| HSL | 4.86º | 0.15% | 0.52% | - |
| HSV(B) | 4.86º | 0.24% | 0.6% | - |
| XYZ | 22.52 | 20.87 | 19.06 | - |
| YUV | 127.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 115 | 0 | 0.22 | 0.24 | 0.40 | 4.86 | 0.15 | 0.52 |
| Hex | 98 | 76 | 73 | 0 | 16 | 18 | 28 | 5 | F | 34 |
| Octal | 230 | 166 | 163 | 0 | 26 | 30 | 50 | 5 | 17 | 64 |
| Binary | 10011000 | 1110110 | 1110011 | 0 | 10110 | 11000 | 101000 | 101 | 1111 | 110100 |
Color Harmonies of #987673
Complementary color
Monochromatic Colors of #987673
Black with #987673
Text Example
Text Example
White with #987673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987673; }
p { color: rgb(152,118,115); }
H1.HeaderClassName
{
color: #987673;
}
.AnyTagClassName
{
color: #987673;
}
</style>
background-color css
<style>
a { background-color: #987673; }
a { background-color: rgb(152,118,115); }
div.DivClassName
{
background-color: #987673;
}
.BgClassName
{
background-color: #987673;
}
</style>
border-color css
<style>
span { border-color: #987673; }
span { border-color: rgb(152,118,115); }
td.TdClassName
{
border-color: #987673;
}
.TagClassName
{
border-color: #987673;
}
</style>