Shades of Venus #907E86
Tints of Venus #907E86
RGB
CMYK
RGB Variations
Color information
#907E86 (or 0x907E86) is known color: Venus. HEX triplet: 90, 7E and 86. RGB value is (144,126,134). Sum of RGB (Red+Green+Blue) = 144+126+134=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #907E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907E86 is #6F8179. Grayscale: #848484. Windows color (decimal): -7307642 or 8814224. OLE color: 8814224.
HSL color Cylindrical-coordinate representation of color #907E86: hue angle of 333.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #907E86 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 126 | 134 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.44 |
| HSL | 333.33º | 0.08% | 0.53% | - |
| HSV(B) | 333.33º | 0.13% | 0.56% | - |
| XYZ | 23.27 | 22.57 | 25.68 | - |
| YUV | 132.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 126 | 134 | 0 | 0.12 | 0.07 | 0.44 | 333.33 | 0.08 | 0.53 |
| Hex | 90 | 7E | 86 | 0 | C | 7 | 2C | 14D | 8 | 35 |
| Octal | 220 | 176 | 206 | 0 | 14 | 7 | 54 | 515 | 10 | 65 |
| Binary | 10010000 | 1111110 | 10000110 | 0 | 1100 | 111 | 101100 | 101001101 | 1000 | 110101 |
Color Harmonies of #907E86
Complementary color
Monochromatic Colors of #907E86
Black with #907E86
Text Example
Text Example
White with #907E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907E86; }
p { color: rgb(144,126,134); }
H1.HeaderClassName
{
color: #907E86;
}
.AnyTagClassName
{
color: #907E86;
}
</style>
background-color css
<style>
a { background-color: #907E86; }
a { background-color: rgb(144,126,134); }
div.DivClassName
{
background-color: #907E86;
}
.BgClassName
{
background-color: #907E86;
}
</style>
border-color css
<style>
span { border-color: #907E86; }
span { border-color: rgb(144,126,134); }
td.TdClassName
{
border-color: #907E86;
}
.TagClassName
{
border-color: #907E86;
}
</style>