Shades of Venus #8F747D
Tints of Venus #8F747D
RGB
CMYK
RGB Variations
Color information
#8F747D (or 0x8F747D) is known color: Venus. HEX triplet: 8F, 74 and 7D. RGB value is (143,116,125). Sum of RGB (Red+Green+Blue) = 143+116+125=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 143 - color contains mainly: red. Hex color #8F747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F747D is #708B82. Grayscale: #7D7D7D. Windows color (decimal): -7375747 or 8221839. OLE color: 8221839.
HSL color Cylindrical-coordinate representation of color #8F747D: hue angle of 340º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F747D is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 116 | 125 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.44 |
| HSL | 340º | 0.11% | 0.51% | - |
| HSV(B) | 340º | 0.19% | 0.56% | - |
| XYZ | 21.27 | 19.81 | 22.1 | - |
| YUV | 125.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 125 | 0 | 0.19 | 0.13 | 0.44 | 340 | 0.11 | 0.51 |
| Hex | 8F | 74 | 7D | 0 | 13 | D | 2C | 154 | B | 33 |
| Octal | 217 | 164 | 175 | 0 | 23 | 15 | 54 | 524 | 13 | 63 |
| Binary | 10001111 | 1110100 | 1111101 | 0 | 10011 | 1101 | 101100 | 101010100 | 1011 | 110011 |
Color Harmonies of #8F747D
Complementary color
Monochromatic Colors of #8F747D
Black with #8F747D
Text Example
Text Example
White with #8F747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F747D; }
p { color: rgb(143,116,125); }
H1.HeaderClassName
{
color: #8F747D;
}
.AnyTagClassName
{
color: #8F747D;
}
</style>
background-color css
<style>
a { background-color: #8F747D; }
a { background-color: rgb(143,116,125); }
div.DivClassName
{
background-color: #8F747D;
}
.BgClassName
{
background-color: #8F747D;
}
</style>
border-color css
<style>
span { border-color: #8F747D; }
span { border-color: rgb(143,116,125); }
td.TdClassName
{
border-color: #8F747D;
}
.TagClassName
{
border-color: #8F747D;
}
</style>