Shades of Venus #9C7D85
Tints of Venus #9C7D85
RGB
CMYK
RGB Variations
Color information
#9C7D85 (or 0x9C7D85) is known color: Venus. HEX triplet: 9C, 7D and 85. RGB value is (156,125,133). Sum of RGB (Red+Green+Blue) = 156+125+133=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7D85 is #63827A. Grayscale: #878787. Windows color (decimal): -6521467 or 8748444. OLE color: 8748444.
HSL color Cylindrical-coordinate representation of color #9C7D85: hue angle of 344.52º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C7D85 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 133 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.39 |
| HSL | 344.52º | 0.14% | 0.55% | - |
| HSV(B) | 344.52º | 0.2% | 0.61% | - |
| XYZ | 25.28 | 23.43 | 25.38 | - |
| YUV | 135.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 133 | 0 | 0.20 | 0.15 | 0.39 | 344.52 | 0.14 | 0.55 |
| Hex | 9C | 7D | 85 | 0 | 14 | F | 27 | 159 | E | 37 |
| Octal | 234 | 175 | 205 | 0 | 24 | 17 | 47 | 531 | 16 | 67 |
| Binary | 10011100 | 1111101 | 10000101 | 0 | 10100 | 1111 | 100111 | 101011001 | 1110 | 110111 |
Color Harmonies of #9C7D85
Complementary color
Monochromatic Colors of #9C7D85
Black with #9C7D85
Text Example
Text Example
White with #9C7D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D85; }
p { color: rgb(156,125,133); }
H1.HeaderClassName
{
color: #9C7D85;
}
.AnyTagClassName
{
color: #9C7D85;
}
</style>
background-color css
<style>
a { background-color: #9C7D85; }
a { background-color: rgb(156,125,133); }
div.DivClassName
{
background-color: #9C7D85;
}
.BgClassName
{
background-color: #9C7D85;
}
</style>
border-color css
<style>
span { border-color: #9C7D85; }
span { border-color: rgb(156,125,133); }
td.TdClassName
{
border-color: #9C7D85;
}
.TagClassName
{
border-color: #9C7D85;
}
</style>