Shades of Bazaar #8A7A7A
Tints of Bazaar #8A7A7A
RGB
CMYK
RGB Variations
Color information
#8A7A7A (or 0x8A7A7A) is known color: Bazaar. HEX triplet: 8A, 7A and 7A. RGB value is (138,122,122). Sum of RGB (Red+Green+Blue) = 138+122+122=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7A7A is #758585. Grayscale: #7E7E7E. Windows color (decimal): -7701894 or 8026762. OLE color: 8026762.
HSL color Cylindrical-coordinate representation of color #8A7A7A: 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.12%. Process color model (Four color, CMYK) of #8A7A7A is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 122 | 122 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.46 |
| HSL | 0º | 0.06% | 0.51% | - |
| HSV(B) | 0º | 0.12% | 0.54% | - |
| XYZ | 20.95 | 20.73 | 21.31 | - |
| YUV | 126.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 122 | 0 | 0.12 | 0.12 | 0.46 | 0 | 0.06 | 0.51 |
| Hex | 8A | 7A | 7A | 0 | C | C | 2E | 0 | 6 | 33 |
| Octal | 212 | 172 | 172 | 0 | 14 | 14 | 56 | 0 | 6 | 63 |
| Binary | 10001010 | 1111010 | 1111010 | 0 | 1100 | 1100 | 101110 | 0 | 110 | 110011 |
Color Harmonies of #8A7A7A
Complementary color
Monochromatic Colors of #8A7A7A
Black with #8A7A7A
Text Example
Text Example
White with #8A7A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7A7A; }
p { color: rgb(138,122,122); }
H1.HeaderClassName
{
color: #8A7A7A;
}
.AnyTagClassName
{
color: #8A7A7A;
}
</style>
background-color css
<style>
a { background-color: #8A7A7A; }
a { background-color: rgb(138,122,122); }
div.DivClassName
{
background-color: #8A7A7A;
}
.BgClassName
{
background-color: #8A7A7A;
}
</style>
border-color css
<style>
span { border-color: #8A7A7A; }
span { border-color: rgb(138,122,122); }
td.TdClassName
{
border-color: #8A7A7A;
}
.TagClassName
{
border-color: #8A7A7A;
}
</style>