Shades of Venus #80777B
Tints of Venus #80777B
RGB
CMYK
RGB Variations
Color information
#80777B (or 0x80777B) is known color: Venus. HEX triplet: 80, 77 and 7B. RGB value is (128,119,123). Sum of RGB (Red+Green+Blue) = 128+119+123=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 128 - color contains mainly: red. Hex color #80777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80777B is #7F8884. Grayscale: #7A7A7A. Windows color (decimal): -8358021 or 8091520. OLE color: 8091520.
HSL color Cylindrical-coordinate representation of color #80777B: hue angle of 333.33º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #80777B is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 119 | 123 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.50 |
| HSL | 333.33º | 0.04% | 0.48% | - |
| HSV(B) | 333.33º | 0.07% | 0.5% | - |
| XYZ | 19.07 | 19.21 | 21.44 | - |
| YUV | 122.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 123 | 0 | 0.07 | 0.04 | 0.50 | 333.33 | 0.04 | 0.48 |
| Hex | 80 | 77 | 7B | 0 | 7 | 4 | 32 | 14D | 4 | 30 |
| Octal | 200 | 167 | 173 | 0 | 7 | 4 | 62 | 515 | 4 | 60 |
| Binary | 10000000 | 1110111 | 1111011 | 0 | 111 | 100 | 110010 | 101001101 | 100 | 110000 |
Color Harmonies of #80777B
Complementary color
Monochromatic Colors of #80777B
Black with #80777B
Text Example
Text Example
White with #80777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80777B; }
p { color: rgb(128,119,123); }
H1.HeaderClassName
{
color: #80777B;
}
.AnyTagClassName
{
color: #80777B;
}
</style>
background-color css
<style>
a { background-color: #80777B; }
a { background-color: rgb(128,119,123); }
div.DivClassName
{
background-color: #80777B;
}
.BgClassName
{
background-color: #80777B;
}
</style>
border-color css
<style>
span { border-color: #80777B; }
span { border-color: rgb(128,119,123); }
td.TdClassName
{
border-color: #80777B;
}
.TagClassName
{
border-color: #80777B;
}
</style>