Shades of Bazaar #927777
Tints of Bazaar #927777
RGB
CMYK
RGB Variations
Color information
#927777 (or 0x927777) is known color: Bazaar. HEX triplet: 92, 77 and 77. RGB value is (146,119,119). Sum of RGB (Red+Green+Blue) = 146+119+119=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #927777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927777 is #6D8888. Grayscale: #7F7F7F. Windows color (decimal): -7178377 or 7829394. OLE color: 7829394.
HSL color Cylindrical-coordinate representation of color #927777: hue angle of 0º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #927777 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 119 | 119 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.43 |
| HSL | 0º | 0.11% | 0.52% | - |
| HSV(B) | 0º | 0.18% | 0.57% | - |
| XYZ | 21.78 | 20.64 | 20.29 | - |
| YUV | 127.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 119 | 119 | 0 | 0.18 | 0.18 | 0.43 | 0 | 0.11 | 0.52 |
| Hex | 92 | 77 | 77 | 0 | 12 | 12 | 2B | 0 | B | 34 |
| Octal | 222 | 167 | 167 | 0 | 22 | 22 | 53 | 0 | 13 | 64 |
| Binary | 10010010 | 1110111 | 1110111 | 0 | 10010 | 10010 | 101011 | 0 | 1011 | 110100 |
Color Harmonies of #927777
Complementary color
Monochromatic Colors of #927777
Black with #927777
Text Example
Text Example
White with #927777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927777; }
p { color: rgb(146,119,119); }
H1.HeaderClassName
{
color: #927777;
}
.AnyTagClassName
{
color: #927777;
}
</style>
background-color css
<style>
a { background-color: #927777; }
a { background-color: rgb(146,119,119); }
div.DivClassName
{
background-color: #927777;
}
.BgClassName
{
background-color: #927777;
}
</style>
border-color css
<style>
span { border-color: #927777; }
span { border-color: rgb(146,119,119); }
td.TdClassName
{
border-color: #927777;
}
.TagClassName
{
border-color: #927777;
}
</style>