Shades of Bazaar #8C7D7D
Tints of Bazaar #8C7D7D
RGB
CMYK
RGB Variations
Color information
#8C7D7D (or 0x8C7D7D) is known color: Bazaar. HEX triplet: 8C, 7D and 7D. RGB value is (140,125,125). Sum of RGB (Red+Green+Blue) = 140+125+125=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7D7D is #738282. Grayscale: #818181. Windows color (decimal): -7570051 or 8224140. OLE color: 8224140.
HSL color Cylindrical-coordinate representation of color #8C7D7D: hue angle of 0º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C7D7D is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 125 | 125 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.45 |
| HSL | 0º | 0.06% | 0.52% | - |
| HSV(B) | 0º | 0.11% | 0.55% | - |
| XYZ | 21.85 | 21.72 | 22.44 | - |
| YUV | 129.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 125 | 0 | 0.11 | 0.11 | 0.45 | 0 | 0.06 | 0.52 |
| Hex | 8C | 7D | 7D | 0 | B | B | 2D | 0 | 6 | 34 |
| Octal | 214 | 175 | 175 | 0 | 13 | 13 | 55 | 0 | 6 | 64 |
| Binary | 10001100 | 1111101 | 1111101 | 0 | 1011 | 1011 | 101101 | 0 | 110 | 110100 |
Color Harmonies of #8C7D7D
Complementary color
Monochromatic Colors of #8C7D7D
Black with #8C7D7D
Text Example
Text Example
White with #8C7D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D7D; }
p { color: rgb(140,125,125); }
H1.HeaderClassName
{
color: #8C7D7D;
}
.AnyTagClassName
{
color: #8C7D7D;
}
</style>
background-color css
<style>
a { background-color: #8C7D7D; }
a { background-color: rgb(140,125,125); }
div.DivClassName
{
background-color: #8C7D7D;
}
.BgClassName
{
background-color: #8C7D7D;
}
</style>
border-color css
<style>
span { border-color: #8C7D7D; }
span { border-color: rgb(140,125,125); }
td.TdClassName
{
border-color: #8C7D7D;
}
.TagClassName
{
border-color: #8C7D7D;
}
</style>