Shades of Venus #8C7C82
Tints of Venus #8C7C82
RGB
CMYK
RGB Variations
Color information
#8C7C82 (or 0x8C7C82) is known color: Venus. HEX triplet: 8C, 7C and 82. RGB value is (140,124,130). Sum of RGB (Red+Green+Blue) = 140+124+130=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7C82 is #73837D. Grayscale: #818181. Windows color (decimal): -7570302 or 8551564. OLE color: 8551564.
HSL color Cylindrical-coordinate representation of color #8C7C82: hue angle of 337.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 #8C7C82 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 124 | 130 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.45 |
| HSL | 337.5º | 0.07% | 0.52% | - |
| HSV(B) | 337.5º | 0.11% | 0.55% | - |
| XYZ | 22.05 | 21.6 | 24.13 | - |
| YUV | 129.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 130 | 0 | 0.11 | 0.07 | 0.45 | 337.5 | 0.07 | 0.52 |
| Hex | 8C | 7C | 82 | 0 | B | 7 | 2D | 152 | 7 | 34 |
| Octal | 214 | 174 | 202 | 0 | 13 | 7 | 55 | 522 | 7 | 64 |
| Binary | 10001100 | 1111100 | 10000010 | 0 | 1011 | 111 | 101101 | 101010010 | 111 | 110100 |
Color Harmonies of #8C7C82
Complementary color
Monochromatic Colors of #8C7C82
Black with #8C7C82
Text Example
Text Example
White with #8C7C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7C82; }
p { color: rgb(140,124,130); }
H1.HeaderClassName
{
color: #8C7C82;
}
.AnyTagClassName
{
color: #8C7C82;
}
</style>
background-color css
<style>
a { background-color: #8C7C82; }
a { background-color: rgb(140,124,130); }
div.DivClassName
{
background-color: #8C7C82;
}
.BgClassName
{
background-color: #8C7C82;
}
</style>
border-color css
<style>
span { border-color: #8C7C82; }
span { border-color: rgb(140,124,130); }
td.TdClassName
{
border-color: #8C7C82;
}
.TagClassName
{
border-color: #8C7C82;
}
</style>