Shades of Bazaar #8F7875
Tints of Bazaar #8F7875
RGB
CMYK
RGB Variations
Color information
#8F7875 (or 0x8F7875) is known color: Bazaar. HEX triplet: 8F, 78 and 75. RGB value is (143,120,117). Sum of RGB (Red+Green+Blue) = 143+120+117=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7875 is #70878A. Grayscale: #7E7E7E. Windows color (decimal): -7374731 or 7698575. OLE color: 7698575.
HSL color Cylindrical-coordinate representation of color #8F7875: hue angle of 6.92º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F7875 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 117 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.44 |
| HSL | 6.92º | 0.1% | 0.51% | - |
| HSV(B) | 6.92º | 0.18% | 0.56% | - |
| XYZ | 21.26 | 20.56 | 19.68 | - |
| YUV | 126.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 117 | 0 | 0.16 | 0.18 | 0.44 | 6.92 | 0.1 | 0.51 |
| Hex | 8F | 78 | 75 | 0 | 10 | 12 | 2C | 7 | A | 33 |
| Octal | 217 | 170 | 165 | 0 | 20 | 22 | 54 | 7 | 12 | 63 |
| Binary | 10001111 | 1111000 | 1110101 | 0 | 10000 | 10010 | 101100 | 111 | 1010 | 110011 |
Color Harmonies of #8F7875
Complementary color
Monochromatic Colors of #8F7875
Black with #8F7875
Text Example
Text Example
White with #8F7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7875; }
p { color: rgb(143,120,117); }
H1.HeaderClassName
{
color: #8F7875;
}
.AnyTagClassName
{
color: #8F7875;
}
</style>
background-color css
<style>
a { background-color: #8F7875; }
a { background-color: rgb(143,120,117); }
div.DivClassName
{
background-color: #8F7875;
}
.BgClassName
{
background-color: #8F7875;
}
</style>
border-color css
<style>
span { border-color: #8F7875; }
span { border-color: rgb(143,120,117); }
td.TdClassName
{
border-color: #8F7875;
}
.TagClassName
{
border-color: #8F7875;
}
</style>