Shades of Taupe Grey #8A7B88
Tints of Taupe Grey #8A7B88
RGB
CMYK
RGB Variations
Color information
#8A7B88 (or 0x8A7B88) is known color: Taupe Grey. HEX triplet: 8A, 7B and 88. RGB value is (138,123,136). Sum of RGB (Red+Green+Blue) = 138+123+136=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7B88 is #758477. Grayscale: #808080. Windows color (decimal): -7701624 or 8944522. OLE color: 8944522.
HSL color Cylindrical-coordinate representation of color #8A7B88: hue angle of 308º 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 #8A7B88 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 123 | 136 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.46 |
| HSL | 308º | 0.06% | 0.51% | - |
| HSV(B) | 308º | 0.11% | 0.54% | - |
| XYZ | 22.01 | 21.35 | 26.25 | - |
| YUV | 128.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 136 | 0 | 0.11 | 0.01 | 0.46 | 308 | 0.06 | 0.51 |
| Hex | 8A | 7B | 88 | 0 | B | 1 | 2E | 134 | 6 | 33 |
| Octal | 212 | 173 | 210 | 0 | 13 | 1 | 56 | 464 | 6 | 63 |
| Binary | 10001010 | 1111011 | 10001000 | 0 | 1011 | 1 | 101110 | 100110100 | 110 | 110011 |
Color Harmonies of #8A7B88
Complementary color
Monochromatic Colors of #8A7B88
Black with #8A7B88
Text Example
Text Example
White with #8A7B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7B88; }
p { color: rgb(138,123,136); }
H1.HeaderClassName
{
color: #8A7B88;
}
.AnyTagClassName
{
color: #8A7B88;
}
</style>
background-color css
<style>
a { background-color: #8A7B88; }
a { background-color: rgb(138,123,136); }
div.DivClassName
{
background-color: #8A7B88;
}
.BgClassName
{
background-color: #8A7B88;
}
</style>
border-color css
<style>
span { border-color: #8A7B88; }
span { border-color: rgb(138,123,136); }
td.TdClassName
{
border-color: #8A7B88;
}
.TagClassName
{
border-color: #8A7B88;
}
</style>