Shades of Venus #7E777A
Tints of Venus #7E777A
RGB
CMYK
RGB Variations
Color information
#7E777A (or 0x7E777A) is known color: Venus. HEX triplet: 7E, 77 and 7A. RGB value is (126,119,122). Sum of RGB (Red+Green+Blue) = 126+119+122=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 126 - color contains mainly: red. Hex color #7E777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E777A is #818885. Grayscale: #797979. Windows color (decimal): -8489094 or 8025982. OLE color: 8025982.
HSL color Cylindrical-coordinate representation of color #7E777A: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7E777A is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 119 | 122 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.51 |
| HSL | 334.29º | 0.03% | 0.48% | - |
| HSV(B) | 334.29º | 0.06% | 0.49% | - |
| XYZ | 18.71 | 19.03 | 21.1 | - |
| YUV | 121.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 122 | 0 | 0.06 | 0.03 | 0.51 | 334.29 | 0.03 | 0.48 |
| Hex | 7E | 77 | 7A | 0 | 6 | 3 | 33 | 14E | 3 | 30 |
| Octal | 176 | 167 | 172 | 0 | 6 | 3 | 63 | 516 | 3 | 60 |
| Binary | 1111110 | 1110111 | 1111010 | 0 | 110 | 11 | 110011 | 101001110 | 11 | 110000 |
Color Harmonies of #7E777A
Complementary color
Monochromatic Colors of #7E777A
Black with #7E777A
Text Example
Text Example
White with #7E777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E777A; }
p { color: rgb(126,119,122); }
H1.HeaderClassName
{
color: #7E777A;
}
.AnyTagClassName
{
color: #7E777A;
}
</style>
background-color css
<style>
a { background-color: #7E777A; }
a { background-color: rgb(126,119,122); }
div.DivClassName
{
background-color: #7E777A;
}
.BgClassName
{
background-color: #7E777A;
}
</style>
border-color css
<style>
span { border-color: #7E777A; }
span { border-color: rgb(126,119,122); }
td.TdClassName
{
border-color: #7E777A;
}
.TagClassName
{
border-color: #7E777A;
}
</style>