Shades of Bazaar #8D7875
Tints of Bazaar #8D7875
RGB
CMYK
RGB Variations
Color information
#8D7875 (or 0x8D7875) is known color: Bazaar. HEX triplet: 8D, 78 and 75. RGB value is (141,120,117). Sum of RGB (Red+Green+Blue) = 141+120+117=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7875 is #72878A. Grayscale: #7D7D7D. Windows color (decimal): -7505803 or 7698573. OLE color: 7698573.
HSL color Cylindrical-coordinate representation of color #8D7875: hue angle of 7.5º 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 #8D7875 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 117 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.45 |
| HSL | 7.5º | 0.1% | 0.51% | - |
| HSV(B) | 7.5º | 0.17% | 0.55% | - |
| XYZ | 20.91 | 20.38 | 19.66 | - |
| YUV | 125.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 117 | 0 | 0.15 | 0.17 | 0.45 | 7.5 | 0.1 | 0.51 |
| Hex | 8D | 78 | 75 | 0 | F | 11 | 2D | 8 | A | 33 |
| Octal | 215 | 170 | 165 | 0 | 17 | 21 | 55 | 10 | 12 | 63 |
| Binary | 10001101 | 1111000 | 1110101 | 0 | 1111 | 10001 | 101101 | 1000 | 1010 | 110011 |
Color Harmonies of #8D7875
Complementary color
Monochromatic Colors of #8D7875
Black with #8D7875
Text Example
Text Example
White with #8D7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7875; }
p { color: rgb(141,120,117); }
H1.HeaderClassName
{
color: #8D7875;
}
.AnyTagClassName
{
color: #8D7875;
}
</style>
background-color css
<style>
a { background-color: #8D7875; }
a { background-color: rgb(141,120,117); }
div.DivClassName
{
background-color: #8D7875;
}
.BgClassName
{
background-color: #8D7875;
}
</style>
border-color css
<style>
span { border-color: #8D7875; }
span { border-color: rgb(141,120,117); }
td.TdClassName
{
border-color: #8D7875;
}
.TagClassName
{
border-color: #8D7875;
}
</style>