Shades of Bazaar #997675
Tints of Bazaar #997675
RGB
CMYK
RGB Variations
Color information
#997675 (or 0x997675) is known color: Bazaar. HEX triplet: 99, 76 and 75. RGB value is (153,118,117). Sum of RGB (Red+Green+Blue) = 153+118+117=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #997675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997675 is #66898A. Grayscale: #808080. Windows color (decimal): -6719883 or 7698073. OLE color: 7698073.
HSL color Cylindrical-coordinate representation of color #997675: hue angle of 1.67º 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 #997675 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 117 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.4 |
| HSL | 1.67º | 0.15% | 0.53% | - |
| HSV(B) | 1.67º | 0.24% | 0.6% | - |
| XYZ | 22.83 | 21.01 | 19.68 | - |
| YUV | 128.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 117 | 0 | 0.23 | 0.24 | 0.4 | 1.67 | 0.15 | 0.53 |
| Hex | 99 | 76 | 75 | 0 | 17 | 18 | 28 | 2 | F | 35 |
| Octal | 231 | 166 | 165 | 0 | 27 | 30 | 50 | 2 | 17 | 65 |
| Binary | 10011001 | 1110110 | 1110101 | 0 | 10111 | 11000 | 101000 | 10 | 1111 | 110101 |
Color Harmonies of #997675
Complementary color
Monochromatic Colors of #997675
Black with #997675
Text Example
Text Example
White with #997675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997675; }
p { color: rgb(153,118,117); }
H1.HeaderClassName
{
color: #997675;
}
.AnyTagClassName
{
color: #997675;
}
</style>
background-color css
<style>
a { background-color: #997675; }
a { background-color: rgb(153,118,117); }
div.DivClassName
{
background-color: #997675;
}
.BgClassName
{
background-color: #997675;
}
</style>
border-color css
<style>
span { border-color: #997675; }
span { border-color: rgb(153,118,117); }
td.TdClassName
{
border-color: #997675;
}
.TagClassName
{
border-color: #997675;
}
</style>