Shades of Venus #90707A
Tints of Venus #90707A
RGB
CMYK
RGB Variations
Color information
#90707A (or 0x90707A) is known color: Venus. HEX triplet: 90, 70 and 7A. RGB value is (144,112,122). Sum of RGB (Red+Green+Blue) = 144+112+122=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #90707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90707A is #6F8F85. Grayscale: #7A7A7A. Windows color (decimal): -7311238 or 8024208. OLE color: 8024208.
HSL color Cylindrical-coordinate representation of color #90707A: hue angle of 341.25º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90707A is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 112 | 122 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.44 |
| HSL | 341.25º | 0.13% | 0.5% | - |
| HSV(B) | 341.25º | 0.22% | 0.56% | - |
| XYZ | 20.81 | 18.92 | 20.97 | - |
| YUV | 122.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 122 | 0 | 0.22 | 0.15 | 0.44 | 341.25 | 0.13 | 0.5 |
| Hex | 90 | 70 | 7A | 0 | 16 | F | 2C | 155 | D | 32 |
| Octal | 220 | 160 | 172 | 0 | 26 | 17 | 54 | 525 | 15 | 62 |
| Binary | 10010000 | 1110000 | 1111010 | 0 | 10110 | 1111 | 101100 | 101010101 | 1101 | 110010 |
Color Harmonies of #90707A
Complementary color
Monochromatic Colors of #90707A
Black with #90707A
Text Example
Text Example
White with #90707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90707A; }
p { color: rgb(144,112,122); }
H1.HeaderClassName
{
color: #90707A;
}
.AnyTagClassName
{
color: #90707A;
}
</style>
background-color css
<style>
a { background-color: #90707A; }
a { background-color: rgb(144,112,122); }
div.DivClassName
{
background-color: #90707A;
}
.BgClassName
{
background-color: #90707A;
}
</style>
border-color css
<style>
span { border-color: #90707A; }
span { border-color: rgb(144,112,122); }
td.TdClassName
{
border-color: #90707A;
}
.TagClassName
{
border-color: #90707A;
}
</style>