Shades of Taupe Grey #8F788A
Tints of Taupe Grey #8F788A
RGB
CMYK
RGB Variations
Color information
#8F788A (or 0x8F788A) is known color: Taupe Grey. HEX triplet: 8F, 78 and 8A. RGB value is (143,120,138). Sum of RGB (Red+Green+Blue) = 143+120+138=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 143 - color contains mainly: red. Hex color #8F788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F788A is #708775. Grayscale: #808080. Windows color (decimal): -7374710 or 9074831. OLE color: 9074831.
HSL color Cylindrical-coordinate representation of color #8F788A: hue angle of 313.04º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F788A is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 138 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.44 |
| HSL | 313.04º | 0.09% | 0.52% | - |
| HSV(B) | 313.04º | 0.16% | 0.56% | - |
| XYZ | 22.63 | 21.11 | 26.93 | - |
| YUV | 128.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 138 | 0 | 0.16 | 0.03 | 0.44 | 313.04 | 0.09 | 0.52 |
| Hex | 8F | 78 | 8A | 0 | 10 | 3 | 2C | 139 | 9 | 34 |
| Octal | 217 | 170 | 212 | 0 | 20 | 3 | 54 | 471 | 11 | 64 |
| Binary | 10001111 | 1111000 | 10001010 | 0 | 10000 | 11 | 101100 | 100111001 | 1001 | 110100 |
Color Harmonies of #8F788A
Complementary color
Monochromatic Colors of #8F788A
Black with #8F788A
Text Example
Text Example
White with #8F788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F788A; }
p { color: rgb(143,120,138); }
H1.HeaderClassName
{
color: #8F788A;
}
.AnyTagClassName
{
color: #8F788A;
}
</style>
background-color css
<style>
a { background-color: #8F788A; }
a { background-color: rgb(143,120,138); }
div.DivClassName
{
background-color: #8F788A;
}
.BgClassName
{
background-color: #8F788A;
}
</style>
border-color css
<style>
span { border-color: #8F788A; }
span { border-color: rgb(143,120,138); }
td.TdClassName
{
border-color: #8F788A;
}
.TagClassName
{
border-color: #8F788A;
}
</style>