Shades of Venus #8C7E80
Tints of Venus #8C7E80
RGB
CMYK
RGB Variations
Color information
#8C7E80 (or 0x8C7E80) is known color: Venus. HEX triplet: 8C, 7E and 80. RGB value is (140,126,128). Sum of RGB (Red+Green+Blue) = 140+126+128=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7E80 is #73817F. Grayscale: #828282. Windows color (decimal): -7569792 or 8421004. OLE color: 8421004.
HSL color Cylindrical-coordinate representation of color #8C7E80: hue angle of 351.43º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C7E80 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 126 | 128 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.45 |
| HSL | 351.43º | 0.06% | 0.52% | - |
| HSV(B) | 351.43º | 0.1% | 0.55% | - |
| XYZ | 22.17 | 22.06 | 23.51 | - |
| YUV | 130.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 128 | 0 | 0.10 | 0.09 | 0.45 | 351.43 | 0.06 | 0.52 |
| Hex | 8C | 7E | 80 | 0 | A | 9 | 2D | 15F | 6 | 34 |
| Octal | 214 | 176 | 200 | 0 | 12 | 11 | 55 | 537 | 6 | 64 |
| Binary | 10001100 | 1111110 | 10000000 | 0 | 1010 | 1001 | 101101 | 101011111 | 110 | 110100 |
Color Harmonies of #8C7E80
Complementary color
Monochromatic Colors of #8C7E80
Black with #8C7E80
Text Example
Text Example
White with #8C7E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7E80; }
p { color: rgb(140,126,128); }
H1.HeaderClassName
{
color: #8C7E80;
}
.AnyTagClassName
{
color: #8C7E80;
}
</style>
background-color css
<style>
a { background-color: #8C7E80; }
a { background-color: rgb(140,126,128); }
div.DivClassName
{
background-color: #8C7E80;
}
.BgClassName
{
background-color: #8C7E80;
}
</style>
border-color css
<style>
span { border-color: #8C7E80; }
span { border-color: rgb(140,126,128); }
td.TdClassName
{
border-color: #8C7E80;
}
.TagClassName
{
border-color: #8C7E80;
}
</style>