Shades of Venus #96878A
Tints of Venus #96878A
RGB
CMYK
RGB Variations
Color information
#96878A (or 0x96878A) is known color: Venus. HEX triplet: 96, 87 and 8A. RGB value is (150,135,138). Sum of RGB (Red+Green+Blue) = 150+135+138=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #96878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96878A is #697875. Grayscale: #8B8B8B. Windows color (decimal): -6912118 or 9078678. OLE color: 9078678.
HSL color Cylindrical-coordinate representation of color #96878A: hue angle of 348º 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 #96878A is Cyan = 0, Magento = 0.1, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 138 | - |
| CMYK | 0 | 0.1 | 0.08 | 0.41 |
| HSL | 348º | 0.07% | 0.56% | - |
| HSV(B) | 348º | 0.1% | 0.59% | - |
| XYZ | 25.83 | 25.65 | 27.63 | - |
| YUV | 139.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 138 | 0 | 0.1 | 0.08 | 0.41 | 348 | 0.07 | 0.56 |
| Hex | 96 | 87 | 8A | 0 | A | 8 | 29 | 15C | 7 | 38 |
| Octal | 226 | 207 | 212 | 0 | 12 | 10 | 51 | 534 | 7 | 70 |
| Binary | 10010110 | 10000111 | 10001010 | 0 | 1010 | 1000 | 101001 | 101011100 | 111 | 111000 |
Color Harmonies of #96878A
Complementary color
Monochromatic Colors of #96878A
Black with #96878A
Text Example
Text Example
White with #96878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96878A; }
p { color: rgb(150,135,138); }
H1.HeaderClassName
{
color: #96878A;
}
.AnyTagClassName
{
color: #96878A;
}
</style>
background-color css
<style>
a { background-color: #96878A; }
a { background-color: rgb(150,135,138); }
div.DivClassName
{
background-color: #96878A;
}
.BgClassName
{
background-color: #96878A;
}
</style>
border-color css
<style>
span { border-color: #96878A; }
span { border-color: rgb(150,135,138); }
td.TdClassName
{
border-color: #96878A;
}
.TagClassName
{
border-color: #96878A;
}
</style>