Shades of Bazaar #8D7978
Tints of Bazaar #8D7978
RGB
CMYK
RGB Variations
Color information
#8D7978 (or 0x8D7978) is known color: Bazaar. HEX triplet: 8D, 79 and 78. RGB value is (141,121,120). Sum of RGB (Red+Green+Blue) = 141+121+120=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7978 is #728687. Grayscale: #7E7E7E. Windows color (decimal): -7505544 or 7895437. OLE color: 7895437.
HSL color Cylindrical-coordinate representation of color #8D7978: hue angle of 2.86º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D7978 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 120 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.45 |
| HSL | 2.86º | 0.08% | 0.51% | - |
| HSV(B) | 2.86º | 0.15% | 0.55% | - |
| XYZ | 21.21 | 20.69 | 20.65 | - |
| YUV | 126.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 120 | 0 | 0.14 | 0.15 | 0.45 | 2.86 | 0.08 | 0.51 |
| Hex | 8D | 79 | 78 | 0 | E | F | 2D | 3 | 8 | 33 |
| Octal | 215 | 171 | 170 | 0 | 16 | 17 | 55 | 3 | 10 | 63 |
| Binary | 10001101 | 1111001 | 1111000 | 0 | 1110 | 1111 | 101101 | 11 | 1000 | 110011 |
Color Harmonies of #8D7978
Complementary color
Monochromatic Colors of #8D7978
Black with #8D7978
Text Example
Text Example
White with #8D7978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7978; }
p { color: rgb(141,121,120); }
H1.HeaderClassName
{
color: #8D7978;
}
.AnyTagClassName
{
color: #8D7978;
}
</style>
background-color css
<style>
a { background-color: #8D7978; }
a { background-color: rgb(141,121,120); }
div.DivClassName
{
background-color: #8D7978;
}
.BgClassName
{
background-color: #8D7978;
}
</style>
border-color css
<style>
span { border-color: #8D7978; }
span { border-color: rgb(141,121,120); }
td.TdClassName
{
border-color: #8D7978;
}
.TagClassName
{
border-color: #8D7978;
}
</style>