Shades of Venus #7F7A7C
Tints of Venus #7F7A7C
RGB
CMYK
RGB Variations
Color information
#7F7A7C (or 0x7F7A7C) is known color: Venus. HEX triplet: 7F, 7A and 7C. RGB value is (127,122,124). Sum of RGB (Red+Green+Blue) = 127+122+124=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7A7C is #808583. Grayscale: #7B7B7B. Windows color (decimal): -8422788 or 8157823. OLE color: 8157823.
HSL color Cylindrical-coordinate representation of color #7F7A7C: hue angle of 336º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7F7A7C is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 122 | 124 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.50 |
| HSL | 336º | 0.02% | 0.49% | - |
| HSV(B) | 336º | 0.04% | 0.5% | - |
| XYZ | 19.35 | 19.89 | 21.89 | - |
| YUV | 123.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 124 | 0 | 0.04 | 0.02 | 0.50 | 336 | 0.02 | 0.49 |
| Hex | 7F | 7A | 7C | 0 | 4 | 2 | 32 | 150 | 2 | 31 |
| Octal | 177 | 172 | 174 | 0 | 4 | 2 | 62 | 520 | 2 | 61 |
| Binary | 1111111 | 1111010 | 1111100 | 0 | 100 | 10 | 110010 | 101010000 | 10 | 110001 |
Color Harmonies of #7F7A7C
Complementary color
Monochromatic Colors of #7F7A7C
Black with #7F7A7C
Text Example
Text Example
White with #7F7A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7A7C; }
p { color: rgb(127,122,124); }
H1.HeaderClassName
{
color: #7F7A7C;
}
.AnyTagClassName
{
color: #7F7A7C;
}
</style>
background-color css
<style>
a { background-color: #7F7A7C; }
a { background-color: rgb(127,122,124); }
div.DivClassName
{
background-color: #7F7A7C;
}
.BgClassName
{
background-color: #7F7A7C;
}
</style>
border-color css
<style>
span { border-color: #7F7A7C; }
span { border-color: rgb(127,122,124); }
td.TdClassName
{
border-color: #7F7A7C;
}
.TagClassName
{
border-color: #7F7A7C;
}
</style>