Shades of Venus #906F7A
Tints of Venus #906F7A
RGB
CMYK
RGB Variations
Color information
#906F7A (or 0x906F7A) is known color: Venus. HEX triplet: 90, 6F and 7A. RGB value is (144,111,122). Sum of RGB (Red+Green+Blue) = 144+111+122=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #906F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906F7A is #6F9085. Grayscale: #7A7A7A. Windows color (decimal): -7311494 or 8023952. OLE color: 8023952.
HSL color Cylindrical-coordinate representation of color #906F7A: hue angle of 340º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #906F7A is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 111 | 122 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.44 |
| HSL | 340º | 0.13% | 0.5% | - |
| HSV(B) | 340º | 0.23% | 0.56% | - |
| XYZ | 20.7 | 18.7 | 20.93 | - |
| YUV | 122.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 122 | 0 | 0.23 | 0.15 | 0.44 | 340 | 0.13 | 0.5 |
| Hex | 90 | 6F | 7A | 0 | 17 | F | 2C | 154 | D | 32 |
| Octal | 220 | 157 | 172 | 0 | 27 | 17 | 54 | 524 | 15 | 62 |
| Binary | 10010000 | 1101111 | 1111010 | 0 | 10111 | 1111 | 101100 | 101010100 | 1101 | 110010 |
Color Harmonies of #906F7A
Complementary color
Monochromatic Colors of #906F7A
Black with #906F7A
Text Example
Text Example
White with #906F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906F7A; }
p { color: rgb(144,111,122); }
H1.HeaderClassName
{
color: #906F7A;
}
.AnyTagClassName
{
color: #906F7A;
}
</style>
background-color css
<style>
a { background-color: #906F7A; }
a { background-color: rgb(144,111,122); }
div.DivClassName
{
background-color: #906F7A;
}
.BgClassName
{
background-color: #906F7A;
}
</style>
border-color css
<style>
span { border-color: #906F7A; }
span { border-color: rgb(144,111,122); }
td.TdClassName
{
border-color: #906F7A;
}
.TagClassName
{
border-color: #906F7A;
}
</style>