Shades of Taupe Grey #8A7684
Tints of Taupe Grey #8A7684
RGB
CMYK
RGB Variations
Color information
#8A7684 (or 0x8A7684) is known color: Taupe Grey. HEX triplet: 8A, 76 and 84. RGB value is (138,118,132). Sum of RGB (Red+Green+Blue) = 138+118+132=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7684 is #75897B. Grayscale: #7D7D7D. Windows color (decimal): -7702908 or 8681098. OLE color: 8681098.
HSL color Cylindrical-coordinate representation of color #8A7684: hue angle of 318º 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 #8A7684 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 118 | 132 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.46 |
| HSL | 318º | 0.08% | 0.5% | - |
| HSV(B) | 318º | 0.14% | 0.54% | - |
| XYZ | 21.12 | 20.03 | 24.58 | - |
| YUV | 125.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 132 | 0 | 0.14 | 0.04 | 0.46 | 318 | 0.08 | 0.5 |
| Hex | 8A | 76 | 84 | 0 | E | 4 | 2E | 13E | 8 | 32 |
| Octal | 212 | 166 | 204 | 0 | 16 | 4 | 56 | 476 | 10 | 62 |
| Binary | 10001010 | 1110110 | 10000100 | 0 | 1110 | 100 | 101110 | 100111110 | 1000 | 110010 |
Color Harmonies of #8A7684
Complementary color
Monochromatic Colors of #8A7684
Black with #8A7684
Text Example
Text Example
White with #8A7684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7684; }
p { color: rgb(138,118,132); }
H1.HeaderClassName
{
color: #8A7684;
}
.AnyTagClassName
{
color: #8A7684;
}
</style>
background-color css
<style>
a { background-color: #8A7684; }
a { background-color: rgb(138,118,132); }
div.DivClassName
{
background-color: #8A7684;
}
.BgClassName
{
background-color: #8A7684;
}
</style>
border-color css
<style>
span { border-color: #8A7684; }
span { border-color: rgb(138,118,132); }
td.TdClassName
{
border-color: #8A7684;
}
.TagClassName
{
border-color: #8A7684;
}
</style>