Shades of Taupe Grey #8D768B
Tints of Taupe Grey #8D768B
RGB
CMYK
RGB Variations
Color information
#8D768B (or 0x8D768B) is known color: Taupe Grey. HEX triplet: 8D, 76 and 8B. RGB value is (141,118,139). Sum of RGB (Red+Green+Blue) = 141+118+139=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 141 - color contains mainly: red. Hex color #8D768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D768B is #728974. Grayscale: #7F7F7F. Windows color (decimal): -7506293 or 9139853. OLE color: 9139853.
HSL color Cylindrical-coordinate representation of color #8D768B: hue angle of 305.22º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D768B is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 118 | 139 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.45 |
| HSL | 305.22º | 0.09% | 0.51% | - |
| HSV(B) | 305.22º | 0.16% | 0.55% | - |
| XYZ | 22.12 | 20.48 | 27.21 | - |
| YUV | 127.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 139 | 0 | 0.16 | 0.01 | 0.45 | 305.22 | 0.09 | 0.51 |
| Hex | 8D | 76 | 8B | 0 | 10 | 1 | 2D | 131 | 9 | 33 |
| Octal | 215 | 166 | 213 | 0 | 20 | 1 | 55 | 461 | 11 | 63 |
| Binary | 10001101 | 1110110 | 10001011 | 0 | 10000 | 1 | 101101 | 100110001 | 1001 | 110011 |
Color Harmonies of #8D768B
Complementary color
Monochromatic Colors of #8D768B
Black with #8D768B
Text Example
Text Example
White with #8D768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D768B; }
p { color: rgb(141,118,139); }
H1.HeaderClassName
{
color: #8D768B;
}
.AnyTagClassName
{
color: #8D768B;
}
</style>
background-color css
<style>
a { background-color: #8D768B; }
a { background-color: rgb(141,118,139); }
div.DivClassName
{
background-color: #8D768B;
}
.BgClassName
{
background-color: #8D768B;
}
</style>
border-color css
<style>
span { border-color: #8D768B; }
span { border-color: rgb(141,118,139); }
td.TdClassName
{
border-color: #8D768B;
}
.TagClassName
{
border-color: #8D768B;
}
</style>