Shades of Bazaar #997776
Tints of Bazaar #997776
RGB
CMYK
RGB Variations
Color information
#997776 (or 0x997776) is known color: Bazaar. HEX triplet: 99, 77 and 76. RGB value is (153,119,118). Sum of RGB (Red+Green+Blue) = 153+119+118=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #997776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997776 is #668889. Grayscale: #818181. Windows color (decimal): -6719626 or 7763865. OLE color: 7763865.
HSL color Cylindrical-coordinate representation of color #997776: hue angle of 1.71º 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 #997776 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 118 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.4 |
| HSL | 1.71º | 0.15% | 0.53% | - |
| HSV(B) | 1.71º | 0.23% | 0.6% | - |
| XYZ | 23 | 21.27 | 20.03 | - |
| YUV | 129.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 118 | 0 | 0.22 | 0.23 | 0.4 | 1.71 | 0.15 | 0.53 |
| Hex | 99 | 77 | 76 | 0 | 16 | 17 | 28 | 2 | F | 35 |
| Octal | 231 | 167 | 166 | 0 | 26 | 27 | 50 | 2 | 17 | 65 |
| Binary | 10011001 | 1110111 | 1110110 | 0 | 10110 | 10111 | 101000 | 10 | 1111 | 110101 |
Color Harmonies of #997776
Complementary color
Monochromatic Colors of #997776
Black with #997776
Text Example
Text Example
White with #997776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997776; }
p { color: rgb(153,119,118); }
H1.HeaderClassName
{
color: #997776;
}
.AnyTagClassName
{
color: #997776;
}
</style>
background-color css
<style>
a { background-color: #997776; }
a { background-color: rgb(153,119,118); }
div.DivClassName
{
background-color: #997776;
}
.BgClassName
{
background-color: #997776;
}
</style>
border-color css
<style>
span { border-color: #997776; }
span { border-color: rgb(153,119,118); }
td.TdClassName
{
border-color: #997776;
}
.TagClassName
{
border-color: #997776;
}
</style>