Shades of Bazaar #917D7B
Tints of Bazaar #917D7B
RGB
CMYK
RGB Variations
Color information
#917D7B (or 0x917D7B) is known color: Bazaar. HEX triplet: 91, 7D and 7B. RGB value is (145,125,123). Sum of RGB (Red+Green+Blue) = 145+125+123=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #917D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D7B is #6E8284. Grayscale: #828282. Windows color (decimal): -7242373 or 8093073. OLE color: 8093073.
HSL color Cylindrical-coordinate representation of color #917D7B: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #917D7B is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 123 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.43 |
| HSL | 5.45º | 0.09% | 0.53% | - |
| HSV(B) | 5.45º | 0.15% | 0.57% | - |
| XYZ | 22.59 | 22.12 | 21.82 | - |
| YUV | 130.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 123 | 0 | 0.14 | 0.15 | 0.43 | 5.45 | 0.09 | 0.53 |
| Hex | 91 | 7D | 7B | 0 | E | F | 2B | 5 | 9 | 35 |
| Octal | 221 | 175 | 173 | 0 | 16 | 17 | 53 | 5 | 11 | 65 |
| Binary | 10010001 | 1111101 | 1111011 | 0 | 1110 | 1111 | 101011 | 101 | 1001 | 110101 |
Color Harmonies of #917D7B
Complementary color
Monochromatic Colors of #917D7B
Black with #917D7B
Text Example
Text Example
White with #917D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D7B; }
p { color: rgb(145,125,123); }
H1.HeaderClassName
{
color: #917D7B;
}
.AnyTagClassName
{
color: #917D7B;
}
</style>
background-color css
<style>
a { background-color: #917D7B; }
a { background-color: rgb(145,125,123); }
div.DivClassName
{
background-color: #917D7B;
}
.BgClassName
{
background-color: #917D7B;
}
</style>
border-color css
<style>
span { border-color: #917D7B; }
span { border-color: rgb(145,125,123); }
td.TdClassName
{
border-color: #917D7B;
}
.TagClassName
{
border-color: #917D7B;
}
</style>