Shades of Venus #9C7C86
Tints of Venus #9C7C86
RGB
CMYK
RGB Variations
Color information
#9C7C86 (or 0x9C7C86) is known color: Venus. HEX triplet: 9C, 7C and 86. RGB value is (156,124,134). Sum of RGB (Red+Green+Blue) = 156+124+134=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7C86 is #638379. Grayscale: #868686. Windows color (decimal): -6521722 or 8813724. OLE color: 8813724.
HSL color Cylindrical-coordinate representation of color #9C7C86: hue angle of 341.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C7C86 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 124 | 134 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.39 |
| HSL | 341.25º | 0.14% | 0.55% | - |
| HSV(B) | 341.25º | 0.21% | 0.61% | - |
| XYZ | 25.22 | 23.2 | 25.7 | - |
| YUV | 134.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 134 | 0 | 0.21 | 0.14 | 0.39 | 341.25 | 0.14 | 0.55 |
| Hex | 9C | 7C | 86 | 0 | 15 | E | 27 | 155 | E | 37 |
| Octal | 234 | 174 | 206 | 0 | 25 | 16 | 47 | 525 | 16 | 67 |
| Binary | 10011100 | 1111100 | 10000110 | 0 | 10101 | 1110 | 100111 | 101010101 | 1110 | 110111 |
Color Harmonies of #9C7C86
Complementary color
Monochromatic Colors of #9C7C86
Black with #9C7C86
Text Example
Text Example
White with #9C7C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7C86; }
p { color: rgb(156,124,134); }
H1.HeaderClassName
{
color: #9C7C86;
}
.AnyTagClassName
{
color: #9C7C86;
}
</style>
background-color css
<style>
a { background-color: #9C7C86; }
a { background-color: rgb(156,124,134); }
div.DivClassName
{
background-color: #9C7C86;
}
.BgClassName
{
background-color: #9C7C86;
}
</style>
border-color css
<style>
span { border-color: #9C7C86; }
span { border-color: rgb(156,124,134); }
td.TdClassName
{
border-color: #9C7C86;
}
.TagClassName
{
border-color: #9C7C86;
}
</style>