Shades of Venus #8C7F80
Tints of Venus #8C7F80
RGB
CMYK
RGB Variations
Color information
#8C7F80 (or 0x8C7F80) is known color: Venus. HEX triplet: 8C, 7F and 80. RGB value is (140,127,128). Sum of RGB (Red+Green+Blue) = 140+127+128=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F80 is #73807F. Grayscale: #838383. Windows color (decimal): -7569536 or 8421260. OLE color: 8421260.
HSL color Cylindrical-coordinate representation of color #8C7F80: hue angle of 355.38º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C7F80 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 128 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.45 |
| HSL | 355.38º | 0.05% | 0.52% | - |
| HSV(B) | 355.38º | 0.09% | 0.55% | - |
| XYZ | 22.3 | 22.31 | 23.55 | - |
| YUV | 131 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 128 | 0 | 0.09 | 0.09 | 0.45 | 355.38 | 0.05 | 0.52 |
| Hex | 8C | 7F | 80 | 0 | 9 | 9 | 2D | 163 | 5 | 34 |
| Octal | 214 | 177 | 200 | 0 | 11 | 11 | 55 | 543 | 5 | 64 |
| Binary | 10001100 | 1111111 | 10000000 | 0 | 1001 | 1001 | 101101 | 101100011 | 101 | 110100 |
Color Harmonies of #8C7F80
Complementary color
Monochromatic Colors of #8C7F80
Black with #8C7F80
Text Example
Text Example
White with #8C7F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F80; }
p { color: rgb(140,127,128); }
H1.HeaderClassName
{
color: #8C7F80;
}
.AnyTagClassName
{
color: #8C7F80;
}
</style>
background-color css
<style>
a { background-color: #8C7F80; }
a { background-color: rgb(140,127,128); }
div.DivClassName
{
background-color: #8C7F80;
}
.BgClassName
{
background-color: #8C7F80;
}
</style>
border-color css
<style>
span { border-color: #8C7F80; }
span { border-color: rgb(140,127,128); }
td.TdClassName
{
border-color: #8C7F80;
}
.TagClassName
{
border-color: #8C7F80;
}
</style>