Shades of Taupe Grey #877D83
Tints of Taupe Grey #877D83
RGB
CMYK
RGB Variations
Color information
#877D83 (or 0x877D83) is known color: Taupe Grey. HEX triplet: 87, 7D and 83. RGB value is (135,125,131). Sum of RGB (Red+Green+Blue) = 135+125+131=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #877D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877D83 is #78827C. Grayscale: #808080. Windows color (decimal): -7897725 or 8617351. OLE color: 8617351.
HSL color Cylindrical-coordinate representation of color #877D83: hue angle of 324º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #877D83 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 131 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.47 |
| HSL | 324º | 0.04% | 0.51% | - |
| HSV(B) | 324º | 0.07% | 0.53% | - |
| XYZ | 21.42 | 21.46 | 24.49 | - |
| YUV | 128.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 131 | 0 | 0.07 | 0.03 | 0.47 | 324 | 0.04 | 0.51 |
| Hex | 87 | 7D | 83 | 0 | 7 | 3 | 2F | 144 | 4 | 33 |
| Octal | 207 | 175 | 203 | 0 | 7 | 3 | 57 | 504 | 4 | 63 |
| Binary | 10000111 | 1111101 | 10000011 | 0 | 111 | 11 | 101111 | 101000100 | 100 | 110011 |
Color Harmonies of #877D83
Complementary color
Monochromatic Colors of #877D83
Black with #877D83
Text Example
Text Example
White with #877D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D83; }
p { color: rgb(135,125,131); }
H1.HeaderClassName
{
color: #877D83;
}
.AnyTagClassName
{
color: #877D83;
}
</style>
background-color css
<style>
a { background-color: #877D83; }
a { background-color: rgb(135,125,131); }
div.DivClassName
{
background-color: #877D83;
}
.BgClassName
{
background-color: #877D83;
}
</style>
border-color css
<style>
span { border-color: #877D83; }
span { border-color: rgb(135,125,131); }
td.TdClassName
{
border-color: #877D83;
}
.TagClassName
{
border-color: #877D83;
}
</style>