Shades of Bazaar #8D7977
Tints of Bazaar #8D7977
RGB
CMYK
RGB Variations
Color information
#8D7977 (or 0x8D7977) is known color: Bazaar. HEX triplet: 8D, 79 and 77. RGB value is (141,121,119). Sum of RGB (Red+Green+Blue) = 141+121+119=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7977 is #728688. Grayscale: #7E7E7E. Windows color (decimal): -7505545 or 7829901. OLE color: 7829901.
HSL color Cylindrical-coordinate representation of color #8D7977: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D7977 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 119 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.45 |
| HSL | 5.45º | 0.09% | 0.51% | - |
| HSV(B) | 5.45º | 0.16% | 0.55% | - |
| XYZ | 21.15 | 20.67 | 20.33 | - |
| YUV | 126.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 119 | 0 | 0.14 | 0.16 | 0.45 | 5.45 | 0.09 | 0.51 |
| Hex | 8D | 79 | 77 | 0 | E | 10 | 2D | 5 | 9 | 33 |
| Octal | 215 | 171 | 167 | 0 | 16 | 20 | 55 | 5 | 11 | 63 |
| Binary | 10001101 | 1111001 | 1110111 | 0 | 1110 | 10000 | 101101 | 101 | 1001 | 110011 |
Color Harmonies of #8D7977
Complementary color
Monochromatic Colors of #8D7977
Black with #8D7977
Text Example
Text Example
White with #8D7977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7977; }
p { color: rgb(141,121,119); }
H1.HeaderClassName
{
color: #8D7977;
}
.AnyTagClassName
{
color: #8D7977;
}
</style>
background-color css
<style>
a { background-color: #8D7977; }
a { background-color: rgb(141,121,119); }
div.DivClassName
{
background-color: #8D7977;
}
.BgClassName
{
background-color: #8D7977;
}
</style>
border-color css
<style>
span { border-color: #8D7977; }
span { border-color: rgb(141,121,119); }
td.TdClassName
{
border-color: #8D7977;
}
.TagClassName
{
border-color: #8D7977;
}
</style>