Shades of Taupe Grey #8A7786
Tints of Taupe Grey #8A7786
RGB
CMYK
RGB Variations
Color information
#8A7786 (or 0x8A7786) is known color: Taupe Grey. HEX triplet: 8A, 77 and 86. RGB value is (138,119,134). Sum of RGB (Red+Green+Blue) = 138+119+134=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7786 is #758879. Grayscale: #7E7E7E. Windows color (decimal): -7702650 or 8812426. OLE color: 8812426.
HSL color Cylindrical-coordinate representation of color #8A7786: hue angle of 312.63º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A7786 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 119 | 134 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.46 |
| HSL | 312.63º | 0.08% | 0.5% | - |
| HSV(B) | 312.63º | 0.14% | 0.54% | - |
| XYZ | 21.38 | 20.32 | 25.35 | - |
| YUV | 126.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 134 | 0 | 0.14 | 0.03 | 0.46 | 312.63 | 0.08 | 0.5 |
| Hex | 8A | 77 | 86 | 0 | E | 3 | 2E | 139 | 8 | 32 |
| Octal | 212 | 167 | 206 | 0 | 16 | 3 | 56 | 471 | 10 | 62 |
| Binary | 10001010 | 1110111 | 10000110 | 0 | 1110 | 11 | 101110 | 100111001 | 1000 | 110010 |
Color Harmonies of #8A7786
Complementary color
Monochromatic Colors of #8A7786
Black with #8A7786
Text Example
Text Example
White with #8A7786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7786; }
p { color: rgb(138,119,134); }
H1.HeaderClassName
{
color: #8A7786;
}
.AnyTagClassName
{
color: #8A7786;
}
</style>
background-color css
<style>
a { background-color: #8A7786; }
a { background-color: rgb(138,119,134); }
div.DivClassName
{
background-color: #8A7786;
}
.BgClassName
{
background-color: #8A7786;
}
</style>
border-color css
<style>
span { border-color: #8A7786; }
span { border-color: rgb(138,119,134); }
td.TdClassName
{
border-color: #8A7786;
}
.TagClassName
{
border-color: #8A7786;
}
</style>