Shades of Taupe Grey #8B7A85
Tints of Taupe Grey #8B7A85
RGB
CMYK
RGB Variations
Color information
#8B7A85 (or 0x8B7A85) is known color: Taupe Grey. HEX triplet: 8B, 7A and 85. RGB value is (139,122,133). Sum of RGB (Red+Green+Blue) = 139+122+133=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7A85 is #74857A. Grayscale: #808080. Windows color (decimal): -7636347 or 8747659. OLE color: 8747659.
HSL color Cylindrical-coordinate representation of color #8B7A85: hue angle of 321.18º degrees, saturation: 0.07, 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 #8B7A85 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 133 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.45 |
| HSL | 321.18º | 0.07% | 0.51% | - |
| HSV(B) | 321.18º | 0.12% | 0.55% | - |
| XYZ | 21.84 | 21.1 | 25.11 | - |
| YUV | 128.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 133 | 0 | 0.12 | 0.04 | 0.45 | 321.18 | 0.07 | 0.51 |
| Hex | 8B | 7A | 85 | 0 | C | 4 | 2D | 141 | 7 | 33 |
| Octal | 213 | 172 | 205 | 0 | 14 | 4 | 55 | 501 | 7 | 63 |
| Binary | 10001011 | 1111010 | 10000101 | 0 | 1100 | 100 | 101101 | 101000001 | 111 | 110011 |
Color Harmonies of #8B7A85
Complementary color
Monochromatic Colors of #8B7A85
Black with #8B7A85
Text Example
Text Example
White with #8B7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A85; }
p { color: rgb(139,122,133); }
H1.HeaderClassName
{
color: #8B7A85;
}
.AnyTagClassName
{
color: #8B7A85;
}
</style>
background-color css
<style>
a { background-color: #8B7A85; }
a { background-color: rgb(139,122,133); }
div.DivClassName
{
background-color: #8B7A85;
}
.BgClassName
{
background-color: #8B7A85;
}
</style>
border-color css
<style>
span { border-color: #8B7A85; }
span { border-color: rgb(139,122,133); }
td.TdClassName
{
border-color: #8B7A85;
}
.TagClassName
{
border-color: #8B7A85;
}
</style>