Shades of Venus #9C878A
Tints of Venus #9C878A
RGB
CMYK
RGB Variations
Color information
#9C878A (or 0x9C878A) is known color: Venus. HEX triplet: 9C, 87 and 8A. RGB value is (156,135,138). Sum of RGB (Red+Green+Blue) = 156+135+138=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 156 - color contains mainly: red. Hex color #9C878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C878A is #637875. Grayscale: #8D8D8D. Windows color (decimal): -6518902 or 9078684. OLE color: 9078684.
HSL color Cylindrical-coordinate representation of color #9C878A: hue angle of 351.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C878A is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 138 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.39 |
| HSL | 351.43º | 0.1% | 0.57% | - |
| HSV(B) | 351.43º | 0.13% | 0.61% | - |
| XYZ | 26.96 | 26.23 | 27.69 | - |
| YUV | 141.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 138 | 0 | 0.13 | 0.12 | 0.39 | 351.43 | 0.1 | 0.57 |
| Hex | 9C | 87 | 8A | 0 | D | C | 27 | 15F | A | 39 |
| Octal | 234 | 207 | 212 | 0 | 15 | 14 | 47 | 537 | 12 | 71 |
| Binary | 10011100 | 10000111 | 10001010 | 0 | 1101 | 1100 | 100111 | 101011111 | 1010 | 111001 |
Color Harmonies of #9C878A
Complementary color
Monochromatic Colors of #9C878A
Black with #9C878A
Text Example
Text Example
White with #9C878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C878A; }
p { color: rgb(156,135,138); }
H1.HeaderClassName
{
color: #9C878A;
}
.AnyTagClassName
{
color: #9C878A;
}
</style>
background-color css
<style>
a { background-color: #9C878A; }
a { background-color: rgb(156,135,138); }
div.DivClassName
{
background-color: #9C878A;
}
.BgClassName
{
background-color: #9C878A;
}
</style>
border-color css
<style>
span { border-color: #9C878A; }
span { border-color: rgb(156,135,138); }
td.TdClassName
{
border-color: #9C878A;
}
.TagClassName
{
border-color: #9C878A;
}
</style>