Shades of Bazaar #937A77
Tints of Bazaar #937A77
RGB
CMYK
RGB Variations
Color information
#937A77 (or 0x937A77) is known color: Bazaar. HEX triplet: 93, 7A and 77. RGB value is (147,122,119). Sum of RGB (Red+Green+Blue) = 147+122+119=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #937A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A77 is #6C8588. Grayscale: #818181. Windows color (decimal): -7112073 or 7830163. OLE color: 7830163.
HSL color Cylindrical-coordinate representation of color #937A77: hue angle of 6.43º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #937A77 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 119 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.42 |
| HSL | 6.43º | 0.11% | 0.52% | - |
| HSV(B) | 6.43º | 0.19% | 0.58% | - |
| XYZ | 22.32 | 21.45 | 20.42 | - |
| YUV | 129.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 119 | 0 | 0.17 | 0.19 | 0.42 | 6.43 | 0.11 | 0.52 |
| Hex | 93 | 7A | 77 | 0 | 11 | 13 | 2A | 6 | B | 34 |
| Octal | 223 | 172 | 167 | 0 | 21 | 23 | 52 | 6 | 13 | 64 |
| Binary | 10010011 | 1111010 | 1110111 | 0 | 10001 | 10011 | 101010 | 110 | 1011 | 110100 |
Color Harmonies of #937A77
Complementary color
Monochromatic Colors of #937A77
Black with #937A77
Text Example
Text Example
White with #937A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A77; }
p { color: rgb(147,122,119); }
H1.HeaderClassName
{
color: #937A77;
}
.AnyTagClassName
{
color: #937A77;
}
</style>
background-color css
<style>
a { background-color: #937A77; }
a { background-color: rgb(147,122,119); }
div.DivClassName
{
background-color: #937A77;
}
.BgClassName
{
background-color: #937A77;
}
</style>
border-color css
<style>
span { border-color: #937A77; }
span { border-color: rgb(147,122,119); }
td.TdClassName
{
border-color: #937A77;
}
.TagClassName
{
border-color: #937A77;
}
</style>