Shades of Bazaar #9D7474
Tints of Bazaar #9D7474
RGB
CMYK
RGB Variations
Color information
#9D7474 (or 0x9D7474) is known color: Bazaar. HEX triplet: 9D, 74 and 74. RGB value is (157,116,116). Sum of RGB (Red+Green+Blue) = 157+116+116=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7474 is #628B8B. Grayscale: #808080. Windows color (decimal): -6458252 or 7632029. OLE color: 7632029.
HSL color Cylindrical-coordinate representation of color #9D7474: hue angle of 0º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D7474 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 116 | 116 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.38 |
| HSL | 0º | 0.17% | 0.54% | - |
| HSV(B) | 0º | 0.26% | 0.62% | - |
| XYZ | 23.3 | 20.92 | 19.33 | - |
| YUV | 128.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 116 | 116 | 0 | 0.26 | 0.26 | 0.38 | 0 | 0.17 | 0.54 |
| Hex | 9D | 74 | 74 | 0 | 1A | 1A | 26 | 0 | 11 | 36 |
| Octal | 235 | 164 | 164 | 0 | 32 | 32 | 46 | 0 | 21 | 66 |
| Binary | 10011101 | 1110100 | 1110100 | 0 | 11010 | 11010 | 100110 | 0 | 10001 | 110110 |
Color Harmonies of #9D7474
Complementary color
Monochromatic Colors of #9D7474
Black with #9D7474
Text Example
Text Example
White with #9D7474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7474; }
p { color: rgb(157,116,116); }
H1.HeaderClassName
{
color: #9D7474;
}
.AnyTagClassName
{
color: #9D7474;
}
</style>
background-color css
<style>
a { background-color: #9D7474; }
a { background-color: rgb(157,116,116); }
div.DivClassName
{
background-color: #9D7474;
}
.BgClassName
{
background-color: #9D7474;
}
</style>
border-color css
<style>
span { border-color: #9D7474; }
span { border-color: rgb(157,116,116); }
td.TdClassName
{
border-color: #9D7474;
}
.TagClassName
{
border-color: #9D7474;
}
</style>