Shades of Venus #90757A
Tints of Venus #90757A
RGB
CMYK
RGB Variations
Color information
#90757A (or 0x90757A) is known color: Venus. HEX triplet: 90, 75 and 7A. RGB value is (144,117,122). Sum of RGB (Red+Green+Blue) = 144+117+122=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #90757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90757A is #6F8A85. Grayscale: #7D7D7D. Windows color (decimal): -7309958 or 8025488. OLE color: 8025488.
HSL color Cylindrical-coordinate representation of color #90757A: hue angle of 348.89º 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 #90757A is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 122 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.44 |
| HSL | 348.89º | 0.11% | 0.51% | - |
| HSV(B) | 348.89º | 0.19% | 0.56% | - |
| XYZ | 21.38 | 20.06 | 21.16 | - |
| YUV | 125.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 122 | 0 | 0.19 | 0.15 | 0.44 | 348.89 | 0.11 | 0.51 |
| Hex | 90 | 75 | 7A | 0 | 13 | F | 2C | 15D | B | 33 |
| Octal | 220 | 165 | 172 | 0 | 23 | 17 | 54 | 535 | 13 | 63 |
| Binary | 10010000 | 1110101 | 1111010 | 0 | 10011 | 1111 | 101100 | 101011101 | 1011 | 110011 |
Color Harmonies of #90757A
Complementary color
Monochromatic Colors of #90757A
Black with #90757A
Text Example
Text Example
White with #90757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90757A; }
p { color: rgb(144,117,122); }
H1.HeaderClassName
{
color: #90757A;
}
.AnyTagClassName
{
color: #90757A;
}
</style>
background-color css
<style>
a { background-color: #90757A; }
a { background-color: rgb(144,117,122); }
div.DivClassName
{
background-color: #90757A;
}
.BgClassName
{
background-color: #90757A;
}
</style>
border-color css
<style>
span { border-color: #90757A; }
span { border-color: rgb(144,117,122); }
td.TdClassName
{
border-color: #90757A;
}
.TagClassName
{
border-color: #90757A;
}
</style>