Shades of Taupe Grey #8D788A
Tints of Taupe Grey #8D788A
RGB
CMYK
RGB Variations
Color information
#8D788A (or 0x8D788A) is known color: Taupe Grey. HEX triplet: 8D, 78 and 8A. RGB value is (141,120,138). Sum of RGB (Red+Green+Blue) = 141+120+138=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 141 - color contains mainly: red. Hex color #8D788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D788A is #728775. Grayscale: #808080. Windows color (decimal): -7505782 or 9074829. OLE color: 9074829.
HSL color Cylindrical-coordinate representation of color #8D788A: hue angle of 308.57º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D788A is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 138 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.45 |
| HSL | 308.57º | 0.08% | 0.51% | - |
| HSV(B) | 308.57º | 0.15% | 0.55% | - |
| XYZ | 22.29 | 20.93 | 26.91 | - |
| YUV | 128.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 138 | 0 | 0.15 | 0.02 | 0.45 | 308.57 | 0.08 | 0.51 |
| Hex | 8D | 78 | 8A | 0 | F | 2 | 2D | 135 | 8 | 33 |
| Octal | 215 | 170 | 212 | 0 | 17 | 2 | 55 | 465 | 10 | 63 |
| Binary | 10001101 | 1111000 | 10001010 | 0 | 1111 | 10 | 101101 | 100110101 | 1000 | 110011 |
Color Harmonies of #8D788A
Complementary color
Monochromatic Colors of #8D788A
Black with #8D788A
Text Example
Text Example
White with #8D788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D788A; }
p { color: rgb(141,120,138); }
H1.HeaderClassName
{
color: #8D788A;
}
.AnyTagClassName
{
color: #8D788A;
}
</style>
background-color css
<style>
a { background-color: #8D788A; }
a { background-color: rgb(141,120,138); }
div.DivClassName
{
background-color: #8D788A;
}
.BgClassName
{
background-color: #8D788A;
}
</style>
border-color css
<style>
span { border-color: #8D788A; }
span { border-color: rgb(141,120,138); }
td.TdClassName
{
border-color: #8D788A;
}
.TagClassName
{
border-color: #8D788A;
}
</style>