Shades of Bazaar #9A7674
Tints of Bazaar #9A7674
RGB
CMYK
RGB Variations
Color information
#9A7674 (or 0x9A7674) is known color: Bazaar. HEX triplet: 9A, 76 and 74. RGB value is (154,118,116). Sum of RGB (Red+Green+Blue) = 154+118+116=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7674 is #65898B. Grayscale: #808080. Windows color (decimal): -6654348 or 7632538. OLE color: 7632538.
HSL color Cylindrical-coordinate representation of color #9A7674: hue angle of 3.16º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A7674 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 118 | 116 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.40 |
| HSL | 3.16º | 0.16% | 0.53% | - |
| HSV(B) | 3.16º | 0.25% | 0.6% | - |
| XYZ | 22.96 | 21.09 | 19.38 | - |
| YUV | 128.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 118 | 116 | 0 | 0.23 | 0.25 | 0.40 | 3.16 | 0.16 | 0.53 |
| Hex | 9A | 76 | 74 | 0 | 17 | 19 | 28 | 3 | 10 | 35 |
| Octal | 232 | 166 | 164 | 0 | 27 | 31 | 50 | 3 | 20 | 65 |
| Binary | 10011010 | 1110110 | 1110100 | 0 | 10111 | 11001 | 101000 | 11 | 10000 | 110101 |
Color Harmonies of #9A7674
Complementary color
Monochromatic Colors of #9A7674
Black with #9A7674
Text Example
Text Example
White with #9A7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7674; }
p { color: rgb(154,118,116); }
H1.HeaderClassName
{
color: #9A7674;
}
.AnyTagClassName
{
color: #9A7674;
}
</style>
background-color css
<style>
a { background-color: #9A7674; }
a { background-color: rgb(154,118,116); }
div.DivClassName
{
background-color: #9A7674;
}
.BgClassName
{
background-color: #9A7674;
}
</style>
border-color css
<style>
span { border-color: #9A7674; }
span { border-color: rgb(154,118,116); }
td.TdClassName
{
border-color: #9A7674;
}
.TagClassName
{
border-color: #9A7674;
}
</style>