Shades of Venus #8C7C7E
Tints of Venus #8C7C7E
RGB
CMYK
RGB Variations
Color information
#8C7C7E (or 0x8C7C7E) is known color: Venus. HEX triplet: 8C, 7C and 7E. RGB value is (140,124,126). Sum of RGB (Red+Green+Blue) = 140+124+126=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7C7E is #738381. Grayscale: #818181. Windows color (decimal): -7570306 or 8289420. OLE color: 8289420.
HSL color Cylindrical-coordinate representation of color #8C7C7E: hue angle of 352.5º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C7C7E is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 124 | 126 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.45 |
| HSL | 352.5º | 0.07% | 0.52% | - |
| HSV(B) | 352.5º | 0.11% | 0.55% | - |
| XYZ | 21.79 | 21.5 | 22.74 | - |
| YUV | 129.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 126 | 0 | 0.11 | 0.10 | 0.45 | 352.5 | 0.07 | 0.52 |
| Hex | 8C | 7C | 7E | 0 | B | A | 2D | 160 | 7 | 34 |
| Octal | 214 | 174 | 176 | 0 | 13 | 12 | 55 | 540 | 7 | 64 |
| Binary | 10001100 | 1111100 | 1111110 | 0 | 1011 | 1010 | 101101 | 101100000 | 111 | 110100 |
Color Harmonies of #8C7C7E
Complementary color
Monochromatic Colors of #8C7C7E
Black with #8C7C7E
Text Example
Text Example
White with #8C7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7C7E; }
p { color: rgb(140,124,126); }
H1.HeaderClassName
{
color: #8C7C7E;
}
.AnyTagClassName
{
color: #8C7C7E;
}
</style>
background-color css
<style>
a { background-color: #8C7C7E; }
a { background-color: rgb(140,124,126); }
div.DivClassName
{
background-color: #8C7C7E;
}
.BgClassName
{
background-color: #8C7C7E;
}
</style>
border-color css
<style>
span { border-color: #8C7C7E; }
span { border-color: rgb(140,124,126); }
td.TdClassName
{
border-color: #8C7C7E;
}
.TagClassName
{
border-color: #8C7C7E;
}
</style>