Shades of Bazaar #8E7070
Tints of Bazaar #8E7070
RGB
CMYK
RGB Variations
Color information
#8E7070 (or 0x8E7070) is known color: Bazaar. HEX triplet: 8E, 70 and 70. RGB value is (142,112,112). Sum of RGB (Red+Green+Blue) = 142+112+112=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7070 is #718F8F. Grayscale: #797979. Windows color (decimal): -7442320 or 7368846. OLE color: 7368846.
HSL color Cylindrical-coordinate representation of color #8E7070: hue angle of 0º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E7070 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 112 | 112 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.44 |
| HSL | 0º | 0.12% | 0.5% | - |
| HSV(B) | 0º | 0.21% | 0.56% | - |
| XYZ | 19.87 | 18.51 | 17.85 | - |
| YUV | 120.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 112 | 0 | 0.21 | 0.21 | 0.44 | 0 | 0.12 | 0.5 |
| Hex | 8E | 70 | 70 | 0 | 15 | 15 | 2C | 0 | C | 32 |
| Octal | 216 | 160 | 160 | 0 | 25 | 25 | 54 | 0 | 14 | 62 |
| Binary | 10001110 | 1110000 | 1110000 | 0 | 10101 | 10101 | 101100 | 0 | 1100 | 110010 |
Color Harmonies of #8E7070
Complementary color
Monochromatic Colors of #8E7070
Black with #8E7070
Text Example
Text Example
White with #8E7070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7070; }
p { color: rgb(142,112,112); }
H1.HeaderClassName
{
color: #8E7070;
}
.AnyTagClassName
{
color: #8E7070;
}
</style>
background-color css
<style>
a { background-color: #8E7070; }
a { background-color: rgb(142,112,112); }
div.DivClassName
{
background-color: #8E7070;
}
.BgClassName
{
background-color: #8E7070;
}
</style>
border-color css
<style>
span { border-color: #8E7070; }
span { border-color: rgb(142,112,112); }
td.TdClassName
{
border-color: #8E7070;
}
.TagClassName
{
border-color: #8E7070;
}
</style>