Shades of Venus #807A7C
Tints of Venus #807A7C
RGB
CMYK
RGB Variations
Color information
#807A7C (or 0x807A7C) is known color: Venus. HEX triplet: 80, 7A and 7C. RGB value is (128,122,124). Sum of RGB (Red+Green+Blue) = 128+122+124=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 128 - color contains mainly: red. Hex color #807A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807A7C is #7F8583. Grayscale: #7C7C7C. Windows color (decimal): -8357252 or 8157824. OLE color: 8157824.
HSL color Cylindrical-coordinate representation of color #807A7C: hue angle of 340º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #807A7C is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 122 | 124 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.50 |
| HSL | 340º | 0.02% | 0.49% | - |
| HSV(B) | 340º | 0.05% | 0.5% | - |
| XYZ | 19.5 | 19.96 | 21.89 | - |
| YUV | 124.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 124 | 0 | 0.05 | 0.03 | 0.50 | 340 | 0.02 | 0.49 |
| Hex | 80 | 7A | 7C | 0 | 5 | 3 | 32 | 154 | 2 | 31 |
| Octal | 200 | 172 | 174 | 0 | 5 | 3 | 62 | 524 | 2 | 61 |
| Binary | 10000000 | 1111010 | 1111100 | 0 | 101 | 11 | 110010 | 101010100 | 10 | 110001 |
Color Harmonies of #807A7C
Complementary color
Monochromatic Colors of #807A7C
Black with #807A7C
Text Example
Text Example
White with #807A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A7C; }
p { color: rgb(128,122,124); }
H1.HeaderClassName
{
color: #807A7C;
}
.AnyTagClassName
{
color: #807A7C;
}
</style>
background-color css
<style>
a { background-color: #807A7C; }
a { background-color: rgb(128,122,124); }
div.DivClassName
{
background-color: #807A7C;
}
.BgClassName
{
background-color: #807A7C;
}
</style>
border-color css
<style>
span { border-color: #807A7C; }
span { border-color: rgb(128,122,124); }
td.TdClassName
{
border-color: #807A7C;
}
.TagClassName
{
border-color: #807A7C;
}
</style>