Shades of Venus #90878A
Tints of Venus #90878A
RGB
CMYK
RGB Variations
Color information
#90878A (or 0x90878A) is known color: Venus. HEX triplet: 90, 87 and 8A. RGB value is (144,135,138). Sum of RGB (Red+Green+Blue) = 144+135+138=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 144 - color contains mainly: red. Hex color #90878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90878A is #6F7875. Grayscale: #8A8A8A. Windows color (decimal): -7305334 or 9078672. OLE color: 9078672.
HSL color Cylindrical-coordinate representation of color #90878A: hue angle of 340º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #90878A is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 135 | 138 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.44 |
| HSL | 340º | 0.04% | 0.55% | - |
| HSV(B) | 340º | 0.06% | 0.56% | - |
| XYZ | 24.75 | 25.09 | 27.58 | - |
| YUV | 138.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 138 | 0 | 0.06 | 0.04 | 0.44 | 340 | 0.04 | 0.55 |
| Hex | 90 | 87 | 8A | 0 | 6 | 4 | 2C | 154 | 4 | 37 |
| Octal | 220 | 207 | 212 | 0 | 6 | 4 | 54 | 524 | 4 | 67 |
| Binary | 10010000 | 10000111 | 10001010 | 0 | 110 | 100 | 101100 | 101010100 | 100 | 110111 |
Color Harmonies of #90878A
Complementary color
Monochromatic Colors of #90878A
Black with #90878A
Text Example
Text Example
White with #90878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90878A; }
p { color: rgb(144,135,138); }
H1.HeaderClassName
{
color: #90878A;
}
.AnyTagClassName
{
color: #90878A;
}
</style>
background-color css
<style>
a { background-color: #90878A; }
a { background-color: rgb(144,135,138); }
div.DivClassName
{
background-color: #90878A;
}
.BgClassName
{
background-color: #90878A;
}
</style>
border-color css
<style>
span { border-color: #90878A; }
span { border-color: rgb(144,135,138); }
td.TdClassName
{
border-color: #90878A;
}
.TagClassName
{
border-color: #90878A;
}
</style>