Shades of Venus #9D878A
Tints of Venus #9D878A
RGB
CMYK
RGB Variations
Color information
#9D878A (or 0x9D878A) is known color: Venus. HEX triplet: 9D, 87 and 8A. RGB value is (157,135,138). Sum of RGB (Red+Green+Blue) = 157+135+138=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D878A is #627875. Grayscale: #8D8D8D. Windows color (decimal): -6453366 or 9078685. OLE color: 9078685.
HSL color Cylindrical-coordinate representation of color #9D878A: hue angle of 351.82º 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 #9D878A is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 138 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.38 |
| HSL | 351.82º | 0.1% | 0.57% | - |
| HSV(B) | 351.82º | 0.14% | 0.62% | - |
| XYZ | 27.16 | 26.33 | 27.7 | - |
| YUV | 141.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 138 | 0 | 0.14 | 0.12 | 0.38 | 351.82 | 0.1 | 0.57 |
| Hex | 9D | 87 | 8A | 0 | E | C | 26 | 160 | A | 39 |
| Octal | 235 | 207 | 212 | 0 | 16 | 14 | 46 | 540 | 12 | 71 |
| Binary | 10011101 | 10000111 | 10001010 | 0 | 1110 | 1100 | 100110 | 101100000 | 1010 | 111001 |
Color Harmonies of #9D878A
Complementary color
Monochromatic Colors of #9D878A
Black with #9D878A
Text Example
Text Example
White with #9D878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D878A; }
p { color: rgb(157,135,138); }
H1.HeaderClassName
{
color: #9D878A;
}
.AnyTagClassName
{
color: #9D878A;
}
</style>
background-color css
<style>
a { background-color: #9D878A; }
a { background-color: rgb(157,135,138); }
div.DivClassName
{
background-color: #9D878A;
}
.BgClassName
{
background-color: #9D878A;
}
</style>
border-color css
<style>
span { border-color: #9D878A; }
span { border-color: rgb(157,135,138); }
td.TdClassName
{
border-color: #9D878A;
}
.TagClassName
{
border-color: #9D878A;
}
</style>