Shades of Taupe Grey #8B7F8A
Tints of Taupe Grey #8B7F8A
RGB
CMYK
RGB Variations
Color information
#8B7F8A (or 0x8B7F8A) is known color: Taupe Grey. HEX triplet: 8B, 7F and 8A. RGB value is (139,127,138). Sum of RGB (Red+Green+Blue) = 139+127+138=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7F8A is #748075. Grayscale: #838383. Windows color (decimal): -7635062 or 9076619. OLE color: 9076619.
HSL color Cylindrical-coordinate representation of color #8B7F8A: hue angle of 305º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B7F8A is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 127 | 138 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.45 |
| HSL | 305º | 0.05% | 0.52% | - |
| HSV(B) | 305º | 0.09% | 0.55% | - |
| XYZ | 22.82 | 22.5 | 27.19 | - |
| YUV | 131.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 138 | 0 | 0.09 | 0.01 | 0.45 | 305 | 0.05 | 0.52 |
| Hex | 8B | 7F | 8A | 0 | 9 | 1 | 2D | 131 | 5 | 34 |
| Octal | 213 | 177 | 212 | 0 | 11 | 1 | 55 | 461 | 5 | 64 |
| Binary | 10001011 | 1111111 | 10001010 | 0 | 1001 | 1 | 101101 | 100110001 | 101 | 110100 |
Color Harmonies of #8B7F8A
Complementary color
Monochromatic Colors of #8B7F8A
Black with #8B7F8A
Text Example
Text Example
White with #8B7F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7F8A; }
p { color: rgb(139,127,138); }
H1.HeaderClassName
{
color: #8B7F8A;
}
.AnyTagClassName
{
color: #8B7F8A;
}
</style>
background-color css
<style>
a { background-color: #8B7F8A; }
a { background-color: rgb(139,127,138); }
div.DivClassName
{
background-color: #8B7F8A;
}
.BgClassName
{
background-color: #8B7F8A;
}
</style>
border-color css
<style>
span { border-color: #8B7F8A; }
span { border-color: rgb(139,127,138); }
td.TdClassName
{
border-color: #8B7F8A;
}
.TagClassName
{
border-color: #8B7F8A;
}
</style>