Shades of Venus #7C7A7B
Tints of Venus #7C7A7B
RGB
CMYK
RGB Variations
Color information
#7C7A7B (or 0x7C7A7B) is known color: Venus. HEX triplet: 7C, 7A and 7B. RGB value is (124,122,123). Sum of RGB (Red+Green+Blue) = 124+122+123=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7A7B is #838584. Grayscale: #7A7A7A. Windows color (decimal): -8619397 or 8092284. OLE color: 8092284.
HSL color Cylindrical-coordinate representation of color #7C7A7B: hue angle of 330º degrees, saturation: 0.01, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7C7A7B is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
RGB | 124 | 122 | 123 | - |
CMYK | 0 | 0.02 | 0.01 | 0.51 |
HSL | 330º | 0.01% | 0.48% | - |
HSV(B) | 330º | 0.02% | 0.49% | - |
XYZ | 18.85 | 19.63 | 21.54 | - |
YUV | 122.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 124 | 122 | 123 | 0 | 0.02 | 0.01 | 0.51 | 330 | 0.01 | 0.48 |
Hex | 7C | 7A | 7B | 0 | 2 | 1 | 33 | 14A | 1 | 30 |
Octal | 174 | 172 | 173 | 0 | 2 | 1 | 63 | 512 | 1 | 60 |
Binary | 1111100 | 1111010 | 1111011 | 0 | 10 | 1 | 110011 | 101001010 | 1 | 110000 |
Color Harmonies of #7C7A7B
Complementary color
Monochromatic Colors of #7C7A7B
Black with #7C7A7B
Text Example
Text Example
White with #7C7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7A7B; }
p { color: rgb(124,122,123); }
H1.HeaderClassName
{
color: #7C7A7B;
}
.AnyTagClassName
{
color: #7C7A7B;
}
</style>
background-color css
<style>
a { background-color: #7C7A7B; }
a { background-color: rgb(124,122,123); }
div.DivClassName
{
background-color: #7C7A7B;
}
.BgClassName
{
background-color: #7C7A7B;
}
</style>
border-color css
<style>
span { border-color: #7C7A7B; }
span { border-color: rgb(124,122,123); }
td.TdClassName
{
border-color: #7C7A7B;
}
.TagClassName
{
border-color: #7C7A7B;
}
</style>