Shades of Taupe Grey #857C82
Tints of Taupe Grey #857C82
RGB
CMYK
RGB Variations
Color information
#857C82 (or 0x857C82) is known color: Taupe Grey. HEX triplet: 85, 7C and 82. RGB value is (133,124,130). Sum of RGB (Red+Green+Blue) = 133+124+130=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 133 - color contains mainly: red. Hex color #857C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C82 is #7A837D. Grayscale: #7F7F7F. Windows color (decimal): -8029054 or 8551557. OLE color: 8551557.
HSL color Cylindrical-coordinate representation of color #857C82: hue angle of 320º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #857C82 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 130 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.48 |
| HSL | 320º | 0.04% | 0.5% | - |
| HSV(B) | 320º | 0.07% | 0.52% | - |
| XYZ | 20.91 | 21.01 | 24.07 | - |
| YUV | 127.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 130 | 0 | 0.07 | 0.02 | 0.48 | 320 | 0.04 | 0.5 |
| Hex | 85 | 7C | 82 | 0 | 7 | 2 | 30 | 140 | 4 | 32 |
| Octal | 205 | 174 | 202 | 0 | 7 | 2 | 60 | 500 | 4 | 62 |
| Binary | 10000101 | 1111100 | 10000010 | 0 | 111 | 10 | 110000 | 101000000 | 100 | 110010 |
Color Harmonies of #857C82
Complementary color
Monochromatic Colors of #857C82
Black with #857C82
Text Example
Text Example
White with #857C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C82; }
p { color: rgb(133,124,130); }
H1.HeaderClassName
{
color: #857C82;
}
.AnyTagClassName
{
color: #857C82;
}
</style>
background-color css
<style>
a { background-color: #857C82; }
a { background-color: rgb(133,124,130); }
div.DivClassName
{
background-color: #857C82;
}
.BgClassName
{
background-color: #857C82;
}
</style>
border-color css
<style>
span { border-color: #857C82; }
span { border-color: rgb(133,124,130); }
td.TdClassName
{
border-color: #857C82;
}
.TagClassName
{
border-color: #857C82;
}
</style>