Shades of Venus #8C757C
Tints of Venus #8C757C
RGB
CMYK
RGB Variations
Color information
#8C757C (or 0x8C757C) is known color: Venus. HEX triplet: 8C, 75 and 7C. RGB value is (140,117,124). Sum of RGB (Red+Green+Blue) = 140+117+124=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 140 - color contains mainly: red. Hex color #8C757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C757C is #738A83. Grayscale: #7C7C7C. Windows color (decimal): -7572100 or 8156556. OLE color: 8156556.
HSL color Cylindrical-coordinate representation of color #8C757C: hue angle of 341.74º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C757C is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 124 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.45 |
| HSL | 341.74º | 0.09% | 0.5% | - |
| HSV(B) | 341.74º | 0.16% | 0.55% | - |
| XYZ | 20.81 | 19.75 | 21.78 | - |
| YUV | 124.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 124 | 0 | 0.16 | 0.11 | 0.45 | 341.74 | 0.09 | 0.5 |
| Hex | 8C | 75 | 7C | 0 | 10 | B | 2D | 156 | 9 | 32 |
| Octal | 214 | 165 | 174 | 0 | 20 | 13 | 55 | 526 | 11 | 62 |
| Binary | 10001100 | 1110101 | 1111100 | 0 | 10000 | 1011 | 101101 | 101010110 | 1001 | 110010 |
Color Harmonies of #8C757C
Complementary color
Monochromatic Colors of #8C757C
Black with #8C757C
Text Example
Text Example
White with #8C757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C757C; }
p { color: rgb(140,117,124); }
H1.HeaderClassName
{
color: #8C757C;
}
.AnyTagClassName
{
color: #8C757C;
}
</style>
background-color css
<style>
a { background-color: #8C757C; }
a { background-color: rgb(140,117,124); }
div.DivClassName
{
background-color: #8C757C;
}
.BgClassName
{
background-color: #8C757C;
}
</style>
border-color css
<style>
span { border-color: #8C757C; }
span { border-color: rgb(140,117,124); }
td.TdClassName
{
border-color: #8C757C;
}
.TagClassName
{
border-color: #8C757C;
}
</style>