Shades of Venus #8C7F81
Tints of Venus #8C7F81
RGB
CMYK
RGB Variations
Color information
#8C7F81 (or 0x8C7F81) is known color: Venus. HEX triplet: 8C, 7F and 81. RGB value is (140,127,129). Sum of RGB (Red+Green+Blue) = 140+127+129=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F81 is #73807E. Grayscale: #838383. Windows color (decimal): -7569535 or 8486796. OLE color: 8486796.
HSL color Cylindrical-coordinate representation of color #8C7F81: hue angle of 350.77º 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 #8C7F81 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 129 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.45 |
| HSL | 350.77º | 0.05% | 0.52% | - |
| HSV(B) | 350.77º | 0.09% | 0.55% | - |
| XYZ | 22.37 | 22.34 | 23.9 | - |
| YUV | 131.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 129 | 0 | 0.09 | 0.08 | 0.45 | 350.77 | 0.05 | 0.52 |
| Hex | 8C | 7F | 81 | 0 | 9 | 8 | 2D | 15F | 5 | 34 |
| Octal | 214 | 177 | 201 | 0 | 11 | 10 | 55 | 537 | 5 | 64 |
| Binary | 10001100 | 1111111 | 10000001 | 0 | 1001 | 1000 | 101101 | 101011111 | 101 | 110100 |
Color Harmonies of #8C7F81
Complementary color
Monochromatic Colors of #8C7F81
Black with #8C7F81
Text Example
Text Example
White with #8C7F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F81; }
p { color: rgb(140,127,129); }
H1.HeaderClassName
{
color: #8C7F81;
}
.AnyTagClassName
{
color: #8C7F81;
}
</style>
background-color css
<style>
a { background-color: #8C7F81; }
a { background-color: rgb(140,127,129); }
div.DivClassName
{
background-color: #8C7F81;
}
.BgClassName
{
background-color: #8C7F81;
}
</style>
border-color css
<style>
span { border-color: #8C7F81; }
span { border-color: rgb(140,127,129); }
td.TdClassName
{
border-color: #8C7F81;
}
.TagClassName
{
border-color: #8C7F81;
}
</style>