Shades of Bazaar #8B7773
Tints of Bazaar #8B7773
RGB
CMYK
RGB Variations
Color information
#8B7773 (or 0x8B7773) is known color: Bazaar. HEX triplet: 8B, 77 and 73. RGB value is (139,119,115). Sum of RGB (Red+Green+Blue) = 139+119+115=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7773 is #74888C. Grayscale: #7C7C7C. Windows color (decimal): -7637133 or 7567243. OLE color: 7567243.
HSL color Cylindrical-coordinate representation of color #8B7773: hue angle of 10º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B7773 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 115 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.45 |
| HSL | 10º | 0.09% | 0.5% | - |
| HSV(B) | 10º | 0.17% | 0.55% | - |
| XYZ | 20.34 | 19.92 | 18.99 | - |
| YUV | 124.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 115 | 0 | 0.14 | 0.17 | 0.45 | 10 | 0.09 | 0.5 |
| Hex | 8B | 77 | 73 | 0 | E | 11 | 2D | A | 9 | 32 |
| Octal | 213 | 167 | 163 | 0 | 16 | 21 | 55 | 12 | 11 | 62 |
| Binary | 10001011 | 1110111 | 1110011 | 0 | 1110 | 10001 | 101101 | 1010 | 1001 | 110010 |
Color Harmonies of #8B7773
Complementary color
Monochromatic Colors of #8B7773
Black with #8B7773
Text Example
Text Example
White with #8B7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7773; }
p { color: rgb(139,119,115); }
H1.HeaderClassName
{
color: #8B7773;
}
.AnyTagClassName
{
color: #8B7773;
}
</style>
background-color css
<style>
a { background-color: #8B7773; }
a { background-color: rgb(139,119,115); }
div.DivClassName
{
background-color: #8B7773;
}
.BgClassName
{
background-color: #8B7773;
}
</style>
border-color css
<style>
span { border-color: #8B7773; }
span { border-color: rgb(139,119,115); }
td.TdClassName
{
border-color: #8B7773;
}
.TagClassName
{
border-color: #8B7773;
}
</style>