Shades of Venus #7F7177
Tints of Venus #7F7177
RGB
CMYK
RGB Variations
Color information
#7F7177 (or 0x7F7177) is known color: Venus. HEX triplet: 7F, 71 and 77. RGB value is (127,113,119). Sum of RGB (Red+Green+Blue) = 127+113+119=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7177 is #808E88. Grayscale: #757575. Windows color (decimal): -8425097 or 7827839. OLE color: 7827839.
HSL color Cylindrical-coordinate representation of color #7F7177: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F7177 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 119 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.50 |
| HSL | 334.29º | 0.06% | 0.47% | - |
| HSV(B) | 334.29º | 0.11% | 0.5% | - |
| XYZ | 17.99 | 17.65 | 19.91 | - |
| YUV | 117.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 119 | 0 | 0.11 | 0.06 | 0.50 | 334.29 | 0.06 | 0.47 |
| Hex | 7F | 71 | 77 | 0 | B | 6 | 32 | 14E | 6 | 2F |
| Octal | 177 | 161 | 167 | 0 | 13 | 6 | 62 | 516 | 6 | 57 |
| Binary | 1111111 | 1110001 | 1110111 | 0 | 1011 | 110 | 110010 | 101001110 | 110 | 101111 |
Color Harmonies of #7F7177
Complementary color
Monochromatic Colors of #7F7177
Black with #7F7177
Text Example
Text Example
White with #7F7177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7177; }
p { color: rgb(127,113,119); }
H1.HeaderClassName
{
color: #7F7177;
}
.AnyTagClassName
{
color: #7F7177;
}
</style>
background-color css
<style>
a { background-color: #7F7177; }
a { background-color: rgb(127,113,119); }
div.DivClassName
{
background-color: #7F7177;
}
.BgClassName
{
background-color: #7F7177;
}
</style>
border-color css
<style>
span { border-color: #7F7177; }
span { border-color: rgb(127,113,119); }
td.TdClassName
{
border-color: #7F7177;
}
.TagClassName
{
border-color: #7F7177;
}
</style>