Shades of Venus #8F737D
Tints of Venus #8F737D
RGB
CMYK
RGB Variations
Color information
#8F737D (or 0x8F737D) is known color: Venus. HEX triplet: 8F, 73 and 7D. RGB value is (143,115,125). Sum of RGB (Red+Green+Blue) = 143+115+125=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 143 - color contains mainly: red. Hex color #8F737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F737D is #708C82. Grayscale: #7C7C7C. Windows color (decimal): -7376003 or 8221583. OLE color: 8221583.
HSL color Cylindrical-coordinate representation of color #8F737D: hue angle of 338.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F737D is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 115 | 125 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.44 |
| HSL | 338.57º | 0.11% | 0.51% | - |
| HSV(B) | 338.57º | 0.2% | 0.56% | - |
| XYZ | 21.16 | 19.58 | 22.07 | - |
| YUV | 124.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 125 | 0 | 0.20 | 0.13 | 0.44 | 338.57 | 0.11 | 0.51 |
| Hex | 8F | 73 | 7D | 0 | 14 | D | 2C | 153 | B | 33 |
| Octal | 217 | 163 | 175 | 0 | 24 | 15 | 54 | 523 | 13 | 63 |
| Binary | 10001111 | 1110011 | 1111101 | 0 | 10100 | 1101 | 101100 | 101010011 | 1011 | 110011 |
Color Harmonies of #8F737D
Complementary color
Monochromatic Colors of #8F737D
Black with #8F737D
Text Example
Text Example
White with #8F737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F737D; }
p { color: rgb(143,115,125); }
H1.HeaderClassName
{
color: #8F737D;
}
.AnyTagClassName
{
color: #8F737D;
}
</style>
background-color css
<style>
a { background-color: #8F737D; }
a { background-color: rgb(143,115,125); }
div.DivClassName
{
background-color: #8F737D;
}
.BgClassName
{
background-color: #8F737D;
}
</style>
border-color css
<style>
span { border-color: #8F737D; }
span { border-color: rgb(143,115,125); }
td.TdClassName
{
border-color: #8F737D;
}
.TagClassName
{
border-color: #8F737D;
}
</style>