Shades of Taupe Grey #8B7B84
Tints of Taupe Grey #8B7B84
RGB
CMYK
RGB Variations
Color information
#8B7B84 (or 0x8B7B84) is known color: Taupe Grey. HEX triplet: 8B, 7B and 84. RGB value is (139,123,132). Sum of RGB (Red+Green+Blue) = 139+123+132=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7B84 is #74847B. Grayscale: #808080. Windows color (decimal): -7636092 or 8682379. OLE color: 8682379.
HSL color Cylindrical-coordinate representation of color #8B7B84: hue angle of 326.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B7B84 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 132 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.45 |
| HSL | 326.25º | 0.06% | 0.51% | - |
| HSV(B) | 326.25º | 0.12% | 0.55% | - |
| XYZ | 21.9 | 21.32 | 24.79 | - |
| YUV | 128.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 132 | 0 | 0.12 | 0.05 | 0.45 | 326.25 | 0.06 | 0.51 |
| Hex | 8B | 7B | 84 | 0 | C | 5 | 2D | 146 | 6 | 33 |
| Octal | 213 | 173 | 204 | 0 | 14 | 5 | 55 | 506 | 6 | 63 |
| Binary | 10001011 | 1111011 | 10000100 | 0 | 1100 | 101 | 101101 | 101000110 | 110 | 110011 |
Color Harmonies of #8B7B84
Complementary color
Monochromatic Colors of #8B7B84
Black with #8B7B84
Text Example
Text Example
White with #8B7B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B84; }
p { color: rgb(139,123,132); }
H1.HeaderClassName
{
color: #8B7B84;
}
.AnyTagClassName
{
color: #8B7B84;
}
</style>
background-color css
<style>
a { background-color: #8B7B84; }
a { background-color: rgb(139,123,132); }
div.DivClassName
{
background-color: #8B7B84;
}
.BgClassName
{
background-color: #8B7B84;
}
</style>
border-color css
<style>
span { border-color: #8B7B84; }
span { border-color: rgb(139,123,132); }
td.TdClassName
{
border-color: #8B7B84;
}
.TagClassName
{
border-color: #8B7B84;
}
</style>