Shades of Venus #7E787A
Tints of Venus #7E787A
RGB
CMYK
RGB Variations
Color information
#7E787A (or 0x7E787A) is known color: Venus. HEX triplet: 7E, 78 and 7A. RGB value is (126,120,122). Sum of RGB (Red+Green+Blue) = 126+120+122=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 126 - color contains mainly: red. Hex color #7E787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E787A is #818785. Grayscale: #7A7A7A. Windows color (decimal): -8488838 or 8026238. OLE color: 8026238.
HSL color Cylindrical-coordinate representation of color #7E787A: hue angle of 340º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7E787A is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 120 | 122 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.51 |
| HSL | 340º | 0.02% | 0.48% | - |
| HSV(B) | 340º | 0.05% | 0.49% | - |
| XYZ | 18.83 | 19.27 | 21.14 | - |
| YUV | 122.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 122 | 0 | 0.05 | 0.03 | 0.51 | 340 | 0.02 | 0.48 |
| Hex | 7E | 78 | 7A | 0 | 5 | 3 | 33 | 154 | 2 | 30 |
| Octal | 176 | 170 | 172 | 0 | 5 | 3 | 63 | 524 | 2 | 60 |
| Binary | 1111110 | 1111000 | 1111010 | 0 | 101 | 11 | 110011 | 101010100 | 10 | 110000 |
Color Harmonies of #7E787A
Complementary color
Monochromatic Colors of #7E787A
Black with #7E787A
Text Example
Text Example
White with #7E787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E787A; }
p { color: rgb(126,120,122); }
H1.HeaderClassName
{
color: #7E787A;
}
.AnyTagClassName
{
color: #7E787A;
}
</style>
background-color css
<style>
a { background-color: #7E787A; }
a { background-color: rgb(126,120,122); }
div.DivClassName
{
background-color: #7E787A;
}
.BgClassName
{
background-color: #7E787A;
}
</style>
border-color css
<style>
span { border-color: #7E787A; }
span { border-color: rgb(126,120,122); }
td.TdClassName
{
border-color: #7E787A;
}
.TagClassName
{
border-color: #7E787A;
}
</style>