Shades of Venus #877A7E
Tints of Venus #877A7E
RGB
CMYK
RGB Variations
Color information
#877A7E (or 0x877A7E) is known color: Venus. HEX triplet: 87, 7A and 7E. RGB value is (135,122,126). Sum of RGB (Red+Green+Blue) = 135+122+126=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #877A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A7E is #788581. Grayscale: #7E7E7E. Windows color (decimal): -7898498 or 8288903. OLE color: 8288903.
HSL color Cylindrical-coordinate representation of color #877A7E: hue angle of 341.54º 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 #877A7E is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 126 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.47 |
| HSL | 341.54º | 0.05% | 0.5% | - |
| HSV(B) | 341.54º | 0.1% | 0.53% | - |
| XYZ | 20.72 | 20.58 | 22.62 | - |
| YUV | 126.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 126 | 0 | 0.10 | 0.07 | 0.47 | 341.54 | 0.05 | 0.5 |
| Hex | 87 | 7A | 7E | 0 | A | 7 | 2F | 156 | 5 | 32 |
| Octal | 207 | 172 | 176 | 0 | 12 | 7 | 57 | 526 | 5 | 62 |
| Binary | 10000111 | 1111010 | 1111110 | 0 | 1010 | 111 | 101111 | 101010110 | 101 | 110010 |
Color Harmonies of #877A7E
Complementary color
Monochromatic Colors of #877A7E
Black with #877A7E
Text Example
Text Example
White with #877A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A7E; }
p { color: rgb(135,122,126); }
H1.HeaderClassName
{
color: #877A7E;
}
.AnyTagClassName
{
color: #877A7E;
}
</style>
background-color css
<style>
a { background-color: #877A7E; }
a { background-color: rgb(135,122,126); }
div.DivClassName
{
background-color: #877A7E;
}
.BgClassName
{
background-color: #877A7E;
}
</style>
border-color css
<style>
span { border-color: #877A7E; }
span { border-color: rgb(135,122,126); }
td.TdClassName
{
border-color: #877A7E;
}
.TagClassName
{
border-color: #877A7E;
}
</style>