Shades of Bazaar #8C7A79
Tints of Bazaar #8C7A79
RGB
CMYK
RGB Variations
Color information
#8C7A79 (or 0x8C7A79) is known color: Bazaar. HEX triplet: 8C, 7A and 79. RGB value is (140,122,121). Sum of RGB (Red+Green+Blue) = 140+122+121=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A79 is #738586. Grayscale: #7F7F7F. Windows color (decimal): -7570823 or 7961228. OLE color: 7961228.
HSL color Cylindrical-coordinate representation of color #8C7A79: hue angle of 3.16º 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 #8C7A79 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 122 | 121 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.45 |
| HSL | 3.16º | 0.08% | 0.51% | - |
| HSV(B) | 3.16º | 0.14% | 0.55% | - |
| XYZ | 21.23 | 20.87 | 21 | - |
| YUV | 127.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 121 | 0 | 0.13 | 0.14 | 0.45 | 3.16 | 0.08 | 0.51 |
| Hex | 8C | 7A | 79 | 0 | D | E | 2D | 3 | 8 | 33 |
| Octal | 214 | 172 | 171 | 0 | 15 | 16 | 55 | 3 | 10 | 63 |
| Binary | 10001100 | 1111010 | 1111001 | 0 | 1101 | 1110 | 101101 | 11 | 1000 | 110011 |
Color Harmonies of #8C7A79
Complementary color
Monochromatic Colors of #8C7A79
Black with #8C7A79
Text Example
Text Example
White with #8C7A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A79; }
p { color: rgb(140,122,121); }
H1.HeaderClassName
{
color: #8C7A79;
}
.AnyTagClassName
{
color: #8C7A79;
}
</style>
background-color css
<style>
a { background-color: #8C7A79; }
a { background-color: rgb(140,122,121); }
div.DivClassName
{
background-color: #8C7A79;
}
.BgClassName
{
background-color: #8C7A79;
}
</style>
border-color css
<style>
span { border-color: #8C7A79; }
span { border-color: rgb(140,122,121); }
td.TdClassName
{
border-color: #8C7A79;
}
.TagClassName
{
border-color: #8C7A79;
}
</style>