Shades of Venus #90767C
Tints of Venus #90767C
RGB
CMYK
RGB Variations
Color information
#90767C (or 0x90767C) is known color: Venus. HEX triplet: 90, 76 and 7C. RGB value is (144,118,124). Sum of RGB (Red+Green+Blue) = 144+118+124=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #90767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90767C is #6F8983. Grayscale: #7E7E7E. Windows color (decimal): -7309700 or 8156816. OLE color: 8156816.
HSL color Cylindrical-coordinate representation of color #90767C: hue angle of 346.15º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90767C is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 118 | 124 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.44 |
| HSL | 346.15º | 0.1% | 0.51% | - |
| HSV(B) | 346.15º | 0.18% | 0.56% | - |
| XYZ | 21.62 | 20.34 | 21.86 | - |
| YUV | 126.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 124 | 0 | 0.18 | 0.14 | 0.44 | 346.15 | 0.1 | 0.51 |
| Hex | 90 | 76 | 7C | 0 | 12 | E | 2C | 15A | A | 33 |
| Octal | 220 | 166 | 174 | 0 | 22 | 16 | 54 | 532 | 12 | 63 |
| Binary | 10010000 | 1110110 | 1111100 | 0 | 10010 | 1110 | 101100 | 101011010 | 1010 | 110011 |
Color Harmonies of #90767C
Complementary color
Monochromatic Colors of #90767C
Black with #90767C
Text Example
Text Example
White with #90767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90767C; }
p { color: rgb(144,118,124); }
H1.HeaderClassName
{
color: #90767C;
}
.AnyTagClassName
{
color: #90767C;
}
</style>
background-color css
<style>
a { background-color: #90767C; }
a { background-color: rgb(144,118,124); }
div.DivClassName
{
background-color: #90767C;
}
.BgClassName
{
background-color: #90767C;
}
</style>
border-color css
<style>
span { border-color: #90767C; }
span { border-color: rgb(144,118,124); }
td.TdClassName
{
border-color: #90767C;
}
.TagClassName
{
border-color: #90767C;
}
</style>