Shades of Venus #7D787A
Tints of Venus #7D787A
RGB
CMYK
RGB Variations
Color information
#7D787A (or 0x7D787A) is known color: Venus. HEX triplet: 7D, 78 and 7A. RGB value is (125,120,122). Sum of RGB (Red+Green+Blue) = 125+120+122=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 125 - color contains mainly: red. Hex color #7D787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D787A is #828785. Grayscale: #797979. Windows color (decimal): -8554374 or 8026237. OLE color: 8026237.
HSL color Cylindrical-coordinate representation of color #7D787A: hue angle of 336º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7D787A is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 122 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.51 |
| HSL | 336º | 0.02% | 0.48% | - |
| HSV(B) | 336º | 0.04% | 0.49% | - |
| XYZ | 18.69 | 19.2 | 21.13 | - |
| YUV | 121.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 122 | 0 | 0.04 | 0.02 | 0.51 | 336 | 0.02 | 0.48 |
| Hex | 7D | 78 | 7A | 0 | 4 | 2 | 33 | 150 | 2 | 30 |
| Octal | 175 | 170 | 172 | 0 | 4 | 2 | 63 | 520 | 2 | 60 |
| Binary | 1111101 | 1111000 | 1111010 | 0 | 100 | 10 | 110011 | 101010000 | 10 | 110000 |
Color Harmonies of #7D787A
Complementary color
Monochromatic Colors of #7D787A
Black with #7D787A
Text Example
Text Example
White with #7D787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D787A; }
p { color: rgb(125,120,122); }
H1.HeaderClassName
{
color: #7D787A;
}
.AnyTagClassName
{
color: #7D787A;
}
</style>
background-color css
<style>
a { background-color: #7D787A; }
a { background-color: rgb(125,120,122); }
div.DivClassName
{
background-color: #7D787A;
}
.BgClassName
{
background-color: #7D787A;
}
</style>
border-color css
<style>
span { border-color: #7D787A; }
span { border-color: rgb(125,120,122); }
td.TdClassName
{
border-color: #7D787A;
}
.TagClassName
{
border-color: #7D787A;
}
</style>