Shades of Bazaar #967372
Tints of Bazaar #967372
RGB
CMYK
RGB Variations
Color information
#967372 (or 0x967372) is known color: Bazaar. HEX triplet: 96, 73 and 72. RGB value is (150,115,114). Sum of RGB (Red+Green+Blue) = 150+115+114=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #967372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967372 is #698C8D. Grayscale: #7D7D7D. Windows color (decimal): -6917262 or 7500694. OLE color: 7500694.
HSL color Cylindrical-coordinate representation of color #967372: hue angle of 1.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #967372 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 114 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.41 |
| HSL | 1.67º | 0.15% | 0.52% | - |
| HSV(B) | 1.67º | 0.24% | 0.59% | - |
| XYZ | 21.75 | 19.96 | 18.63 | - |
| YUV | 125.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 114 | 0 | 0.23 | 0.24 | 0.41 | 1.67 | 0.15 | 0.52 |
| Hex | 96 | 73 | 72 | 0 | 17 | 18 | 29 | 2 | F | 34 |
| Octal | 226 | 163 | 162 | 0 | 27 | 30 | 51 | 2 | 17 | 64 |
| Binary | 10010110 | 1110011 | 1110010 | 0 | 10111 | 11000 | 101001 | 10 | 1111 | 110100 |
Color Harmonies of #967372
Complementary color
Monochromatic Colors of #967372
Black with #967372
Text Example
Text Example
White with #967372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967372; }
p { color: rgb(150,115,114); }
H1.HeaderClassName
{
color: #967372;
}
.AnyTagClassName
{
color: #967372;
}
</style>
background-color css
<style>
a { background-color: #967372; }
a { background-color: rgb(150,115,114); }
div.DivClassName
{
background-color: #967372;
}
.BgClassName
{
background-color: #967372;
}
</style>
border-color css
<style>
span { border-color: #967372; }
span { border-color: rgb(150,115,114); }
td.TdClassName
{
border-color: #967372;
}
.TagClassName
{
border-color: #967372;
}
</style>