Shades of Venus #8C7B82
Tints of Venus #8C7B82
RGB
CMYK
RGB Variations
Color information
#8C7B82 (or 0x8C7B82) is known color: Venus. HEX triplet: 8C, 7B and 82. RGB value is (140,123,130). Sum of RGB (Red+Green+Blue) = 140+123+130=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7B82 is #73847D. Grayscale: #808080. Windows color (decimal): -7570558 or 8551308. OLE color: 8551308.
HSL color Cylindrical-coordinate representation of color #8C7B82: hue angle of 335.29º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C7B82 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 123 | 130 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.45 |
| HSL | 335.29º | 0.07% | 0.52% | - |
| HSV(B) | 335.29º | 0.12% | 0.55% | - |
| XYZ | 21.93 | 21.35 | 24.08 | - |
| YUV | 128.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 130 | 0 | 0.12 | 0.07 | 0.45 | 335.29 | 0.07 | 0.52 |
| Hex | 8C | 7B | 82 | 0 | C | 7 | 2D | 14F | 7 | 34 |
| Octal | 214 | 173 | 202 | 0 | 14 | 7 | 55 | 517 | 7 | 64 |
| Binary | 10001100 | 1111011 | 10000010 | 0 | 1100 | 111 | 101101 | 101001111 | 111 | 110100 |
Color Harmonies of #8C7B82
Complementary color
Monochromatic Colors of #8C7B82
Black with #8C7B82
Text Example
Text Example
White with #8C7B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7B82; }
p { color: rgb(140,123,130); }
H1.HeaderClassName
{
color: #8C7B82;
}
.AnyTagClassName
{
color: #8C7B82;
}
</style>
background-color css
<style>
a { background-color: #8C7B82; }
a { background-color: rgb(140,123,130); }
div.DivClassName
{
background-color: #8C7B82;
}
.BgClassName
{
background-color: #8C7B82;
}
</style>
border-color css
<style>
span { border-color: #8C7B82; }
span { border-color: rgb(140,123,130); }
td.TdClassName
{
border-color: #8C7B82;
}
.TagClassName
{
border-color: #8C7B82;
}
</style>