Shades of Bazaar #8D7474
Tints of Bazaar #8D7474
RGB
CMYK
RGB Variations
Color information
#8D7474 (or 0x8D7474) is known color: Bazaar. HEX triplet: 8D, 74 and 74. RGB value is (141,116,116). Sum of RGB (Red+Green+Blue) = 141+116+116=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7474 is #728B8B. Grayscale: #7B7B7B. Windows color (decimal): -7506828 or 7632013. OLE color: 7632013.
HSL color Cylindrical-coordinate representation of color #8D7474: hue angle of 0º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D7474 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 116 | 116 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.45 |
| HSL | 0º | 0.1% | 0.5% | - |
| HSV(B) | 0º | 0.18% | 0.55% | - |
| XYZ | 20.38 | 19.41 | 19.2 | - |
| YUV | 123.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 116 | 116 | 0 | 0.18 | 0.18 | 0.45 | 0 | 0.1 | 0.5 |
| Hex | 8D | 74 | 74 | 0 | 12 | 12 | 2D | 0 | A | 32 |
| Octal | 215 | 164 | 164 | 0 | 22 | 22 | 55 | 0 | 12 | 62 |
| Binary | 10001101 | 1110100 | 1110100 | 0 | 10010 | 10010 | 101101 | 0 | 1010 | 110010 |
Color Harmonies of #8D7474
Complementary color
Monochromatic Colors of #8D7474
Black with #8D7474
Text Example
Text Example
White with #8D7474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7474; }
p { color: rgb(141,116,116); }
H1.HeaderClassName
{
color: #8D7474;
}
.AnyTagClassName
{
color: #8D7474;
}
</style>
background-color css
<style>
a { background-color: #8D7474; }
a { background-color: rgb(141,116,116); }
div.DivClassName
{
background-color: #8D7474;
}
.BgClassName
{
background-color: #8D7474;
}
</style>
border-color css
<style>
span { border-color: #8D7474; }
span { border-color: rgb(141,116,116); }
td.TdClassName
{
border-color: #8D7474;
}
.TagClassName
{
border-color: #8D7474;
}
</style>