Shades of Bazaar #957777
Tints of Bazaar #957777
RGB
CMYK
RGB Variations
Color information
#957777 (or 0x957777) is known color: Bazaar. HEX triplet: 95, 77 and 77. RGB value is (149,119,119). Sum of RGB (Red+Green+Blue) = 149+119+119=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #957777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957777 is #6A8888. Grayscale: #808080. Windows color (decimal): -6981769 or 7829397. OLE color: 7829397.
HSL color Cylindrical-coordinate representation of color #957777: hue angle of 0º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #957777 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 119 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.42 |
| HSL | 0º | 0.12% | 0.53% | - |
| HSV(B) | 0º | 0.2% | 0.58% | - |
| XYZ | 22.32 | 20.92 | 20.31 | - |
| YUV | 127.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 119 | 0 | 0.20 | 0.20 | 0.42 | 0 | 0.12 | 0.53 |
| Hex | 95 | 77 | 77 | 0 | 14 | 14 | 2A | 0 | C | 35 |
| Octal | 225 | 167 | 167 | 0 | 24 | 24 | 52 | 0 | 14 | 65 |
| Binary | 10010101 | 1110111 | 1110111 | 0 | 10100 | 10100 | 101010 | 0 | 1100 | 110101 |
Color Harmonies of #957777
Complementary color
Monochromatic Colors of #957777
Black with #957777
Text Example
Text Example
White with #957777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957777; }
p { color: rgb(149,119,119); }
H1.HeaderClassName
{
color: #957777;
}
.AnyTagClassName
{
color: #957777;
}
</style>
background-color css
<style>
a { background-color: #957777; }
a { background-color: rgb(149,119,119); }
div.DivClassName
{
background-color: #957777;
}
.BgClassName
{
background-color: #957777;
}
</style>
border-color css
<style>
span { border-color: #957777; }
span { border-color: rgb(149,119,119); }
td.TdClassName
{
border-color: #957777;
}
.TagClassName
{
border-color: #957777;
}
</style>