Shades of Venus #90747C
Tints of Venus #90747C
RGB
CMYK
RGB Variations
Color information
#90747C (or 0x90747C) is known color: Venus. HEX triplet: 90, 74 and 7C. RGB value is (144,116,124). Sum of RGB (Red+Green+Blue) = 144+116+124=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #90747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90747C is #6F8B83. Grayscale: #7D7D7D. Windows color (decimal): -7310212 or 8156304. OLE color: 8156304.
HSL color Cylindrical-coordinate representation of color #90747C: hue angle of 342.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90747C is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 116 | 124 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.44 |
| HSL | 342.86º | 0.11% | 0.51% | - |
| HSV(B) | 342.86º | 0.19% | 0.56% | - |
| XYZ | 21.39 | 19.88 | 21.78 | - |
| YUV | 125.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 116 | 124 | 0 | 0.19 | 0.14 | 0.44 | 342.86 | 0.11 | 0.51 |
| Hex | 90 | 74 | 7C | 0 | 13 | E | 2C | 157 | B | 33 |
| Octal | 220 | 164 | 174 | 0 | 23 | 16 | 54 | 527 | 13 | 63 |
| Binary | 10010000 | 1110100 | 1111100 | 0 | 10011 | 1110 | 101100 | 101010111 | 1011 | 110011 |
Color Harmonies of #90747C
Complementary color
Monochromatic Colors of #90747C
Black with #90747C
Text Example
Text Example
White with #90747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90747C; }
p { color: rgb(144,116,124); }
H1.HeaderClassName
{
color: #90747C;
}
.AnyTagClassName
{
color: #90747C;
}
</style>
background-color css
<style>
a { background-color: #90747C; }
a { background-color: rgb(144,116,124); }
div.DivClassName
{
background-color: #90747C;
}
.BgClassName
{
background-color: #90747C;
}
</style>
border-color css
<style>
span { border-color: #90747C; }
span { border-color: rgb(144,116,124); }
td.TdClassName
{
border-color: #90747C;
}
.TagClassName
{
border-color: #90747C;
}
</style>