Shades of Bazaar #967875
Tints of Bazaar #967875
RGB
CMYK
RGB Variations
Color information
#967875 (or 0x967875) is known color: Bazaar. HEX triplet: 96, 78 and 75. RGB value is (150,120,117). Sum of RGB (Red+Green+Blue) = 150+120+117=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #967875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967875 is #69878A. Grayscale: #808080. Windows color (decimal): -6915979 or 7698582. OLE color: 7698582.
HSL color Cylindrical-coordinate representation of color #967875: hue angle of 5.45º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #967875 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 117 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.41 |
| HSL | 5.45º | 0.14% | 0.52% | - |
| HSV(B) | 5.45º | 0.22% | 0.59% | - |
| XYZ | 22.51 | 21.2 | 19.74 | - |
| YUV | 128.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 117 | 0 | 0.20 | 0.22 | 0.41 | 5.45 | 0.14 | 0.52 |
| Hex | 96 | 78 | 75 | 0 | 14 | 16 | 29 | 5 | E | 34 |
| Octal | 226 | 170 | 165 | 0 | 24 | 26 | 51 | 5 | 16 | 64 |
| Binary | 10010110 | 1111000 | 1110101 | 0 | 10100 | 10110 | 101001 | 101 | 1110 | 110100 |
Color Harmonies of #967875
Complementary color
Monochromatic Colors of #967875
Black with #967875
Text Example
Text Example
White with #967875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967875; }
p { color: rgb(150,120,117); }
H1.HeaderClassName
{
color: #967875;
}
.AnyTagClassName
{
color: #967875;
}
</style>
background-color css
<style>
a { background-color: #967875; }
a { background-color: rgb(150,120,117); }
div.DivClassName
{
background-color: #967875;
}
.BgClassName
{
background-color: #967875;
}
</style>
border-color css
<style>
span { border-color: #967875; }
span { border-color: rgb(150,120,117); }
td.TdClassName
{
border-color: #967875;
}
.TagClassName
{
border-color: #967875;
}
</style>