Shades of Venus #96878D
Tints of Venus #96878D
RGB
CMYK
RGB Variations
Color information
#96878D (or 0x96878D) is known color: Venus. HEX triplet: 96, 87 and 8D. RGB value is (150,135,141). Sum of RGB (Red+Green+Blue) = 150+135+141=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #96878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96878D is #697872. Grayscale: #8C8C8C. Windows color (decimal): -6912115 or 9275286. OLE color: 9275286.
HSL color Cylindrical-coordinate representation of color #96878D: hue angle of 336º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #96878D is Cyan = 0, Magento = 0.1, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 141 | - |
| CMYK | 0 | 0.1 | 0.06 | 0.41 |
| HSL | 336º | 0.07% | 0.56% | - |
| HSV(B) | 336º | 0.1% | 0.59% | - |
| XYZ | 26.05 | 25.74 | 28.79 | - |
| YUV | 140.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 141 | 0 | 0.1 | 0.06 | 0.41 | 336 | 0.07 | 0.56 |
| Hex | 96 | 87 | 8D | 0 | A | 6 | 29 | 150 | 7 | 38 |
| Octal | 226 | 207 | 215 | 0 | 12 | 6 | 51 | 520 | 7 | 70 |
| Binary | 10010110 | 10000111 | 10001101 | 0 | 1010 | 110 | 101001 | 101010000 | 111 | 111000 |
Color Harmonies of #96878D
Complementary color
Monochromatic Colors of #96878D
Black with #96878D
Text Example
Text Example
White with #96878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96878D; }
p { color: rgb(150,135,141); }
H1.HeaderClassName
{
color: #96878D;
}
.AnyTagClassName
{
color: #96878D;
}
</style>
background-color css
<style>
a { background-color: #96878D; }
a { background-color: rgb(150,135,141); }
div.DivClassName
{
background-color: #96878D;
}
.BgClassName
{
background-color: #96878D;
}
</style>
border-color css
<style>
span { border-color: #96878D; }
span { border-color: rgb(150,135,141); }
td.TdClassName
{
border-color: #96878D;
}
.TagClassName
{
border-color: #96878D;
}
</style>