Shades of Taupe Grey #877A83
Tints of Taupe Grey #877A83
RGB
CMYK
RGB Variations
Color information
#877A83 (or 0x877A83) is known color: Taupe Grey. HEX triplet: 87, 7A and 83. RGB value is (135,122,131). Sum of RGB (Red+Green+Blue) = 135+122+131=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 135 - color contains mainly: red. Hex color #877A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877A83 is #78857C. Grayscale: #7E7E7E. Windows color (decimal): -7898493 or 8616583. OLE color: 8616583.
HSL color Cylindrical-coordinate representation of color #877A83: hue angle of 318.46º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #877A83 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 131 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.47 |
| HSL | 318.46º | 0.05% | 0.5% | - |
| HSV(B) | 318.46º | 0.1% | 0.53% | - |
| XYZ | 21.05 | 20.71 | 24.36 | - |
| YUV | 126.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 131 | 0 | 0.10 | 0.03 | 0.47 | 318.46 | 0.05 | 0.5 |
| Hex | 87 | 7A | 83 | 0 | A | 3 | 2F | 13E | 5 | 32 |
| Octal | 207 | 172 | 203 | 0 | 12 | 3 | 57 | 476 | 5 | 62 |
| Binary | 10000111 | 1111010 | 10000011 | 0 | 1010 | 11 | 101111 | 100111110 | 101 | 110010 |
Color Harmonies of #877A83
Complementary color
Monochromatic Colors of #877A83
Black with #877A83
Text Example
Text Example
White with #877A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A83; }
p { color: rgb(135,122,131); }
H1.HeaderClassName
{
color: #877A83;
}
.AnyTagClassName
{
color: #877A83;
}
</style>
background-color css
<style>
a { background-color: #877A83; }
a { background-color: rgb(135,122,131); }
div.DivClassName
{
background-color: #877A83;
}
.BgClassName
{
background-color: #877A83;
}
</style>
border-color css
<style>
span { border-color: #877A83; }
span { border-color: rgb(135,122,131); }
td.TdClassName
{
border-color: #877A83;
}
.TagClassName
{
border-color: #877A83;
}
</style>