Shades of Bazaar #8D7975
Tints of Bazaar #8D7975
RGB
CMYK
RGB Variations
Color information
#8D7975 (or 0x8D7975) is known color: Bazaar. HEX triplet: 8D, 79 and 75. RGB value is (141,121,117). Sum of RGB (Red+Green+Blue) = 141+121+117=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7975 is #72868A. Grayscale: #7E7E7E. Windows color (decimal): -7505547 or 7698829. OLE color: 7698829.
HSL color Cylindrical-coordinate representation of color #8D7975: hue angle of 10º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D7975 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 117 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.45 |
| HSL | 10º | 0.1% | 0.51% | - |
| HSV(B) | 10º | 0.17% | 0.55% | - |
| XYZ | 21.03 | 20.62 | 19.7 | - |
| YUV | 126.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 117 | 0 | 0.14 | 0.17 | 0.45 | 10 | 0.1 | 0.51 |
| Hex | 8D | 79 | 75 | 0 | E | 11 | 2D | A | A | 33 |
| Octal | 215 | 171 | 165 | 0 | 16 | 21 | 55 | 12 | 12 | 63 |
| Binary | 10001101 | 1111001 | 1110101 | 0 | 1110 | 10001 | 101101 | 1010 | 1010 | 110011 |
Color Harmonies of #8D7975
Complementary color
Monochromatic Colors of #8D7975
Black with #8D7975
Text Example
Text Example
White with #8D7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7975; }
p { color: rgb(141,121,117); }
H1.HeaderClassName
{
color: #8D7975;
}
.AnyTagClassName
{
color: #8D7975;
}
</style>
background-color css
<style>
a { background-color: #8D7975; }
a { background-color: rgb(141,121,117); }
div.DivClassName
{
background-color: #8D7975;
}
.BgClassName
{
background-color: #8D7975;
}
</style>
border-color css
<style>
span { border-color: #8D7975; }
span { border-color: rgb(141,121,117); }
td.TdClassName
{
border-color: #8D7975;
}
.TagClassName
{
border-color: #8D7975;
}
</style>