Shades of Venus #90757E
Tints of Venus #90757E
RGB
CMYK
RGB Variations
Color information
#90757E (or 0x90757E) is known color: Venus. HEX triplet: 90, 75 and 7E. RGB value is (144,117,126). Sum of RGB (Red+Green+Blue) = 144+117+126=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #90757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90757E is #6F8A81. Grayscale: #7E7E7E. Windows color (decimal): -7309954 or 8287632. OLE color: 8287632.
HSL color Cylindrical-coordinate representation of color #90757E: hue angle of 340º 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 #90757E is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 126 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.44 |
| HSL | 340º | 0.11% | 0.51% | - |
| HSV(B) | 340º | 0.19% | 0.56% | - |
| XYZ | 21.63 | 20.16 | 22.49 | - |
| YUV | 126.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 126 | 0 | 0.19 | 0.12 | 0.44 | 340 | 0.11 | 0.51 |
| Hex | 90 | 75 | 7E | 0 | 13 | C | 2C | 154 | B | 33 |
| Octal | 220 | 165 | 176 | 0 | 23 | 14 | 54 | 524 | 13 | 63 |
| Binary | 10010000 | 1110101 | 1111110 | 0 | 10011 | 1100 | 101100 | 101010100 | 1011 | 110011 |
Color Harmonies of #90757E
Complementary color
Monochromatic Colors of #90757E
Black with #90757E
Text Example
Text Example
White with #90757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90757E; }
p { color: rgb(144,117,126); }
H1.HeaderClassName
{
color: #90757E;
}
.AnyTagClassName
{
color: #90757E;
}
</style>
background-color css
<style>
a { background-color: #90757E; }
a { background-color: rgb(144,117,126); }
div.DivClassName
{
background-color: #90757E;
}
.BgClassName
{
background-color: #90757E;
}
</style>
border-color css
<style>
span { border-color: #90757E; }
span { border-color: rgb(144,117,126); }
td.TdClassName
{
border-color: #90757E;
}
.TagClassName
{
border-color: #90757E;
}
</style>