Shades of Bazaar #8C7575
Tints of Bazaar #8C7575
RGB
CMYK
RGB Variations
Color information
#8C7575 (or 0x8C7575) is known color: Bazaar. HEX triplet: 8C, 75 and 75. RGB value is (140,117,117). Sum of RGB (Red+Green+Blue) = 140+117+117=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7575 is #738A8A. Grayscale: #7B7B7B. Windows color (decimal): -7572107 or 7697804. OLE color: 7697804.
HSL color Cylindrical-coordinate representation of color #8C7575: hue angle of 0º 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 #8C7575 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 117 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.45 |
| HSL | 0º | 0.09% | 0.5% | - |
| HSV(B) | 0º | 0.16% | 0.55% | - |
| XYZ | 20.39 | 19.58 | 19.53 | - |
| YUV | 123.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 117 | 0 | 0.16 | 0.16 | 0.45 | 0 | 0.09 | 0.5 |
| Hex | 8C | 75 | 75 | 0 | 10 | 10 | 2D | 0 | 9 | 32 |
| Octal | 214 | 165 | 165 | 0 | 20 | 20 | 55 | 0 | 11 | 62 |
| Binary | 10001100 | 1110101 | 1110101 | 0 | 10000 | 10000 | 101101 | 0 | 1001 | 110010 |
Color Harmonies of #8C7575
Complementary color
Monochromatic Colors of #8C7575
Black with #8C7575
Text Example
Text Example
White with #8C7575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7575; }
p { color: rgb(140,117,117); }
H1.HeaderClassName
{
color: #8C7575;
}
.AnyTagClassName
{
color: #8C7575;
}
</style>
background-color css
<style>
a { background-color: #8C7575; }
a { background-color: rgb(140,117,117); }
div.DivClassName
{
background-color: #8C7575;
}
.BgClassName
{
background-color: #8C7575;
}
</style>
border-color css
<style>
span { border-color: #8C7575; }
span { border-color: rgb(140,117,117); }
td.TdClassName
{
border-color: #8C7575;
}
.TagClassName
{
border-color: #8C7575;
}
</style>