Shades of Venus #96878C
Tints of Venus #96878C
RGB
CMYK
RGB Variations
Color information
#96878C (or 0x96878C) is known color: Venus. HEX triplet: 96, 87 and 8C. RGB value is (150,135,140). Sum of RGB (Red+Green+Blue) = 150+135+140=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #96878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96878C is #697873. Grayscale: #8C8C8C. Windows color (decimal): -6912116 or 9209750. OLE color: 9209750.
HSL color Cylindrical-coordinate representation of color #96878C: hue angle of 340º 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 #96878C is Cyan = 0, Magento = 0.1, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 140 | - |
| CMYK | 0 | 0.1 | 0.07 | 0.41 |
| HSL | 340º | 0.07% | 0.56% | - |
| HSV(B) | 340º | 0.1% | 0.59% | - |
| XYZ | 25.98 | 25.71 | 28.4 | - |
| YUV | 140.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 140 | 0 | 0.1 | 0.07 | 0.41 | 340 | 0.07 | 0.56 |
| Hex | 96 | 87 | 8C | 0 | A | 7 | 29 | 154 | 7 | 38 |
| Octal | 226 | 207 | 214 | 0 | 12 | 7 | 51 | 524 | 7 | 70 |
| Binary | 10010110 | 10000111 | 10001100 | 0 | 1010 | 111 | 101001 | 101010100 | 111 | 111000 |
Color Harmonies of #96878C
Complementary color
Monochromatic Colors of #96878C
Black with #96878C
Text Example
Text Example
White with #96878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96878C; }
p { color: rgb(150,135,140); }
H1.HeaderClassName
{
color: #96878C;
}
.AnyTagClassName
{
color: #96878C;
}
</style>
background-color css
<style>
a { background-color: #96878C; }
a { background-color: rgb(150,135,140); }
div.DivClassName
{
background-color: #96878C;
}
.BgClassName
{
background-color: #96878C;
}
</style>
border-color css
<style>
span { border-color: #96878C; }
span { border-color: rgb(150,135,140); }
td.TdClassName
{
border-color: #96878C;
}
.TagClassName
{
border-color: #96878C;
}
</style>