Shades of Bazaar #8C7B78
Tints of Bazaar #8C7B78
RGB
CMYK
RGB Variations
Color information
#8C7B78 (or 0x8C7B78) is known color: Bazaar. HEX triplet: 8C, 7B and 78. RGB value is (140,123,120). Sum of RGB (Red+Green+Blue) = 140+123+120=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7B78 is #738487. Grayscale: #7F7F7F. Windows color (decimal): -7570568 or 7895948. OLE color: 7895948.
HSL color Cylindrical-coordinate representation of color #8C7B78: hue angle of 9º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C7B78 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 123 | 120 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.45 |
| HSL | 9º | 0.08% | 0.51% | - |
| HSV(B) | 9º | 0.14% | 0.55% | - |
| XYZ | 21.29 | 21.1 | 20.72 | - |
| YUV | 127.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 120 | 0 | 0.12 | 0.14 | 0.45 | 9 | 0.08 | 0.51 |
| Hex | 8C | 7B | 78 | 0 | C | E | 2D | 9 | 8 | 33 |
| Octal | 214 | 173 | 170 | 0 | 14 | 16 | 55 | 11 | 10 | 63 |
| Binary | 10001100 | 1111011 | 1111000 | 0 | 1100 | 1110 | 101101 | 1001 | 1000 | 110011 |
Color Harmonies of #8C7B78
Complementary color
Monochromatic Colors of #8C7B78
Black with #8C7B78
Text Example
Text Example
White with #8C7B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7B78; }
p { color: rgb(140,123,120); }
H1.HeaderClassName
{
color: #8C7B78;
}
.AnyTagClassName
{
color: #8C7B78;
}
</style>
background-color css
<style>
a { background-color: #8C7B78; }
a { background-color: rgb(140,123,120); }
div.DivClassName
{
background-color: #8C7B78;
}
.BgClassName
{
background-color: #8C7B78;
}
</style>
border-color css
<style>
span { border-color: #8C7B78; }
span { border-color: rgb(140,123,120); }
td.TdClassName
{
border-color: #8C7B78;
}
.TagClassName
{
border-color: #8C7B78;
}
</style>