Shades of Taupe Grey #8A7784
Tints of Taupe Grey #8A7784
RGB
CMYK
RGB Variations
Color information
#8A7784 (or 0x8A7784) is known color: Taupe Grey. HEX triplet: 8A, 77 and 84. RGB value is (138,119,132). Sum of RGB (Red+Green+Blue) = 138+119+132=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7784 is #75887B. Grayscale: #7E7E7E. Windows color (decimal): -7702652 or 8681354. OLE color: 8681354.
HSL color Cylindrical-coordinate representation of color #8A7784: hue angle of 318.95º 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 #8A7784 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 119 | 132 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.46 |
| HSL | 318.95º | 0.08% | 0.5% | - |
| HSV(B) | 318.95º | 0.14% | 0.54% | - |
| XYZ | 21.24 | 20.26 | 24.62 | - |
| YUV | 126.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 132 | 0 | 0.14 | 0.04 | 0.46 | 318.95 | 0.08 | 0.5 |
| Hex | 8A | 77 | 84 | 0 | E | 4 | 2E | 13F | 8 | 32 |
| Octal | 212 | 167 | 204 | 0 | 16 | 4 | 56 | 477 | 10 | 62 |
| Binary | 10001010 | 1110111 | 10000100 | 0 | 1110 | 100 | 101110 | 100111111 | 1000 | 110010 |
Color Harmonies of #8A7784
Complementary color
Monochromatic Colors of #8A7784
Black with #8A7784
Text Example
Text Example
White with #8A7784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7784; }
p { color: rgb(138,119,132); }
H1.HeaderClassName
{
color: #8A7784;
}
.AnyTagClassName
{
color: #8A7784;
}
</style>
background-color css
<style>
a { background-color: #8A7784; }
a { background-color: rgb(138,119,132); }
div.DivClassName
{
background-color: #8A7784;
}
.BgClassName
{
background-color: #8A7784;
}
</style>
border-color css
<style>
span { border-color: #8A7784; }
span { border-color: rgb(138,119,132); }
td.TdClassName
{
border-color: #8A7784;
}
.TagClassName
{
border-color: #8A7784;
}
</style>