Shades of Taupe Grey #857E83
Tints of Taupe Grey #857E83
RGB
CMYK
RGB Variations
Color information
#857E83 (or 0x857E83) is known color: Taupe Grey. HEX triplet: 85, 7E and 83. RGB value is (133,126,131). Sum of RGB (Red+Green+Blue) = 133+126+131=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 133 - color contains mainly: red. Hex color #857E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857E83 is #7A817C. Grayscale: #808080. Windows color (decimal): -8028541 or 8617605. OLE color: 8617605.
HSL color Cylindrical-coordinate representation of color #857E83: hue angle of 317.14º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #857E83 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 131 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.48 |
| HSL | 317.14º | 0.03% | 0.51% | - |
| HSV(B) | 317.14º | 0.05% | 0.52% | - |
| XYZ | 21.23 | 21.55 | 24.51 | - |
| YUV | 128.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 131 | 0 | 0.05 | 0.02 | 0.48 | 317.14 | 0.03 | 0.51 |
| Hex | 85 | 7E | 83 | 0 | 5 | 2 | 30 | 13D | 3 | 33 |
| Octal | 205 | 176 | 203 | 0 | 5 | 2 | 60 | 475 | 3 | 63 |
| Binary | 10000101 | 1111110 | 10000011 | 0 | 101 | 10 | 110000 | 100111101 | 11 | 110011 |
Color Harmonies of #857E83
Complementary color
Monochromatic Colors of #857E83
Black with #857E83
Text Example
Text Example
White with #857E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E83; }
p { color: rgb(133,126,131); }
H1.HeaderClassName
{
color: #857E83;
}
.AnyTagClassName
{
color: #857E83;
}
</style>
background-color css
<style>
a { background-color: #857E83; }
a { background-color: rgb(133,126,131); }
div.DivClassName
{
background-color: #857E83;
}
.BgClassName
{
background-color: #857E83;
}
</style>
border-color css
<style>
span { border-color: #857E83; }
span { border-color: rgb(133,126,131); }
td.TdClassName
{
border-color: #857E83;
}
.TagClassName
{
border-color: #857E83;
}
</style>