Shades of Taupe Grey #857D83
Tints of Taupe Grey #857D83
RGB
CMYK
RGB Variations
Color information
#857D83 (or 0x857D83) is known color: Taupe Grey. HEX triplet: 85, 7D and 83. RGB value is (133,125,131). Sum of RGB (Red+Green+Blue) = 133+125+131=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 133 - color contains mainly: red. Hex color #857D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D83 is #7A827C. Grayscale: #808080. Windows color (decimal): -8028797 or 8617349. OLE color: 8617349.
HSL color Cylindrical-coordinate representation of color #857D83: hue angle of 315º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #857D83 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 125 | 131 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.48 |
| HSL | 315º | 0.03% | 0.51% | - |
| HSV(B) | 315º | 0.06% | 0.52% | - |
| XYZ | 21.1 | 21.29 | 24.47 | - |
| YUV | 128.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 131 | 0 | 0.06 | 0.02 | 0.48 | 315 | 0.03 | 0.51 |
| Hex | 85 | 7D | 83 | 0 | 6 | 2 | 30 | 13B | 3 | 33 |
| Octal | 205 | 175 | 203 | 0 | 6 | 2 | 60 | 473 | 3 | 63 |
| Binary | 10000101 | 1111101 | 10000011 | 0 | 110 | 10 | 110000 | 100111011 | 11 | 110011 |
Color Harmonies of #857D83
Complementary color
Monochromatic Colors of #857D83
Black with #857D83
Text Example
Text Example
White with #857D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D83; }
p { color: rgb(133,125,131); }
H1.HeaderClassName
{
color: #857D83;
}
.AnyTagClassName
{
color: #857D83;
}
</style>
background-color css
<style>
a { background-color: #857D83; }
a { background-color: rgb(133,125,131); }
div.DivClassName
{
background-color: #857D83;
}
.BgClassName
{
background-color: #857D83;
}
</style>
border-color css
<style>
span { border-color: #857D83; }
span { border-color: rgb(133,125,131); }
td.TdClassName
{
border-color: #857D83;
}
.TagClassName
{
border-color: #857D83;
}
</style>