Shades of Bazaar #957575
Tints of Bazaar #957575
RGB
CMYK
RGB Variations
Color information
#957575 (or 0x957575) is known color: Bazaar. HEX triplet: 95, 75 and 75. RGB value is (149,117,117). Sum of RGB (Red+Green+Blue) = 149+117+117=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #957575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957575 is #6A8A8A. Grayscale: #7E7E7E. Windows color (decimal): -6982283 or 7697813. OLE color: 7697813.
HSL color Cylindrical-coordinate representation of color #957575: hue angle of 0º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957575 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 117 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.42 |
| HSL | 0º | 0.13% | 0.52% | - |
| HSV(B) | 0º | 0.21% | 0.58% | - |
| XYZ | 21.97 | 20.4 | 19.61 | - |
| YUV | 126.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 117 | 0 | 0.21 | 0.21 | 0.42 | 0 | 0.13 | 0.52 |
| Hex | 95 | 75 | 75 | 0 | 15 | 15 | 2A | 0 | D | 34 |
| Octal | 225 | 165 | 165 | 0 | 25 | 25 | 52 | 0 | 15 | 64 |
| Binary | 10010101 | 1110101 | 1110101 | 0 | 10101 | 10101 | 101010 | 0 | 1101 | 110100 |
Color Harmonies of #957575
Complementary color
Monochromatic Colors of #957575
Black with #957575
Text Example
Text Example
White with #957575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957575; }
p { color: rgb(149,117,117); }
H1.HeaderClassName
{
color: #957575;
}
.AnyTagClassName
{
color: #957575;
}
</style>
background-color css
<style>
a { background-color: #957575; }
a { background-color: rgb(149,117,117); }
div.DivClassName
{
background-color: #957575;
}
.BgClassName
{
background-color: #957575;
}
</style>
border-color css
<style>
span { border-color: #957575; }
span { border-color: rgb(149,117,117); }
td.TdClassName
{
border-color: #957575;
}
.TagClassName
{
border-color: #957575;
}
</style>