Shades of Bazaar #8E7878
Tints of Bazaar #8E7878
RGB
CMYK
RGB Variations
Color information
#8E7878 (or 0x8E7878) is known color: Bazaar. HEX triplet: 8E, 78 and 78. RGB value is (142,120,120). Sum of RGB (Red+Green+Blue) = 142+120+120=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7878 is #718787. Grayscale: #7E7E7E. Windows color (decimal): -7440264 or 7895182. OLE color: 7895182.
HSL color Cylindrical-coordinate representation of color #8E7878: hue angle of 0º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E7878 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 120 | 120 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.44 |
| HSL | 0º | 0.09% | 0.51% | - |
| HSV(B) | 0º | 0.15% | 0.56% | - |
| XYZ | 21.26 | 20.54 | 20.61 | - |
| YUV | 126.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 120 | 120 | 0 | 0.15 | 0.15 | 0.44 | 0 | 0.09 | 0.51 |
| Hex | 8E | 78 | 78 | 0 | F | F | 2C | 0 | 9 | 33 |
| Octal | 216 | 170 | 170 | 0 | 17 | 17 | 54 | 0 | 11 | 63 |
| Binary | 10001110 | 1111000 | 1111000 | 0 | 1111 | 1111 | 101100 | 0 | 1001 | 110011 |
Color Harmonies of #8E7878
Complementary color
Monochromatic Colors of #8E7878
Black with #8E7878
Text Example
Text Example
White with #8E7878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7878; }
p { color: rgb(142,120,120); }
H1.HeaderClassName
{
color: #8E7878;
}
.AnyTagClassName
{
color: #8E7878;
}
</style>
background-color css
<style>
a { background-color: #8E7878; }
a { background-color: rgb(142,120,120); }
div.DivClassName
{
background-color: #8E7878;
}
.BgClassName
{
background-color: #8E7878;
}
</style>
border-color css
<style>
span { border-color: #8E7878; }
span { border-color: rgb(142,120,120); }
td.TdClassName
{
border-color: #8E7878;
}
.TagClassName
{
border-color: #8E7878;
}
</style>