Shades of Taupe Grey #877C83
Tints of Taupe Grey #877C83
RGB
CMYK
RGB Variations
Color information
#877C83 (or 0x877C83) is known color: Taupe Grey. HEX triplet: 87, 7C and 83. RGB value is (135,124,131). Sum of RGB (Red+Green+Blue) = 135+124+131=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 135 - color contains mainly: red. Hex color #877C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C83 is #78837C. Grayscale: #808080. Windows color (decimal): -7897981 or 8617095. OLE color: 8617095.
HSL color Cylindrical-coordinate representation of color #877C83: hue angle of 321.82º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #877C83 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 131 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.47 |
| HSL | 321.82º | 0.04% | 0.51% | - |
| HSV(B) | 321.82º | 0.08% | 0.53% | - |
| XYZ | 21.3 | 21.2 | 24.44 | - |
| YUV | 128.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 131 | 0 | 0.08 | 0.03 | 0.47 | 321.82 | 0.04 | 0.51 |
| Hex | 87 | 7C | 83 | 0 | 8 | 3 | 2F | 142 | 4 | 33 |
| Octal | 207 | 174 | 203 | 0 | 10 | 3 | 57 | 502 | 4 | 63 |
| Binary | 10000111 | 1111100 | 10000011 | 0 | 1000 | 11 | 101111 | 101000010 | 100 | 110011 |
Color Harmonies of #877C83
Complementary color
Monochromatic Colors of #877C83
Black with #877C83
Text Example
Text Example
White with #877C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C83; }
p { color: rgb(135,124,131); }
H1.HeaderClassName
{
color: #877C83;
}
.AnyTagClassName
{
color: #877C83;
}
</style>
background-color css
<style>
a { background-color: #877C83; }
a { background-color: rgb(135,124,131); }
div.DivClassName
{
background-color: #877C83;
}
.BgClassName
{
background-color: #877C83;
}
</style>
border-color css
<style>
span { border-color: #877C83; }
span { border-color: rgb(135,124,131); }
td.TdClassName
{
border-color: #877C83;
}
.TagClassName
{
border-color: #877C83;
}
</style>