Shades of Bazaar #997676
Tints of Bazaar #997676
RGB
CMYK
RGB Variations
Color information
#997676 (or 0x997676) is known color: Bazaar. HEX triplet: 99, 76 and 76. RGB value is (153,118,118). Sum of RGB (Red+Green+Blue) = 153+118+118=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #997676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997676 is #668989. Grayscale: #808080. Windows color (decimal): -6719882 or 7763609. OLE color: 7763609.
HSL color Cylindrical-coordinate representation of color #997676: hue angle of 0º 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 #997676 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 118 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.4 |
| HSL | 0º | 0.15% | 0.53% | - |
| HSV(B) | 0º | 0.23% | 0.6% | - |
| XYZ | 22.89 | 21.04 | 19.99 | - |
| YUV | 128.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 118 | 0 | 0.23 | 0.23 | 0.4 | 0 | 0.15 | 0.53 |
| Hex | 99 | 76 | 76 | 0 | 17 | 17 | 28 | 0 | F | 35 |
| Octal | 231 | 166 | 166 | 0 | 27 | 27 | 50 | 0 | 17 | 65 |
| Binary | 10011001 | 1110110 | 1110110 | 0 | 10111 | 10111 | 101000 | 0 | 1111 | 110101 |
Color Harmonies of #997676
Complementary color
Monochromatic Colors of #997676
Black with #997676
Text Example
Text Example
White with #997676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997676; }
p { color: rgb(153,118,118); }
H1.HeaderClassName
{
color: #997676;
}
.AnyTagClassName
{
color: #997676;
}
</style>
background-color css
<style>
a { background-color: #997676; }
a { background-color: rgb(153,118,118); }
div.DivClassName
{
background-color: #997676;
}
.BgClassName
{
background-color: #997676;
}
</style>
border-color css
<style>
span { border-color: #997676; }
span { border-color: rgb(153,118,118); }
td.TdClassName
{
border-color: #997676;
}
.TagClassName
{
border-color: #997676;
}
</style>