Shades of Venus #8F797C
Tints of Venus #8F797C
RGB
CMYK
RGB Variations
Color information
#8F797C (or 0x8F797C) is known color: Venus. HEX triplet: 8F, 79 and 7C. RGB value is (143,121,124). Sum of RGB (Red+Green+Blue) = 143+121+124=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 143 - color contains mainly: red. Hex color #8F797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F797C is #708683. Grayscale: #7F7F7F. Windows color (decimal): -7374468 or 8157583. OLE color: 8157583.
HSL color Cylindrical-coordinate representation of color #8F797C: hue angle of 351.82º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F797C is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 121 | 124 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.44 |
| HSL | 351.82º | 0.09% | 0.52% | - |
| HSV(B) | 351.82º | 0.15% | 0.56% | - |
| XYZ | 21.8 | 20.97 | 21.97 | - |
| YUV | 127.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 124 | 0 | 0.15 | 0.13 | 0.44 | 351.82 | 0.09 | 0.52 |
| Hex | 8F | 79 | 7C | 0 | F | D | 2C | 160 | 9 | 34 |
| Octal | 217 | 171 | 174 | 0 | 17 | 15 | 54 | 540 | 11 | 64 |
| Binary | 10001111 | 1111001 | 1111100 | 0 | 1111 | 1101 | 101100 | 101100000 | 1001 | 110100 |
Color Harmonies of #8F797C
Complementary color
Monochromatic Colors of #8F797C
Black with #8F797C
Text Example
Text Example
White with #8F797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F797C; }
p { color: rgb(143,121,124); }
H1.HeaderClassName
{
color: #8F797C;
}
.AnyTagClassName
{
color: #8F797C;
}
</style>
background-color css
<style>
a { background-color: #8F797C; }
a { background-color: rgb(143,121,124); }
div.DivClassName
{
background-color: #8F797C;
}
.BgClassName
{
background-color: #8F797C;
}
</style>
border-color css
<style>
span { border-color: #8F797C; }
span { border-color: rgb(143,121,124); }
td.TdClassName
{
border-color: #8F797C;
}
.TagClassName
{
border-color: #8F797C;
}
</style>