Shades of Venus #90737A
Tints of Venus #90737A
RGB
CMYK
RGB Variations
Color information
#90737A (or 0x90737A) is known color: Venus. HEX triplet: 90, 73 and 7A. RGB value is (144,115,122). Sum of RGB (Red+Green+Blue) = 144+115+122=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #90737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90737A is #6F8C85. Grayscale: #7C7C7C. Windows color (decimal): -7310470 or 8024976. OLE color: 8024976.
HSL color Cylindrical-coordinate representation of color #90737A: hue angle of 345.52º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90737A is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 115 | 122 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.44 |
| HSL | 345.52º | 0.12% | 0.51% | - |
| HSV(B) | 345.52º | 0.2% | 0.56% | - |
| XYZ | 21.15 | 19.6 | 21.08 | - |
| YUV | 124.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 122 | 0 | 0.20 | 0.15 | 0.44 | 345.52 | 0.12 | 0.51 |
| Hex | 90 | 73 | 7A | 0 | 14 | F | 2C | 15A | C | 33 |
| Octal | 220 | 163 | 172 | 0 | 24 | 17 | 54 | 532 | 14 | 63 |
| Binary | 10010000 | 1110011 | 1111010 | 0 | 10100 | 1111 | 101100 | 101011010 | 1100 | 110011 |
Color Harmonies of #90737A
Complementary color
Monochromatic Colors of #90737A
Black with #90737A
Text Example
Text Example
White with #90737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90737A; }
p { color: rgb(144,115,122); }
H1.HeaderClassName
{
color: #90737A;
}
.AnyTagClassName
{
color: #90737A;
}
</style>
background-color css
<style>
a { background-color: #90737A; }
a { background-color: rgb(144,115,122); }
div.DivClassName
{
background-color: #90737A;
}
.BgClassName
{
background-color: #90737A;
}
</style>
border-color css
<style>
span { border-color: #90737A; }
span { border-color: rgb(144,115,122); }
td.TdClassName
{
border-color: #90737A;
}
.TagClassName
{
border-color: #90737A;
}
</style>