Shades of Venus #90717B
Tints of Venus #90717B
RGB
CMYK
RGB Variations
Color information
#90717B (or 0x90717B) is known color: Venus. HEX triplet: 90, 71 and 7B. RGB value is (144,113,123). Sum of RGB (Red+Green+Blue) = 144+113+123=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #90717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90717B is #6F8E84. Grayscale: #7B7B7B. Windows color (decimal): -7310981 or 8090000. OLE color: 8090000.
HSL color Cylindrical-coordinate representation of color #90717B: hue angle of 340.65º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90717B is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 113 | 123 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.44 |
| HSL | 340.65º | 0.12% | 0.5% | - |
| HSV(B) | 340.65º | 0.22% | 0.56% | - |
| XYZ | 20.98 | 19.17 | 21.33 | - |
| YUV | 123.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 113 | 123 | 0 | 0.22 | 0.15 | 0.44 | 340.65 | 0.12 | 0.5 |
| Hex | 90 | 71 | 7B | 0 | 16 | F | 2C | 155 | C | 32 |
| Octal | 220 | 161 | 173 | 0 | 26 | 17 | 54 | 525 | 14 | 62 |
| Binary | 10010000 | 1110001 | 1111011 | 0 | 10110 | 1111 | 101100 | 101010101 | 1100 | 110010 |
Color Harmonies of #90717B
Complementary color
Monochromatic Colors of #90717B
Black with #90717B
Text Example
Text Example
White with #90717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90717B; }
p { color: rgb(144,113,123); }
H1.HeaderClassName
{
color: #90717B;
}
.AnyTagClassName
{
color: #90717B;
}
</style>
background-color css
<style>
a { background-color: #90717B; }
a { background-color: rgb(144,113,123); }
div.DivClassName
{
background-color: #90717B;
}
.BgClassName
{
background-color: #90717B;
}
</style>
border-color css
<style>
span { border-color: #90717B; }
span { border-color: rgb(144,113,123); }
td.TdClassName
{
border-color: #90717B;
}
.TagClassName
{
border-color: #90717B;
}
</style>