Shades of Venus #8F7A7C
Tints of Venus #8F7A7C
RGB
CMYK
RGB Variations
Color information
#8F7A7C (or 0x8F7A7C) is known color: Venus. HEX triplet: 8F, 7A and 7C. RGB value is (143,122,124). Sum of RGB (Red+Green+Blue) = 143+122+124=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7A7C is #708583. Grayscale: #808080. Windows color (decimal): -7374212 or 8157839. OLE color: 8157839.
HSL color Cylindrical-coordinate representation of color #8F7A7C: hue angle of 354.29º 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 #8F7A7C is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 122 | 124 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.44 |
| HSL | 354.29º | 0.09% | 0.52% | - |
| HSV(B) | 354.29º | 0.15% | 0.56% | - |
| XYZ | 21.93 | 21.21 | 22.01 | - |
| YUV | 128.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 124 | 0 | 0.15 | 0.13 | 0.44 | 354.29 | 0.09 | 0.52 |
| Hex | 8F | 7A | 7C | 0 | F | D | 2C | 162 | 9 | 34 |
| Octal | 217 | 172 | 174 | 0 | 17 | 15 | 54 | 542 | 11 | 64 |
| Binary | 10001111 | 1111010 | 1111100 | 0 | 1111 | 1101 | 101100 | 101100010 | 1001 | 110100 |
Color Harmonies of #8F7A7C
Complementary color
Monochromatic Colors of #8F7A7C
Black with #8F7A7C
Text Example
Text Example
White with #8F7A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7A7C; }
p { color: rgb(143,122,124); }
H1.HeaderClassName
{
color: #8F7A7C;
}
.AnyTagClassName
{
color: #8F7A7C;
}
</style>
background-color css
<style>
a { background-color: #8F7A7C; }
a { background-color: rgb(143,122,124); }
div.DivClassName
{
background-color: #8F7A7C;
}
.BgClassName
{
background-color: #8F7A7C;
}
</style>
border-color css
<style>
span { border-color: #8F7A7C; }
span { border-color: rgb(143,122,124); }
td.TdClassName
{
border-color: #8F7A7C;
}
.TagClassName
{
border-color: #8F7A7C;
}
</style>