Shades of Venus #90787F
Tints of Venus #90787F
RGB
CMYK
RGB Variations
Color information
#90787F (or 0x90787F) is known color: Venus. HEX triplet: 90, 78 and 7F. RGB value is (144,120,127). Sum of RGB (Red+Green+Blue) = 144+120+127=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #90787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90787F is #6F8780. Grayscale: #7F7F7F. Windows color (decimal): -7309185 or 8353936. OLE color: 8353936.
HSL color Cylindrical-coordinate representation of color #90787F: hue angle of 342.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90787F is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 120 | 127 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.44 |
| HSL | 342.5º | 0.1% | 0.52% | - |
| HSV(B) | 342.5º | 0.17% | 0.56% | - |
| XYZ | 22.05 | 20.89 | 22.95 | - |
| YUV | 127.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 127 | 0 | 0.17 | 0.12 | 0.44 | 342.5 | 0.1 | 0.52 |
| Hex | 90 | 78 | 7F | 0 | 11 | C | 2C | 156 | A | 34 |
| Octal | 220 | 170 | 177 | 0 | 21 | 14 | 54 | 526 | 12 | 64 |
| Binary | 10010000 | 1111000 | 1111111 | 0 | 10001 | 1100 | 101100 | 101010110 | 1010 | 110100 |
Color Harmonies of #90787F
Complementary color
Monochromatic Colors of #90787F
Black with #90787F
Text Example
Text Example
White with #90787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90787F; }
p { color: rgb(144,120,127); }
H1.HeaderClassName
{
color: #90787F;
}
.AnyTagClassName
{
color: #90787F;
}
</style>
background-color css
<style>
a { background-color: #90787F; }
a { background-color: rgb(144,120,127); }
div.DivClassName
{
background-color: #90787F;
}
.BgClassName
{
background-color: #90787F;
}
</style>
border-color css
<style>
span { border-color: #90787F; }
span { border-color: rgb(144,120,127); }
td.TdClassName
{
border-color: #90787F;
}
.TagClassName
{
border-color: #90787F;
}
</style>