Shades of Venus #8F717A
Tints of Venus #8F717A
RGB
CMYK
RGB Variations
Color information
#8F717A (or 0x8F717A) is known color: Venus. HEX triplet: 8F, 71 and 7A. RGB value is (143,113,122). Sum of RGB (Red+Green+Blue) = 143+113+122=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 143 - color contains mainly: red. Hex color #8F717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F717A is #708E85. Grayscale: #7A7A7A. Windows color (decimal): -7376518 or 8024463. OLE color: 8024463.
HSL color Cylindrical-coordinate representation of color #8F717A: hue angle of 342º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F717A is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 122 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.44 |
| HSL | 342º | 0.12% | 0.5% | - |
| HSV(B) | 342º | 0.21% | 0.56% | - |
| XYZ | 20.75 | 19.06 | 21 | - |
| YUV | 123 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 122 | 0 | 0.21 | 0.15 | 0.44 | 342 | 0.12 | 0.5 |
| Hex | 8F | 71 | 7A | 0 | 15 | F | 2C | 156 | C | 32 |
| Octal | 217 | 161 | 172 | 0 | 25 | 17 | 54 | 526 | 14 | 62 |
| Binary | 10001111 | 1110001 | 1111010 | 0 | 10101 | 1111 | 101100 | 101010110 | 1100 | 110010 |
Color Harmonies of #8F717A
Complementary color
Monochromatic Colors of #8F717A
Black with #8F717A
Text Example
Text Example
White with #8F717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F717A; }
p { color: rgb(143,113,122); }
H1.HeaderClassName
{
color: #8F717A;
}
.AnyTagClassName
{
color: #8F717A;
}
</style>
background-color css
<style>
a { background-color: #8F717A; }
a { background-color: rgb(143,113,122); }
div.DivClassName
{
background-color: #8F717A;
}
.BgClassName
{
background-color: #8F717A;
}
</style>
border-color css
<style>
span { border-color: #8F717A; }
span { border-color: rgb(143,113,122); }
td.TdClassName
{
border-color: #8F717A;
}
.TagClassName
{
border-color: #8F717A;
}
</style>