Shades of Venus #877A7F
Tints of Venus #877A7F
RGB
CMYK
RGB Variations
Color information
#877A7F (or 0x877A7F) is known color: Venus. HEX triplet: 87, 7A and 7F. RGB value is (135,122,127). Sum of RGB (Red+Green+Blue) = 135+122+127=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 135 - color contains mainly: red. Hex color #877A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A7F is #788580. Grayscale: #7E7E7E. Windows color (decimal): -7898497 or 8354439. OLE color: 8354439.
HSL color Cylindrical-coordinate representation of color #877A7F: hue angle of 336.92º 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 #877A7F is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 127 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.47 |
| HSL | 336.92º | 0.05% | 0.5% | - |
| HSV(B) | 336.92º | 0.1% | 0.53% | - |
| XYZ | 20.78 | 20.6 | 22.96 | - |
| YUV | 126.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 127 | 0 | 0.10 | 0.06 | 0.47 | 336.92 | 0.05 | 0.5 |
| Hex | 87 | 7A | 7F | 0 | A | 6 | 2F | 151 | 5 | 32 |
| Octal | 207 | 172 | 177 | 0 | 12 | 6 | 57 | 521 | 5 | 62 |
| Binary | 10000111 | 1111010 | 1111111 | 0 | 1010 | 110 | 101111 | 101010001 | 101 | 110010 |
Color Harmonies of #877A7F
Complementary color
Monochromatic Colors of #877A7F
Black with #877A7F
Text Example
Text Example
White with #877A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A7F; }
p { color: rgb(135,122,127); }
H1.HeaderClassName
{
color: #877A7F;
}
.AnyTagClassName
{
color: #877A7F;
}
</style>
background-color css
<style>
a { background-color: #877A7F; }
a { background-color: rgb(135,122,127); }
div.DivClassName
{
background-color: #877A7F;
}
.BgClassName
{
background-color: #877A7F;
}
</style>
border-color css
<style>
span { border-color: #877A7F; }
span { border-color: rgb(135,122,127); }
td.TdClassName
{
border-color: #877A7F;
}
.TagClassName
{
border-color: #877A7F;
}
</style>