Shades of Bazaar #917A76
Tints of Bazaar #917A76
RGB
CMYK
RGB Variations
Color information
#917A76 (or 0x917A76) is known color: Bazaar. HEX triplet: 91, 7A and 76. RGB value is (145,122,118). Sum of RGB (Red+Green+Blue) = 145+122+118=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #917A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A76 is #6E8589. Grayscale: #808080. Windows color (decimal): -7243146 or 7764625. OLE color: 7764625.
HSL color Cylindrical-coordinate representation of color #917A76: hue angle of 8.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #917A76 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 118 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.43 |
| HSL | 8.89º | 0.11% | 0.52% | - |
| HSV(B) | 8.89º | 0.19% | 0.57% | - |
| XYZ | 21.91 | 21.25 | 20.09 | - |
| YUV | 128.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 118 | 0 | 0.16 | 0.19 | 0.43 | 8.89 | 0.11 | 0.52 |
| Hex | 91 | 7A | 76 | 0 | 10 | 13 | 2B | 9 | B | 34 |
| Octal | 221 | 172 | 166 | 0 | 20 | 23 | 53 | 11 | 13 | 64 |
| Binary | 10010001 | 1111010 | 1110110 | 0 | 10000 | 10011 | 101011 | 1001 | 1011 | 110100 |
Color Harmonies of #917A76
Complementary color
Monochromatic Colors of #917A76
Black with #917A76
Text Example
Text Example
White with #917A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A76; }
p { color: rgb(145,122,118); }
H1.HeaderClassName
{
color: #917A76;
}
.AnyTagClassName
{
color: #917A76;
}
</style>
background-color css
<style>
a { background-color: #917A76; }
a { background-color: rgb(145,122,118); }
div.DivClassName
{
background-color: #917A76;
}
.BgClassName
{
background-color: #917A76;
}
</style>
border-color css
<style>
span { border-color: #917A76; }
span { border-color: rgb(145,122,118); }
td.TdClassName
{
border-color: #917A76;
}
.TagClassName
{
border-color: #917A76;
}
</style>