Shades of Bazaar #997372
Tints of Bazaar #997372
RGB
CMYK
RGB Variations
Color information
#997372 (or 0x997372) is known color: Bazaar. HEX triplet: 99, 73 and 72. RGB value is (153,115,114). Sum of RGB (Red+Green+Blue) = 153+115+114=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #997372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997372 is #668C8D. Grayscale: #7E7E7E. Windows color (decimal): -6720654 or 7500697. OLE color: 7500697.
HSL color Cylindrical-coordinate representation of color #997372: hue angle of 1.54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997372 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 114 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.4 |
| HSL | 1.54º | 0.16% | 0.52% | - |
| HSV(B) | 1.54º | 0.25% | 0.6% | - |
| XYZ | 22.3 | 20.25 | 18.65 | - |
| YUV | 126.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 114 | 0 | 0.25 | 0.25 | 0.4 | 1.54 | 0.16 | 0.52 |
| Hex | 99 | 73 | 72 | 0 | 19 | 19 | 28 | 2 | 10 | 34 |
| Octal | 231 | 163 | 162 | 0 | 31 | 31 | 50 | 2 | 20 | 64 |
| Binary | 10011001 | 1110011 | 1110010 | 0 | 11001 | 11001 | 101000 | 10 | 10000 | 110100 |
Color Harmonies of #997372
Complementary color
Monochromatic Colors of #997372
Black with #997372
Text Example
Text Example
White with #997372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997372; }
p { color: rgb(153,115,114); }
H1.HeaderClassName
{
color: #997372;
}
.AnyTagClassName
{
color: #997372;
}
</style>
background-color css
<style>
a { background-color: #997372; }
a { background-color: rgb(153,115,114); }
div.DivClassName
{
background-color: #997372;
}
.BgClassName
{
background-color: #997372;
}
</style>
border-color css
<style>
span { border-color: #997372; }
span { border-color: rgb(153,115,114); }
td.TdClassName
{
border-color: #997372;
}
.TagClassName
{
border-color: #997372;
}
</style>