Shades of Bazaar #967572
Tints of Bazaar #967572
RGB
CMYK
RGB Variations
Color information
#967572 (or 0x967572) is known color: Bazaar. HEX triplet: 96, 75 and 72. RGB value is (150,117,114). Sum of RGB (Red+Green+Blue) = 150+117+114=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #967572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967572 is #698A8D. Grayscale: #7E7E7E. Windows color (decimal): -6916750 or 7501206. OLE color: 7501206.
HSL color Cylindrical-coordinate representation of color #967572: hue angle of 5º 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 #967572 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 114 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.41 |
| HSL | 5º | 0.15% | 0.52% | - |
| HSV(B) | 5º | 0.24% | 0.59% | - |
| XYZ | 21.98 | 20.42 | 18.7 | - |
| YUV | 126.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 114 | 0 | 0.22 | 0.24 | 0.41 | 5 | 0.15 | 0.52 |
| Hex | 96 | 75 | 72 | 0 | 16 | 18 | 29 | 5 | F | 34 |
| Octal | 226 | 165 | 162 | 0 | 26 | 30 | 51 | 5 | 17 | 64 |
| Binary | 10010110 | 1110101 | 1110010 | 0 | 10110 | 11000 | 101001 | 101 | 1111 | 110100 |
Color Harmonies of #967572
Complementary color
Monochromatic Colors of #967572
Black with #967572
Text Example
Text Example
White with #967572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967572; }
p { color: rgb(150,117,114); }
H1.HeaderClassName
{
color: #967572;
}
.AnyTagClassName
{
color: #967572;
}
</style>
background-color css
<style>
a { background-color: #967572; }
a { background-color: rgb(150,117,114); }
div.DivClassName
{
background-color: #967572;
}
.BgClassName
{
background-color: #967572;
}
</style>
border-color css
<style>
span { border-color: #967572; }
span { border-color: rgb(150,117,114); }
td.TdClassName
{
border-color: #967572;
}
.TagClassName
{
border-color: #967572;
}
</style>