Shades of Venus #90757F
Tints of Venus #90757F
RGB
CMYK
RGB Variations
Color information
#90757F (or 0x90757F) is known color: Venus. HEX triplet: 90, 75 and 7F. RGB value is (144,117,127). Sum of RGB (Red+Green+Blue) = 144+117+127=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #90757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90757F is #6F8A80. Grayscale: #7E7E7E. Windows color (decimal): -7309953 or 8353168. OLE color: 8353168.
HSL color Cylindrical-coordinate representation of color #90757F: hue angle of 337.78º 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 #90757F is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 127 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.44 |
| HSL | 337.78º | 0.11% | 0.51% | - |
| HSV(B) | 337.78º | 0.19% | 0.56% | - |
| XYZ | 21.69 | 20.18 | 22.83 | - |
| YUV | 126.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 127 | 0 | 0.19 | 0.12 | 0.44 | 337.78 | 0.11 | 0.51 |
| Hex | 90 | 75 | 7F | 0 | 13 | C | 2C | 152 | B | 33 |
| Octal | 220 | 165 | 177 | 0 | 23 | 14 | 54 | 522 | 13 | 63 |
| Binary | 10010000 | 1110101 | 1111111 | 0 | 10011 | 1100 | 101100 | 101010010 | 1011 | 110011 |
Color Harmonies of #90757F
Complementary color
Monochromatic Colors of #90757F
Black with #90757F
Text Example
Text Example
White with #90757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90757F; }
p { color: rgb(144,117,127); }
H1.HeaderClassName
{
color: #90757F;
}
.AnyTagClassName
{
color: #90757F;
}
</style>
background-color css
<style>
a { background-color: #90757F; }
a { background-color: rgb(144,117,127); }
div.DivClassName
{
background-color: #90757F;
}
.BgClassName
{
background-color: #90757F;
}
</style>
border-color css
<style>
span { border-color: #90757F; }
span { border-color: rgb(144,117,127); }
td.TdClassName
{
border-color: #90757F;
}
.TagClassName
{
border-color: #90757F;
}
</style>