Shades of Bazaar #937B79
Tints of Bazaar #937B79
RGB
CMYK
RGB Variations
Color information
#937B79 (or 0x937B79) is known color: Bazaar. HEX triplet: 93, 7B and 79. RGB value is (147,123,121). Sum of RGB (Red+Green+Blue) = 147+123+121=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #937B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937B79 is #6C8486. Grayscale: #818181. Windows color (decimal): -7111815 or 7961491. OLE color: 7961491.
HSL color Cylindrical-coordinate representation of color #937B79: hue angle of 4.62º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #937B79 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 123 | 121 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.42 |
| HSL | 4.62º | 0.11% | 0.53% | - |
| HSV(B) | 4.62º | 0.18% | 0.58% | - |
| XYZ | 22.57 | 21.75 | 21.1 | - |
| YUV | 129.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 121 | 0 | 0.16 | 0.18 | 0.42 | 4.62 | 0.11 | 0.53 |
| Hex | 93 | 7B | 79 | 0 | 10 | 12 | 2A | 5 | B | 35 |
| Octal | 223 | 173 | 171 | 0 | 20 | 22 | 52 | 5 | 13 | 65 |
| Binary | 10010011 | 1111011 | 1111001 | 0 | 10000 | 10010 | 101010 | 101 | 1011 | 110101 |
Color Harmonies of #937B79
Complementary color
Monochromatic Colors of #937B79
Black with #937B79
Text Example
Text Example
White with #937B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B79; }
p { color: rgb(147,123,121); }
H1.HeaderClassName
{
color: #937B79;
}
.AnyTagClassName
{
color: #937B79;
}
</style>
background-color css
<style>
a { background-color: #937B79; }
a { background-color: rgb(147,123,121); }
div.DivClassName
{
background-color: #937B79;
}
.BgClassName
{
background-color: #937B79;
}
</style>
border-color css
<style>
span { border-color: #937B79; }
span { border-color: rgb(147,123,121); }
td.TdClassName
{
border-color: #937B79;
}
.TagClassName
{
border-color: #937B79;
}
</style>