Shades of Venus #8D797C
Tints of Venus #8D797C
RGB
CMYK
RGB Variations
Color information
#8D797C (or 0x8D797C) is known color: Venus. HEX triplet: 8D, 79 and 7C. RGB value is (141,121,124). Sum of RGB (Red+Green+Blue) = 141+121+124=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 141 - color contains mainly: red. Hex color #8D797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D797C is #728683. Grayscale: #7F7F7F. Windows color (decimal): -7505540 or 8157581. OLE color: 8157581.
HSL color Cylindrical-coordinate representation of color #8D797C: hue angle of 351º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D797C is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 124 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.45 |
| HSL | 351º | 0.08% | 0.51% | - |
| HSV(B) | 351º | 0.14% | 0.55% | - |
| XYZ | 21.46 | 20.79 | 21.95 | - |
| YUV | 127.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 124 | 0 | 0.14 | 0.12 | 0.45 | 351 | 0.08 | 0.51 |
| Hex | 8D | 79 | 7C | 0 | E | C | 2D | 15F | 8 | 33 |
| Octal | 215 | 171 | 174 | 0 | 16 | 14 | 55 | 537 | 10 | 63 |
| Binary | 10001101 | 1111001 | 1111100 | 0 | 1110 | 1100 | 101101 | 101011111 | 1000 | 110011 |
Color Harmonies of #8D797C
Complementary color
Monochromatic Colors of #8D797C
Black with #8D797C
Text Example
Text Example
White with #8D797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D797C; }
p { color: rgb(141,121,124); }
H1.HeaderClassName
{
color: #8D797C;
}
.AnyTagClassName
{
color: #8D797C;
}
</style>
background-color css
<style>
a { background-color: #8D797C; }
a { background-color: rgb(141,121,124); }
div.DivClassName
{
background-color: #8D797C;
}
.BgClassName
{
background-color: #8D797C;
}
</style>
border-color css
<style>
span { border-color: #8D797C; }
span { border-color: rgb(141,121,124); }
td.TdClassName
{
border-color: #8D797C;
}
.TagClassName
{
border-color: #8D797C;
}
</style>