Shades of Taupe Grey #8B7688
Tints of Taupe Grey #8B7688
RGB
CMYK
RGB Variations
Color information
#8B7688 (or 0x8B7688) is known color: Taupe Grey. HEX triplet: 8B, 76 and 88. RGB value is (139,118,136). Sum of RGB (Red+Green+Blue) = 139+118+136=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7688 is #748977. Grayscale: #7E7E7E. Windows color (decimal): -7637368 or 8943243. OLE color: 8943243.
HSL color Cylindrical-coordinate representation of color #8B7688: hue angle of 308.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B7688 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 136 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.45 |
| HSL | 308.57º | 0.08% | 0.5% | - |
| HSV(B) | 308.57º | 0.15% | 0.55% | - |
| XYZ | 21.57 | 20.22 | 26.06 | - |
| YUV | 126.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 136 | 0 | 0.15 | 0.02 | 0.45 | 308.57 | 0.08 | 0.5 |
| Hex | 8B | 76 | 88 | 0 | F | 2 | 2D | 135 | 8 | 32 |
| Octal | 213 | 166 | 210 | 0 | 17 | 2 | 55 | 465 | 10 | 62 |
| Binary | 10001011 | 1110110 | 10001000 | 0 | 1111 | 10 | 101101 | 100110101 | 1000 | 110010 |
Color Harmonies of #8B7688
Complementary color
Monochromatic Colors of #8B7688
Black with #8B7688
Text Example
Text Example
White with #8B7688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7688; }
p { color: rgb(139,118,136); }
H1.HeaderClassName
{
color: #8B7688;
}
.AnyTagClassName
{
color: #8B7688;
}
</style>
background-color css
<style>
a { background-color: #8B7688; }
a { background-color: rgb(139,118,136); }
div.DivClassName
{
background-color: #8B7688;
}
.BgClassName
{
background-color: #8B7688;
}
</style>
border-color css
<style>
span { border-color: #8B7688; }
span { border-color: rgb(139,118,136); }
td.TdClassName
{
border-color: #8B7688;
}
.TagClassName
{
border-color: #8B7688;
}
</style>