Shades of Bazaar #927B7B
Tints of Bazaar #927B7B
RGB
CMYK
RGB Variations
Color information
#927B7B (or 0x927B7B) is known color: Bazaar. HEX triplet: 92, 7B and 7B. RGB value is (146,123,123). Sum of RGB (Red+Green+Blue) = 146+123+123=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #927B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B7B is #6D8484. Grayscale: #818181. Windows color (decimal): -7177349 or 8092562. OLE color: 8092562.
HSL color Cylindrical-coordinate representation of color #927B7B: hue angle of 0º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #927B7B is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 123 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.43 |
| HSL | 0º | 0.1% | 0.53% | - |
| HSV(B) | 0º | 0.16% | 0.57% | - |
| XYZ | 22.51 | 21.71 | 21.74 | - |
| YUV | 129.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 123 | 0 | 0.16 | 0.16 | 0.43 | 0 | 0.1 | 0.53 |
| Hex | 92 | 7B | 7B | 0 | 10 | 10 | 2B | 0 | A | 35 |
| Octal | 222 | 173 | 173 | 0 | 20 | 20 | 53 | 0 | 12 | 65 |
| Binary | 10010010 | 1111011 | 1111011 | 0 | 10000 | 10000 | 101011 | 0 | 1010 | 110101 |
Color Harmonies of #927B7B
Complementary color
Monochromatic Colors of #927B7B
Black with #927B7B
Text Example
Text Example
White with #927B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B7B; }
p { color: rgb(146,123,123); }
H1.HeaderClassName
{
color: #927B7B;
}
.AnyTagClassName
{
color: #927B7B;
}
</style>
background-color css
<style>
a { background-color: #927B7B; }
a { background-color: rgb(146,123,123); }
div.DivClassName
{
background-color: #927B7B;
}
.BgClassName
{
background-color: #927B7B;
}
</style>
border-color css
<style>
span { border-color: #927B7B; }
span { border-color: rgb(146,123,123); }
td.TdClassName
{
border-color: #927B7B;
}
.TagClassName
{
border-color: #927B7B;
}
</style>