Shades of Bazaar #9C7470
Tints of Bazaar #9C7470
RGB
CMYK
RGB Variations
Color information
#9C7470 (or 0x9C7470) is known color: Bazaar. HEX triplet: 9C, 74 and 70. RGB value is (156,116,112). Sum of RGB (Red+Green+Blue) = 156+116+112=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7470 is #638B8F. Grayscale: #7F7F7F. Windows color (decimal): -6523792 or 7369884. OLE color: 7369884.
HSL color Cylindrical-coordinate representation of color #9C7470: hue angle of 5.45º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7470 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 112 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.39 |
| HSL | 5.45º | 0.18% | 0.53% | - |
| HSV(B) | 5.45º | 0.28% | 0.61% | - |
| XYZ | 22.88 | 20.73 | 18.12 | - |
| YUV | 127.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 112 | 0 | 0.26 | 0.28 | 0.39 | 5.45 | 0.18 | 0.53 |
| Hex | 9C | 74 | 70 | 0 | 1A | 1C | 27 | 5 | 12 | 35 |
| Octal | 234 | 164 | 160 | 0 | 32 | 34 | 47 | 5 | 22 | 65 |
| Binary | 10011100 | 1110100 | 1110000 | 0 | 11010 | 11100 | 100111 | 101 | 10010 | 110101 |
Color Harmonies of #9C7470
Complementary color
Monochromatic Colors of #9C7470
Black with #9C7470
Text Example
Text Example
White with #9C7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7470; }
p { color: rgb(156,116,112); }
H1.HeaderClassName
{
color: #9C7470;
}
.AnyTagClassName
{
color: #9C7470;
}
</style>
background-color css
<style>
a { background-color: #9C7470; }
a { background-color: rgb(156,116,112); }
div.DivClassName
{
background-color: #9C7470;
}
.BgClassName
{
background-color: #9C7470;
}
</style>
border-color css
<style>
span { border-color: #9C7470; }
span { border-color: rgb(156,116,112); }
td.TdClassName
{
border-color: #9C7470;
}
.TagClassName
{
border-color: #9C7470;
}
</style>