Shades of Bazaar #8C7875
Tints of Bazaar #8C7875
RGB
CMYK
RGB Variations
Color information
#8C7875 (or 0x8C7875) is known color: Bazaar. HEX triplet: 8C, 78 and 75. RGB value is (140,120,117). Sum of RGB (Red+Green+Blue) = 140+120+117=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7875 is #73878A. Grayscale: #7D7D7D. Windows color (decimal): -7571339 or 7698572. OLE color: 7698572.
HSL color Cylindrical-coordinate representation of color #8C7875: hue angle of 7.83º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C7875 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 117 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.45 |
| HSL | 7.83º | 0.09% | 0.5% | - |
| HSV(B) | 7.83º | 0.16% | 0.55% | - |
| XYZ | 20.74 | 20.29 | 19.65 | - |
| YUV | 125.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 117 | 0 | 0.14 | 0.16 | 0.45 | 7.83 | 0.09 | 0.5 |
| Hex | 8C | 78 | 75 | 0 | E | 10 | 2D | 8 | 9 | 32 |
| Octal | 214 | 170 | 165 | 0 | 16 | 20 | 55 | 10 | 11 | 62 |
| Binary | 10001100 | 1111000 | 1110101 | 0 | 1110 | 10000 | 101101 | 1000 | 1001 | 110010 |
Color Harmonies of #8C7875
Complementary color
Monochromatic Colors of #8C7875
Black with #8C7875
Text Example
Text Example
White with #8C7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7875; }
p { color: rgb(140,120,117); }
H1.HeaderClassName
{
color: #8C7875;
}
.AnyTagClassName
{
color: #8C7875;
}
</style>
background-color css
<style>
a { background-color: #8C7875; }
a { background-color: rgb(140,120,117); }
div.DivClassName
{
background-color: #8C7875;
}
.BgClassName
{
background-color: #8C7875;
}
</style>
border-color css
<style>
span { border-color: #8C7875; }
span { border-color: rgb(140,120,117); }
td.TdClassName
{
border-color: #8C7875;
}
.TagClassName
{
border-color: #8C7875;
}
</style>