Shades of Venus #7D7B7C
Tints of Venus #7D7B7C
RGB
CMYK
RGB Variations
Color information
#7D7B7C (or 0x7D7B7C) is known color: Venus. HEX triplet: 7D, 7B and 7C. RGB value is (125,123,124). Sum of RGB (Red+Green+Blue) = 125+123+124=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7B7C is #828483. Grayscale: #7B7B7B. Windows color (decimal): -8553604 or 8158077. OLE color: 8158077.
HSL color Cylindrical-coordinate representation of color #7D7B7C: hue angle of 330º degrees, saturation: 0.01, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7D7B7C is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 123 | 124 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.51 |
| HSL | 330º | 0.01% | 0.49% | - |
| HSV(B) | 330º | 0.02% | 0.49% | - |
| XYZ | 19.18 | 19.98 | 21.91 | - |
| YUV | 123.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 124 | 0 | 0.02 | 0.01 | 0.51 | 330 | 0.01 | 0.49 |
| Hex | 7D | 7B | 7C | 0 | 2 | 1 | 33 | 14A | 1 | 31 |
| Octal | 175 | 173 | 174 | 0 | 2 | 1 | 63 | 512 | 1 | 61 |
| Binary | 1111101 | 1111011 | 1111100 | 0 | 10 | 1 | 110011 | 101001010 | 1 | 110001 |
Color Harmonies of #7D7B7C
Complementary color
Monochromatic Colors of #7D7B7C
Black with #7D7B7C
Text Example
Text Example
White with #7D7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7B7C; }
p { color: rgb(125,123,124); }
H1.HeaderClassName
{
color: #7D7B7C;
}
.AnyTagClassName
{
color: #7D7B7C;
}
</style>
background-color css
<style>
a { background-color: #7D7B7C; }
a { background-color: rgb(125,123,124); }
div.DivClassName
{
background-color: #7D7B7C;
}
.BgClassName
{
background-color: #7D7B7C;
}
</style>
border-color css
<style>
span { border-color: #7D7B7C; }
span { border-color: rgb(125,123,124); }
td.TdClassName
{
border-color: #7D7B7C;
}
.TagClassName
{
border-color: #7D7B7C;
}
</style>