Shades of Bazaar #91726F
Tints of Bazaar #91726F
RGB
CMYK
RGB Variations
Color information
#91726F (or 0x91726F) is known color: Bazaar. HEX triplet: 91, 72 and 6F. RGB value is (145,114,111). Sum of RGB (Red+Green+Blue) = 145+114+111=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #91726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91726F is #6E8D90. Grayscale: #7A7A7A. Windows color (decimal): -7245201 or 7303825. OLE color: 7303825.
HSL color Cylindrical-coordinate representation of color #91726F: hue angle of 5.29º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91726F is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 114 | 111 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.43 |
| HSL | 5.29º | 0.13% | 0.5% | - |
| HSV(B) | 5.29º | 0.23% | 0.57% | - |
| XYZ | 20.56 | 19.2 | 17.66 | - |
| YUV | 122.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 111 | 0 | 0.21 | 0.23 | 0.43 | 5.29 | 0.13 | 0.5 |
| Hex | 91 | 72 | 6F | 0 | 15 | 17 | 2B | 5 | D | 32 |
| Octal | 221 | 162 | 157 | 0 | 25 | 27 | 53 | 5 | 15 | 62 |
| Binary | 10010001 | 1110010 | 1101111 | 0 | 10101 | 10111 | 101011 | 101 | 1101 | 110010 |
Color Harmonies of #91726F
Complementary color
Monochromatic Colors of #91726F
Black with #91726F
Text Example
Text Example
White with #91726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91726F; }
p { color: rgb(145,114,111); }
H1.HeaderClassName
{
color: #91726F;
}
.AnyTagClassName
{
color: #91726F;
}
</style>
background-color css
<style>
a { background-color: #91726F; }
a { background-color: rgb(145,114,111); }
div.DivClassName
{
background-color: #91726F;
}
.BgClassName
{
background-color: #91726F;
}
</style>
border-color css
<style>
span { border-color: #91726F; }
span { border-color: rgb(145,114,111); }
td.TdClassName
{
border-color: #91726F;
}
.TagClassName
{
border-color: #91726F;
}
</style>