Shades of Venus #90737F
Tints of Venus #90737F
RGB
CMYK
RGB Variations
Color information
#90737F (or 0x90737F) is known color: Venus. HEX triplet: 90, 73 and 7F. RGB value is (144,115,127). Sum of RGB (Red+Green+Blue) = 144+115+127=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #90737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90737F is #6F8C80. Grayscale: #7D7D7D. Windows color (decimal): -7310465 or 8352656. OLE color: 8352656.
HSL color Cylindrical-coordinate representation of color #90737F: hue angle of 335.17º 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 #90737F is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 115 | 127 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.44 |
| HSL | 335.17º | 0.12% | 0.51% | - |
| HSV(B) | 335.17º | 0.2% | 0.56% | - |
| XYZ | 21.46 | 19.72 | 22.75 | - |
| YUV | 125.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 127 | 0 | 0.20 | 0.12 | 0.44 | 335.17 | 0.12 | 0.51 |
| Hex | 90 | 73 | 7F | 0 | 14 | C | 2C | 14F | C | 33 |
| Octal | 220 | 163 | 177 | 0 | 24 | 14 | 54 | 517 | 14 | 63 |
| Binary | 10010000 | 1110011 | 1111111 | 0 | 10100 | 1100 | 101100 | 101001111 | 1100 | 110011 |
Color Harmonies of #90737F
Complementary color
Monochromatic Colors of #90737F
Black with #90737F
Text Example
Text Example
White with #90737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90737F; }
p { color: rgb(144,115,127); }
H1.HeaderClassName
{
color: #90737F;
}
.AnyTagClassName
{
color: #90737F;
}
</style>
background-color css
<style>
a { background-color: #90737F; }
a { background-color: rgb(144,115,127); }
div.DivClassName
{
background-color: #90737F;
}
.BgClassName
{
background-color: #90737F;
}
</style>
border-color css
<style>
span { border-color: #90737F; }
span { border-color: rgb(144,115,127); }
td.TdClassName
{
border-color: #90737F;
}
.TagClassName
{
border-color: #90737F;
}
</style>