Shades of Venus #8C7982
Tints of Venus #8C7982
RGB
CMYK
RGB Variations
Color information
#8C7982 (or 0x8C7982) is known color: Venus. HEX triplet: 8C, 79 and 82. RGB value is (140,121,130). Sum of RGB (Red+Green+Blue) = 140+121+130=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7982 is #73867D. Grayscale: #7F7F7F. Windows color (decimal): -7571070 or 8550796. OLE color: 8550796.
HSL color Cylindrical-coordinate representation of color #8C7982: hue angle of 331.58º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C7982 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 130 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.45 |
| HSL | 331.58º | 0.08% | 0.51% | - |
| HSV(B) | 331.58º | 0.14% | 0.55% | - |
| XYZ | 21.68 | 20.86 | 24 | - |
| YUV | 127.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 130 | 0 | 0.14 | 0.07 | 0.45 | 331.58 | 0.08 | 0.51 |
| Hex | 8C | 79 | 82 | 0 | E | 7 | 2D | 14C | 8 | 33 |
| Octal | 214 | 171 | 202 | 0 | 16 | 7 | 55 | 514 | 10 | 63 |
| Binary | 10001100 | 1111001 | 10000010 | 0 | 1110 | 111 | 101101 | 101001100 | 1000 | 110011 |
Color Harmonies of #8C7982
Complementary color
Monochromatic Colors of #8C7982
Black with #8C7982
Text Example
Text Example
White with #8C7982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7982; }
p { color: rgb(140,121,130); }
H1.HeaderClassName
{
color: #8C7982;
}
.AnyTagClassName
{
color: #8C7982;
}
</style>
background-color css
<style>
a { background-color: #8C7982; }
a { background-color: rgb(140,121,130); }
div.DivClassName
{
background-color: #8C7982;
}
.BgClassName
{
background-color: #8C7982;
}
</style>
border-color css
<style>
span { border-color: #8C7982; }
span { border-color: rgb(140,121,130); }
td.TdClassName
{
border-color: #8C7982;
}
.TagClassName
{
border-color: #8C7982;
}
</style>