Shades of Bazaar #897C7B
Tints of Bazaar #897C7B
RGB
CMYK
RGB Variations
Color information
#897C7B (or 0x897C7B) is known color: Bazaar. HEX triplet: 89, 7C and 7B. RGB value is (137,124,123). Sum of RGB (Red+Green+Blue) = 137+124+123=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 137 - color contains mainly: red. Hex color #897C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C7B is #768384. Grayscale: #7F7F7F. Windows color (decimal): -7766917 or 8092809. OLE color: 8092809.
HSL color Cylindrical-coordinate representation of color #897C7B: hue angle of 4.29º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #897C7B is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
RGB | 137 | 124 | 123 | - |
CMYK | 0 | 0.09 | 0.10 | 0.46 |
HSL | 4.29º | 0.06% | 0.51% | - |
HSV(B) | 4.29º | 0.1% | 0.54% | - |
XYZ | 21.1 | 21.16 | 21.71 | - |
YUV | 127.77 | 125.31 | 134.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 124 | 123 | 0 | 0.09 | 0.10 | 0.46 | 4.29 | 0.06 | 0.51 |
Hex | 89 | 7C | 7B | 0 | 9 | A | 2E | 4 | 6 | 33 |
Octal | 211 | 174 | 173 | 0 | 11 | 12 | 56 | 4 | 6 | 63 |
Binary | 10001001 | 1111100 | 1111011 | 0 | 1001 | 1010 | 101110 | 100 | 110 | 110011 |
Color Harmonies of #897C7B
Complementary color
Monochromatic Colors of #897C7B
Black with #897C7B
Text Example
Text Example
White with #897C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C7B; }
p { color: rgb(137,124,123); }
H1.HeaderClassName
{
color: #897C7B;
}
.AnyTagClassName
{
color: #897C7B;
}
</style>
background-color css
<style>
a { background-color: #897C7B; }
a { background-color: rgb(137,124,123); }
div.DivClassName
{
background-color: #897C7B;
}
.BgClassName
{
background-color: #897C7B;
}
</style>
border-color css
<style>
span { border-color: #897C7B; }
span { border-color: rgb(137,124,123); }
td.TdClassName
{
border-color: #897C7B;
}
.TagClassName
{
border-color: #897C7B;
}
</style>