Shades of Bazaar #8E7573
Tints of Bazaar #8E7573
RGB
CMYK
RGB Variations
Color information
#8E7573 (or 0x8E7573) is known color: Bazaar. HEX triplet: 8E, 75 and 73. RGB value is (142,117,115). Sum of RGB (Red+Green+Blue) = 142+117+115=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7573 is #718A8C. Grayscale: #7C7C7C. Windows color (decimal): -7441037 or 7566734. OLE color: 7566734.
HSL color Cylindrical-coordinate representation of color #8E7573: hue angle of 4.44º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E7573 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 117 | 115 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.44 |
| HSL | 4.44º | 0.11% | 0.5% | - |
| HSV(B) | 4.44º | 0.19% | 0.56% | - |
| XYZ | 20.61 | 19.71 | 18.94 | - |
| YUV | 124.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 115 | 0 | 0.18 | 0.19 | 0.44 | 4.44 | 0.11 | 0.5 |
| Hex | 8E | 75 | 73 | 0 | 12 | 13 | 2C | 4 | B | 32 |
| Octal | 216 | 165 | 163 | 0 | 22 | 23 | 54 | 4 | 13 | 62 |
| Binary | 10001110 | 1110101 | 1110011 | 0 | 10010 | 10011 | 101100 | 100 | 1011 | 110010 |
Color Harmonies of #8E7573
Complementary color
Monochromatic Colors of #8E7573
Black with #8E7573
Text Example
Text Example
White with #8E7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7573; }
p { color: rgb(142,117,115); }
H1.HeaderClassName
{
color: #8E7573;
}
.AnyTagClassName
{
color: #8E7573;
}
</style>
background-color css
<style>
a { background-color: #8E7573; }
a { background-color: rgb(142,117,115); }
div.DivClassName
{
background-color: #8E7573;
}
.BgClassName
{
background-color: #8E7573;
}
</style>
border-color css
<style>
span { border-color: #8E7573; }
span { border-color: rgb(142,117,115); }
td.TdClassName
{
border-color: #8E7573;
}
.TagClassName
{
border-color: #8E7573;
}
</style>