Shades of Venus #90777C
Tints of Venus #90777C
RGB
CMYK
RGB Variations
Color information
#90777C (or 0x90777C) is known color: Venus. HEX triplet: 90, 77 and 7C. RGB value is (144,119,124). Sum of RGB (Red+Green+Blue) = 144+119+124=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #90777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90777C is #6F8883. Grayscale: #7F7F7F. Windows color (decimal): -7309444 or 8157072. OLE color: 8157072.
HSL color Cylindrical-coordinate representation of color #90777C: hue angle of 348º 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 #90777C is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 119 | 124 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.44 |
| HSL | 348º | 0.1% | 0.52% | - |
| HSV(B) | 348º | 0.17% | 0.56% | - |
| XYZ | 21.74 | 20.58 | 21.9 | - |
| YUV | 127.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 119 | 124 | 0 | 0.17 | 0.14 | 0.44 | 348 | 0.1 | 0.52 |
| Hex | 90 | 77 | 7C | 0 | 11 | E | 2C | 15C | A | 34 |
| Octal | 220 | 167 | 174 | 0 | 21 | 16 | 54 | 534 | 12 | 64 |
| Binary | 10010000 | 1110111 | 1111100 | 0 | 10001 | 1110 | 101100 | 101011100 | 1010 | 110100 |
Color Harmonies of #90777C
Complementary color
Monochromatic Colors of #90777C
Black with #90777C
Text Example
Text Example
White with #90777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90777C; }
p { color: rgb(144,119,124); }
H1.HeaderClassName
{
color: #90777C;
}
.AnyTagClassName
{
color: #90777C;
}
</style>
background-color css
<style>
a { background-color: #90777C; }
a { background-color: rgb(144,119,124); }
div.DivClassName
{
background-color: #90777C;
}
.BgClassName
{
background-color: #90777C;
}
</style>
border-color css
<style>
span { border-color: #90777C; }
span { border-color: rgb(144,119,124); }
td.TdClassName
{
border-color: #90777C;
}
.TagClassName
{
border-color: #90777C;
}
</style>