Shades of Venus #8C7A7E
Tints of Venus #8C7A7E
RGB
CMYK
RGB Variations
Color information
#8C7A7E (or 0x8C7A7E) is known color: Venus. HEX triplet: 8C, 7A and 7E. RGB value is (140,122,126). Sum of RGB (Red+Green+Blue) = 140+122+126=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A7E is #738581. Grayscale: #7F7F7F. Windows color (decimal): -7570818 or 8288908. OLE color: 8288908.
HSL color Cylindrical-coordinate representation of color #8C7A7E: hue angle of 346.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C7A7E is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 122 | 126 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.45 |
| HSL | 346.67º | 0.07% | 0.51% | - |
| HSV(B) | 346.67º | 0.13% | 0.55% | - |
| XYZ | 21.54 | 21 | 22.66 | - |
| YUV | 127.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 126 | 0 | 0.13 | 0.10 | 0.45 | 346.67 | 0.07 | 0.51 |
| Hex | 8C | 7A | 7E | 0 | D | A | 2D | 15B | 7 | 33 |
| Octal | 214 | 172 | 176 | 0 | 15 | 12 | 55 | 533 | 7 | 63 |
| Binary | 10001100 | 1111010 | 1111110 | 0 | 1101 | 1010 | 101101 | 101011011 | 111 | 110011 |
Color Harmonies of #8C7A7E
Complementary color
Monochromatic Colors of #8C7A7E
Black with #8C7A7E
Text Example
Text Example
White with #8C7A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A7E; }
p { color: rgb(140,122,126); }
H1.HeaderClassName
{
color: #8C7A7E;
}
.AnyTagClassName
{
color: #8C7A7E;
}
</style>
background-color css
<style>
a { background-color: #8C7A7E; }
a { background-color: rgb(140,122,126); }
div.DivClassName
{
background-color: #8C7A7E;
}
.BgClassName
{
background-color: #8C7A7E;
}
</style>
border-color css
<style>
span { border-color: #8C7A7E; }
span { border-color: rgb(140,122,126); }
td.TdClassName
{
border-color: #8C7A7E;
}
.TagClassName
{
border-color: #8C7A7E;
}
</style>