Shades of Venus #8C787C
Tints of Venus #8C787C
RGB
CMYK
RGB Variations
Color information
#8C787C (or 0x8C787C) is known color: Venus. HEX triplet: 8C, 78 and 7C. RGB value is (140,120,124). Sum of RGB (Red+Green+Blue) = 140+120+124=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 140 - color contains mainly: red. Hex color #8C787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C787C is #738783. Grayscale: #7E7E7E. Windows color (decimal): -7571332 or 8157324. OLE color: 8157324.
HSL color Cylindrical-coordinate representation of color #8C787C: hue angle of 348º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C787C is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 124 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.45 |
| HSL | 348º | 0.08% | 0.51% | - |
| HSV(B) | 348º | 0.14% | 0.55% | - |
| XYZ | 21.17 | 20.46 | 21.9 | - |
| YUV | 126.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 124 | 0 | 0.14 | 0.11 | 0.45 | 348 | 0.08 | 0.51 |
| Hex | 8C | 78 | 7C | 0 | E | B | 2D | 15C | 8 | 33 |
| Octal | 214 | 170 | 174 | 0 | 16 | 13 | 55 | 534 | 10 | 63 |
| Binary | 10001100 | 1111000 | 1111100 | 0 | 1110 | 1011 | 101101 | 101011100 | 1000 | 110011 |
Color Harmonies of #8C787C
Complementary color
Monochromatic Colors of #8C787C
Black with #8C787C
Text Example
Text Example
White with #8C787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C787C; }
p { color: rgb(140,120,124); }
H1.HeaderClassName
{
color: #8C787C;
}
.AnyTagClassName
{
color: #8C787C;
}
</style>
background-color css
<style>
a { background-color: #8C787C; }
a { background-color: rgb(140,120,124); }
div.DivClassName
{
background-color: #8C787C;
}
.BgClassName
{
background-color: #8C787C;
}
</style>
border-color css
<style>
span { border-color: #8C787C; }
span { border-color: rgb(140,120,124); }
td.TdClassName
{
border-color: #8C787C;
}
.TagClassName
{
border-color: #8C787C;
}
</style>