Shades of Bazaar #997875
Tints of Bazaar #997875
RGB
CMYK
RGB Variations
Color information
#997875 (or 0x997875) is known color: Bazaar. HEX triplet: 99, 78 and 75. RGB value is (153,120,117). Sum of RGB (Red+Green+Blue) = 153+120+117=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #997875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997875 is #66878A. Grayscale: #818181. Windows color (decimal): -6719371 or 7698585. OLE color: 7698585.
HSL color Cylindrical-coordinate representation of color #997875: hue angle of 5º 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 #997875 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 117 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.4 |
| HSL | 5º | 0.15% | 0.53% | - |
| HSV(B) | 5º | 0.24% | 0.6% | - |
| XYZ | 23.06 | 21.49 | 19.76 | - |
| YUV | 129.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 117 | 0 | 0.22 | 0.24 | 0.4 | 5 | 0.15 | 0.53 |
| Hex | 99 | 78 | 75 | 0 | 16 | 18 | 28 | 5 | F | 35 |
| Octal | 231 | 170 | 165 | 0 | 26 | 30 | 50 | 5 | 17 | 65 |
| Binary | 10011001 | 1111000 | 1110101 | 0 | 10110 | 11000 | 101000 | 101 | 1111 | 110101 |
Color Harmonies of #997875
Complementary color
Monochromatic Colors of #997875
Black with #997875
Text Example
Text Example
White with #997875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997875; }
p { color: rgb(153,120,117); }
H1.HeaderClassName
{
color: #997875;
}
.AnyTagClassName
{
color: #997875;
}
</style>
background-color css
<style>
a { background-color: #997875; }
a { background-color: rgb(153,120,117); }
div.DivClassName
{
background-color: #997875;
}
.BgClassName
{
background-color: #997875;
}
</style>
border-color css
<style>
span { border-color: #997875; }
span { border-color: rgb(153,120,117); }
td.TdClassName
{
border-color: #997875;
}
.TagClassName
{
border-color: #997875;
}
</style>