Shades of Bazaar #897777
Tints of Bazaar #897777
RGB
CMYK
RGB Variations
Color information
#897777 (or 0x897777) is known color: Bazaar. HEX triplet: 89, 77 and 77. RGB value is (137,119,119). Sum of RGB (Red+Green+Blue) = 137+119+119=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #897777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897777 is #768888. Grayscale: #7C7C7C. Windows color (decimal): -7768201 or 7829385. OLE color: 7829385.
HSL color Cylindrical-coordinate representation of color #897777: hue angle of 0º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #897777 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 119 | 119 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.46 |
| HSL | 0º | 0.07% | 0.5% | - |
| HSV(B) | 0º | 0.13% | 0.54% | - |
| XYZ | 20.24 | 19.84 | 20.22 | - |
| YUV | 124.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 119 | 0 | 0.13 | 0.13 | 0.46 | 0 | 0.07 | 0.5 |
| Hex | 89 | 77 | 77 | 0 | D | D | 2E | 0 | 7 | 32 |
| Octal | 211 | 167 | 167 | 0 | 15 | 15 | 56 | 0 | 7 | 62 |
| Binary | 10001001 | 1110111 | 1110111 | 0 | 1101 | 1101 | 101110 | 0 | 111 | 110010 |
Color Harmonies of #897777
Complementary color
Monochromatic Colors of #897777
Black with #897777
Text Example
Text Example
White with #897777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897777; }
p { color: rgb(137,119,119); }
H1.HeaderClassName
{
color: #897777;
}
.AnyTagClassName
{
color: #897777;
}
</style>
background-color css
<style>
a { background-color: #897777; }
a { background-color: rgb(137,119,119); }
div.DivClassName
{
background-color: #897777;
}
.BgClassName
{
background-color: #897777;
}
</style>
border-color css
<style>
span { border-color: #897777; }
span { border-color: rgb(137,119,119); }
td.TdClassName
{
border-color: #897777;
}
.TagClassName
{
border-color: #897777;
}
</style>