Shades of Venus #9D878F
Tints of Venus #9D878F
RGB
CMYK
RGB Variations
Color information
#9D878F (or 0x9D878F) is known color: Venus. HEX triplet: 9D, 87 and 8F. RGB value is (157,135,143). Sum of RGB (Red+Green+Blue) = 157+135+143=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 157 - color contains mainly: red. Hex color #9D878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D878F is #627870. Grayscale: #8E8E8E. Windows color (decimal): -6453361 or 9406365. OLE color: 9406365.
HSL color Cylindrical-coordinate representation of color #9D878F: hue angle of 338.18º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D878F is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 143 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.38 |
| HSL | 338.18º | 0.1% | 0.57% | - |
| HSV(B) | 338.18º | 0.14% | 0.62% | - |
| XYZ | 27.53 | 26.48 | 29.65 | - |
| YUV | 142.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 143 | 0 | 0.14 | 0.09 | 0.38 | 338.18 | 0.1 | 0.57 |
| Hex | 9D | 87 | 8F | 0 | E | 9 | 26 | 152 | A | 39 |
| Octal | 235 | 207 | 217 | 0 | 16 | 11 | 46 | 522 | 12 | 71 |
| Binary | 10011101 | 10000111 | 10001111 | 0 | 1110 | 1001 | 100110 | 101010010 | 1010 | 111001 |
Color Harmonies of #9D878F
Complementary color
Monochromatic Colors of #9D878F
Black with #9D878F
Text Example
Text Example
White with #9D878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D878F; }
p { color: rgb(157,135,143); }
H1.HeaderClassName
{
color: #9D878F;
}
.AnyTagClassName
{
color: #9D878F;
}
</style>
background-color css
<style>
a { background-color: #9D878F; }
a { background-color: rgb(157,135,143); }
div.DivClassName
{
background-color: #9D878F;
}
.BgClassName
{
background-color: #9D878F;
}
</style>
border-color css
<style>
span { border-color: #9D878F; }
span { border-color: rgb(157,135,143); }
td.TdClassName
{
border-color: #9D878F;
}
.TagClassName
{
border-color: #9D878F;
}
</style>