Shades of Taupe Grey #8B7788
Tints of Taupe Grey #8B7788
RGB
CMYK
RGB Variations
Color information
#8B7788 (or 0x8B7788) is known color: Taupe Grey. HEX triplet: 8B, 77 and 88. RGB value is (139,119,136). Sum of RGB (Red+Green+Blue) = 139+119+136=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7788 is #748877. Grayscale: #7E7E7E. Windows color (decimal): -7637112 or 8943499. OLE color: 8943499.
HSL color Cylindrical-coordinate representation of color #8B7788: hue angle of 309º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B7788 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 136 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.45 |
| HSL | 309º | 0.08% | 0.51% | - |
| HSV(B) | 309º | 0.14% | 0.55% | - |
| XYZ | 21.69 | 20.46 | 26.1 | - |
| YUV | 126.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 136 | 0 | 0.14 | 0.02 | 0.45 | 309 | 0.08 | 0.51 |
| Hex | 8B | 77 | 88 | 0 | E | 2 | 2D | 135 | 8 | 33 |
| Octal | 213 | 167 | 210 | 0 | 16 | 2 | 55 | 465 | 10 | 63 |
| Binary | 10001011 | 1110111 | 10001000 | 0 | 1110 | 10 | 101101 | 100110101 | 1000 | 110011 |
Color Harmonies of #8B7788
Complementary color
Monochromatic Colors of #8B7788
Black with #8B7788
Text Example
Text Example
White with #8B7788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7788; }
p { color: rgb(139,119,136); }
H1.HeaderClassName
{
color: #8B7788;
}
.AnyTagClassName
{
color: #8B7788;
}
</style>
background-color css
<style>
a { background-color: #8B7788; }
a { background-color: rgb(139,119,136); }
div.DivClassName
{
background-color: #8B7788;
}
.BgClassName
{
background-color: #8B7788;
}
</style>
border-color css
<style>
span { border-color: #8B7788; }
span { border-color: rgb(139,119,136); }
td.TdClassName
{
border-color: #8B7788;
}
.TagClassName
{
border-color: #8B7788;
}
</style>