Shades of Venus #9F878A
Tints of Venus #9F878A
RGB
CMYK
RGB Variations
Color information
#9F878A (or 0x9F878A) is known color: Venus. HEX triplet: 9F, 87 and 8A. RGB value is (159,135,138). Sum of RGB (Red+Green+Blue) = 159+135+138=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 159 - color contains mainly: red. Hex color #9F878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F878A is #607875. Grayscale: #8E8E8E. Windows color (decimal): -6322294 or 9078687. OLE color: 9078687.
HSL color Cylindrical-coordinate representation of color #9F878A: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F878A is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 138 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.38 |
| HSL | 352.5º | 0.11% | 0.58% | - |
| HSV(B) | 352.5º | 0.15% | 0.62% | - |
| XYZ | 27.55 | 26.53 | 27.71 | - |
| YUV | 142.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 138 | 0 | 0.15 | 0.13 | 0.38 | 352.5 | 0.11 | 0.58 |
| Hex | 9F | 87 | 8A | 0 | F | D | 26 | 160 | B | 3A |
| Octal | 237 | 207 | 212 | 0 | 17 | 15 | 46 | 540 | 13 | 72 |
| Binary | 10011111 | 10000111 | 10001010 | 0 | 1111 | 1101 | 100110 | 101100000 | 1011 | 111010 |
Color Harmonies of #9F878A
Complementary color
Monochromatic Colors of #9F878A
Black with #9F878A
Text Example
Text Example
White with #9F878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F878A; }
p { color: rgb(159,135,138); }
H1.HeaderClassName
{
color: #9F878A;
}
.AnyTagClassName
{
color: #9F878A;
}
</style>
background-color css
<style>
a { background-color: #9F878A; }
a { background-color: rgb(159,135,138); }
div.DivClassName
{
background-color: #9F878A;
}
.BgClassName
{
background-color: #9F878A;
}
</style>
border-color css
<style>
span { border-color: #9F878A; }
span { border-color: rgb(159,135,138); }
td.TdClassName
{
border-color: #9F878A;
}
.TagClassName
{
border-color: #9F878A;
}
</style>