Shades of Venus #90727A
Tints of Venus #90727A
RGB
CMYK
RGB Variations
Color information
#90727A (or 0x90727A) is known color: Venus. HEX triplet: 90, 72 and 7A. RGB value is (144,114,122). Sum of RGB (Red+Green+Blue) = 144+114+122=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #90727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90727A is #6F8D85. Grayscale: #7B7B7B. Windows color (decimal): -7310726 or 8024720. OLE color: 8024720.
HSL color Cylindrical-coordinate representation of color #90727A: hue angle of 344º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90727A is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 122 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.44 |
| HSL | 344º | 0.12% | 0.51% | - |
| HSV(B) | 344º | 0.21% | 0.56% | - |
| XYZ | 21.03 | 19.37 | 21.04 | - |
| YUV | 123.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 122 | 0 | 0.21 | 0.15 | 0.44 | 344 | 0.12 | 0.51 |
| Hex | 90 | 72 | 7A | 0 | 15 | F | 2C | 158 | C | 33 |
| Octal | 220 | 162 | 172 | 0 | 25 | 17 | 54 | 530 | 14 | 63 |
| Binary | 10010000 | 1110010 | 1111010 | 0 | 10101 | 1111 | 101100 | 101011000 | 1100 | 110011 |
Color Harmonies of #90727A
Complementary color
Monochromatic Colors of #90727A
Black with #90727A
Text Example
Text Example
White with #90727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90727A; }
p { color: rgb(144,114,122); }
H1.HeaderClassName
{
color: #90727A;
}
.AnyTagClassName
{
color: #90727A;
}
</style>
background-color css
<style>
a { background-color: #90727A; }
a { background-color: rgb(144,114,122); }
div.DivClassName
{
background-color: #90727A;
}
.BgClassName
{
background-color: #90727A;
}
</style>
border-color css
<style>
span { border-color: #90727A; }
span { border-color: rgb(144,114,122); }
td.TdClassName
{
border-color: #90727A;
}
.TagClassName
{
border-color: #90727A;
}
</style>