Shades of Taupe Grey #8C7E8A
Tints of Taupe Grey #8C7E8A
RGB
CMYK
RGB Variations
Color information
#8C7E8A (or 0x8C7E8A) is known color: Taupe Grey. HEX triplet: 8C, 7E and 8A. RGB value is (140,126,138). Sum of RGB (Red+Green+Blue) = 140+126+138=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7E8A is #738175. Grayscale: #838383. Windows color (decimal): -7569782 or 9076364. OLE color: 9076364.
HSL color Cylindrical-coordinate representation of color #8C7E8A: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C7E8A is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 126 | 138 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.45 |
| HSL | 308.57º | 0.06% | 0.52% | - |
| HSV(B) | 308.57º | 0.1% | 0.55% | - |
| XYZ | 22.86 | 22.33 | 27.15 | - |
| YUV | 131.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 138 | 0 | 0.10 | 0.01 | 0.45 | 308.57 | 0.06 | 0.52 |
| Hex | 8C | 7E | 8A | 0 | A | 1 | 2D | 135 | 6 | 34 |
| Octal | 214 | 176 | 212 | 0 | 12 | 1 | 55 | 465 | 6 | 64 |
| Binary | 10001100 | 1111110 | 10001010 | 0 | 1010 | 1 | 101101 | 100110101 | 110 | 110100 |
Color Harmonies of #8C7E8A
Complementary color
Monochromatic Colors of #8C7E8A
Black with #8C7E8A
Text Example
Text Example
White with #8C7E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7E8A; }
p { color: rgb(140,126,138); }
H1.HeaderClassName
{
color: #8C7E8A;
}
.AnyTagClassName
{
color: #8C7E8A;
}
</style>
background-color css
<style>
a { background-color: #8C7E8A; }
a { background-color: rgb(140,126,138); }
div.DivClassName
{
background-color: #8C7E8A;
}
.BgClassName
{
background-color: #8C7E8A;
}
</style>
border-color css
<style>
span { border-color: #8C7E8A; }
span { border-color: rgb(140,126,138); }
td.TdClassName
{
border-color: #8C7E8A;
}
.TagClassName
{
border-color: #8C7E8A;
}
</style>