Shades of Taupe Grey #8B7285
Tints of Taupe Grey #8B7285
RGB
CMYK
RGB Variations
Color information
#8B7285 (or 0x8B7285) is known color: Taupe Grey. HEX triplet: 8B, 72 and 85. RGB value is (139,114,133). Sum of RGB (Red+Green+Blue) = 139+114+133=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7285 is #748D7A. Grayscale: #7B7B7B. Windows color (decimal): -7638395 or 8745611. OLE color: 8745611.
HSL color Cylindrical-coordinate representation of color #8B7285: hue angle of 314.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B7285 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 133 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.45 |
| HSL | 314.4º | 0.1% | 0.5% | - |
| HSV(B) | 314.4º | 0.18% | 0.55% | - |
| XYZ | 20.9 | 19.22 | 24.8 | - |
| YUV | 123.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 133 | 0 | 0.18 | 0.04 | 0.45 | 314.4 | 0.1 | 0.5 |
| Hex | 8B | 72 | 85 | 0 | 12 | 4 | 2D | 13A | A | 32 |
| Octal | 213 | 162 | 205 | 0 | 22 | 4 | 55 | 472 | 12 | 62 |
| Binary | 10001011 | 1110010 | 10000101 | 0 | 10010 | 100 | 101101 | 100111010 | 1010 | 110010 |
Color Harmonies of #8B7285
Complementary color
Monochromatic Colors of #8B7285
Black with #8B7285
Text Example
Text Example
White with #8B7285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7285; }
p { color: rgb(139,114,133); }
H1.HeaderClassName
{
color: #8B7285;
}
.AnyTagClassName
{
color: #8B7285;
}
</style>
background-color css
<style>
a { background-color: #8B7285; }
a { background-color: rgb(139,114,133); }
div.DivClassName
{
background-color: #8B7285;
}
.BgClassName
{
background-color: #8B7285;
}
</style>
border-color css
<style>
span { border-color: #8B7285; }
span { border-color: rgb(139,114,133); }
td.TdClassName
{
border-color: #8B7285;
}
.TagClassName
{
border-color: #8B7285;
}
</style>