Shades of Venus #8F797D
Tints of Venus #8F797D
RGB
CMYK
RGB Variations
Color information
#8F797D (or 0x8F797D) is known color: Venus. HEX triplet: 8F, 79 and 7D. RGB value is (143,121,125). Sum of RGB (Red+Green+Blue) = 143+121+125=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F797D is #708682. Grayscale: #808080. Windows color (decimal): -7374467 or 8223119. OLE color: 8223119.
HSL color Cylindrical-coordinate representation of color #8F797D: hue angle of 349.09º 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 #8F797D is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 121 | 125 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.44 |
| HSL | 349.09º | 0.09% | 0.52% | - |
| HSV(B) | 349.09º | 0.15% | 0.56% | - |
| XYZ | 21.87 | 21 | 22.3 | - |
| YUV | 128.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 125 | 0 | 0.15 | 0.13 | 0.44 | 349.09 | 0.09 | 0.52 |
| Hex | 8F | 79 | 7D | 0 | F | D | 2C | 15D | 9 | 34 |
| Octal | 217 | 171 | 175 | 0 | 17 | 15 | 54 | 535 | 11 | 64 |
| Binary | 10001111 | 1111001 | 1111101 | 0 | 1111 | 1101 | 101100 | 101011101 | 1001 | 110100 |
Color Harmonies of #8F797D
Complementary color
Monochromatic Colors of #8F797D
Black with #8F797D
Text Example
Text Example
White with #8F797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F797D; }
p { color: rgb(143,121,125); }
H1.HeaderClassName
{
color: #8F797D;
}
.AnyTagClassName
{
color: #8F797D;
}
</style>
background-color css
<style>
a { background-color: #8F797D; }
a { background-color: rgb(143,121,125); }
div.DivClassName
{
background-color: #8F797D;
}
.BgClassName
{
background-color: #8F797D;
}
</style>
border-color css
<style>
span { border-color: #8F797D; }
span { border-color: rgb(143,121,125); }
td.TdClassName
{
border-color: #8F797D;
}
.TagClassName
{
border-color: #8F797D;
}
</style>