Shades of Taupe Grey #8A7785
Tints of Taupe Grey #8A7785
RGB
CMYK
RGB Variations
Color information
#8A7785 (or 0x8A7785) is known color: Taupe Grey. HEX triplet: 8A, 77 and 85. RGB value is (138,119,133). Sum of RGB (Red+Green+Blue) = 138+119+133=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7785 is #75887A. Grayscale: #7E7E7E. Windows color (decimal): -7702651 or 8746890. OLE color: 8746890.
HSL color Cylindrical-coordinate representation of color #8A7785: hue angle of 315.79º 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 #8A7785 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 119 | 133 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.46 |
| HSL | 315.79º | 0.08% | 0.5% | - |
| HSV(B) | 315.79º | 0.14% | 0.54% | - |
| XYZ | 21.31 | 20.29 | 24.98 | - |
| YUV | 126.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 133 | 0 | 0.14 | 0.04 | 0.46 | 315.79 | 0.08 | 0.5 |
| Hex | 8A | 77 | 85 | 0 | E | 4 | 2E | 13C | 8 | 32 |
| Octal | 212 | 167 | 205 | 0 | 16 | 4 | 56 | 474 | 10 | 62 |
| Binary | 10001010 | 1110111 | 10000101 | 0 | 1110 | 100 | 101110 | 100111100 | 1000 | 110010 |
Color Harmonies of #8A7785
Complementary color
Monochromatic Colors of #8A7785
Black with #8A7785
Text Example
Text Example
White with #8A7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7785; }
p { color: rgb(138,119,133); }
H1.HeaderClassName
{
color: #8A7785;
}
.AnyTagClassName
{
color: #8A7785;
}
</style>
background-color css
<style>
a { background-color: #8A7785; }
a { background-color: rgb(138,119,133); }
div.DivClassName
{
background-color: #8A7785;
}
.BgClassName
{
background-color: #8A7785;
}
</style>
border-color css
<style>
span { border-color: #8A7785; }
span { border-color: rgb(138,119,133); }
td.TdClassName
{
border-color: #8A7785;
}
.TagClassName
{
border-color: #8A7785;
}
</style>