Shades of Venus #8F787E
Tints of Venus #8F787E
RGB
CMYK
RGB Variations
Color information
#8F787E (or 0x8F787E) is known color: Venus. HEX triplet: 8F, 78 and 7E. RGB value is (143,120,126). Sum of RGB (Red+Green+Blue) = 143+120+126=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F787E is #708781. Grayscale: #7F7F7F. Windows color (decimal): -7374722 or 8288399. OLE color: 8288399.
HSL color Cylindrical-coordinate representation of color #8F787E: hue angle of 344.35º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F787E is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 126 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.44 |
| HSL | 344.35º | 0.09% | 0.52% | - |
| HSV(B) | 344.35º | 0.16% | 0.56% | - |
| XYZ | 21.81 | 20.78 | 22.6 | - |
| YUV | 127.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 126 | 0 | 0.16 | 0.12 | 0.44 | 344.35 | 0.09 | 0.52 |
| Hex | 8F | 78 | 7E | 0 | 10 | C | 2C | 158 | 9 | 34 |
| Octal | 217 | 170 | 176 | 0 | 20 | 14 | 54 | 530 | 11 | 64 |
| Binary | 10001111 | 1111000 | 1111110 | 0 | 10000 | 1100 | 101100 | 101011000 | 1001 | 110100 |
Color Harmonies of #8F787E
Complementary color
Monochromatic Colors of #8F787E
Black with #8F787E
Text Example
Text Example
White with #8F787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F787E; }
p { color: rgb(143,120,126); }
H1.HeaderClassName
{
color: #8F787E;
}
.AnyTagClassName
{
color: #8F787E;
}
</style>
background-color css
<style>
a { background-color: #8F787E; }
a { background-color: rgb(143,120,126); }
div.DivClassName
{
background-color: #8F787E;
}
.BgClassName
{
background-color: #8F787E;
}
</style>
border-color css
<style>
span { border-color: #8F787E; }
span { border-color: rgb(143,120,126); }
td.TdClassName
{
border-color: #8F787E;
}
.TagClassName
{
border-color: #8F787E;
}
</style>