Shades of Venus #9D7A85
Tints of Venus #9D7A85
RGB
CMYK
RGB Variations
Color information
#9D7A85 (or 0x9D7A85) is known color: Venus. HEX triplet: 9D, 7A and 85. RGB value is (157,122,133). Sum of RGB (Red+Green+Blue) = 157+122+133=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7A85 is #62857A. Grayscale: #858585. Windows color (decimal): -6456699 or 8747677. OLE color: 8747677.
HSL color Cylindrical-coordinate representation of color #9D7A85: hue angle of 341.14º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D7A85 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 122 | 133 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.38 |
| HSL | 341.14º | 0.15% | 0.55% | - |
| HSV(B) | 341.14º | 0.22% | 0.62% | - |
| XYZ | 25.1 | 22.78 | 25.26 | - |
| YUV | 133.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 122 | 133 | 0 | 0.22 | 0.15 | 0.38 | 341.14 | 0.15 | 0.55 |
| Hex | 9D | 7A | 85 | 0 | 16 | F | 26 | 155 | F | 37 |
| Octal | 235 | 172 | 205 | 0 | 26 | 17 | 46 | 525 | 17 | 67 |
| Binary | 10011101 | 1111010 | 10000101 | 0 | 10110 | 1111 | 100110 | 101010101 | 1111 | 110111 |
Color Harmonies of #9D7A85
Complementary color
Monochromatic Colors of #9D7A85
Black with #9D7A85
Text Example
Text Example
White with #9D7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7A85; }
p { color: rgb(157,122,133); }
H1.HeaderClassName
{
color: #9D7A85;
}
.AnyTagClassName
{
color: #9D7A85;
}
</style>
background-color css
<style>
a { background-color: #9D7A85; }
a { background-color: rgb(157,122,133); }
div.DivClassName
{
background-color: #9D7A85;
}
.BgClassName
{
background-color: #9D7A85;
}
</style>
border-color css
<style>
span { border-color: #9D7A85; }
span { border-color: rgb(157,122,133); }
td.TdClassName
{
border-color: #9D7A85;
}
.TagClassName
{
border-color: #9D7A85;
}
</style>