Shades of Bazaar #897A7A
Tints of Bazaar #897A7A
RGB
CMYK
RGB Variations
Color information
#897A7A (or 0x897A7A) is known color: Bazaar. HEX triplet: 89, 7A and 7A. RGB value is (137,122,122). Sum of RGB (Red+Green+Blue) = 137+122+122=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 137 - color contains mainly: red. Hex color #897A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A7A is #768585. Grayscale: #7E7E7E. Windows color (decimal): -7767430 or 8026761. OLE color: 8026761.
HSL color Cylindrical-coordinate representation of color #897A7A: hue angle of 0º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #897A7A is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 122 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.46 |
| HSL | 0º | 0.06% | 0.51% | - |
| HSV(B) | 0º | 0.11% | 0.54% | - |
| XYZ | 20.79 | 20.64 | 21.3 | - |
| YUV | 126.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 122 | 0 | 0.11 | 0.11 | 0.46 | 0 | 0.06 | 0.51 |
| Hex | 89 | 7A | 7A | 0 | B | B | 2E | 0 | 6 | 33 |
| Octal | 211 | 172 | 172 | 0 | 13 | 13 | 56 | 0 | 6 | 63 |
| Binary | 10001001 | 1111010 | 1111010 | 0 | 1011 | 1011 | 101110 | 0 | 110 | 110011 |
Color Harmonies of #897A7A
Complementary color
Monochromatic Colors of #897A7A
Black with #897A7A
Text Example
Text Example
White with #897A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A7A; }
p { color: rgb(137,122,122); }
H1.HeaderClassName
{
color: #897A7A;
}
.AnyTagClassName
{
color: #897A7A;
}
</style>
background-color css
<style>
a { background-color: #897A7A; }
a { background-color: rgb(137,122,122); }
div.DivClassName
{
background-color: #897A7A;
}
.BgClassName
{
background-color: #897A7A;
}
</style>
border-color css
<style>
span { border-color: #897A7A; }
span { border-color: rgb(137,122,122); }
td.TdClassName
{
border-color: #897A7A;
}
.TagClassName
{
border-color: #897A7A;
}
</style>