Shades of Venus #8C7E82
Tints of Venus #8C7E82
RGB
CMYK
RGB Variations
Color information
#8C7E82 (or 0x8C7E82) is known color: Venus. HEX triplet: 8C, 7E and 82. RGB value is (140,126,130). Sum of RGB (Red+Green+Blue) = 140+126+130=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7E82 is #73817D. Grayscale: #828282. Windows color (decimal): -7569790 or 8552076. OLE color: 8552076.
HSL color Cylindrical-coordinate representation of color #8C7E82: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C7E82 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 126 | 130 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.45 |
| HSL | 342.86º | 0.06% | 0.52% | - |
| HSV(B) | 342.86º | 0.1% | 0.55% | - |
| XYZ | 22.31 | 22.11 | 24.21 | - |
| YUV | 130.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 130 | 0 | 0.10 | 0.07 | 0.45 | 342.86 | 0.06 | 0.52 |
| Hex | 8C | 7E | 82 | 0 | A | 7 | 2D | 157 | 6 | 34 |
| Octal | 214 | 176 | 202 | 0 | 12 | 7 | 55 | 527 | 6 | 64 |
| Binary | 10001100 | 1111110 | 10000010 | 0 | 1010 | 111 | 101101 | 101010111 | 110 | 110100 |
Color Harmonies of #8C7E82
Complementary color
Monochromatic Colors of #8C7E82
Black with #8C7E82
Text Example
Text Example
White with #8C7E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7E82; }
p { color: rgb(140,126,130); }
H1.HeaderClassName
{
color: #8C7E82;
}
.AnyTagClassName
{
color: #8C7E82;
}
</style>
background-color css
<style>
a { background-color: #8C7E82; }
a { background-color: rgb(140,126,130); }
div.DivClassName
{
background-color: #8C7E82;
}
.BgClassName
{
background-color: #8C7E82;
}
</style>
border-color css
<style>
span { border-color: #8C7E82; }
span { border-color: rgb(140,126,130); }
td.TdClassName
{
border-color: #8C7E82;
}
.TagClassName
{
border-color: #8C7E82;
}
</style>