Shades of Venus #90727D
Tints of Venus #90727D
RGB
CMYK
RGB Variations
Color information
#90727D (or 0x90727D) is known color: Venus. HEX triplet: 90, 72 and 7D. RGB value is (144,114,125). Sum of RGB (Red+Green+Blue) = 144+114+125=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #90727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90727D is #6F8D82. Grayscale: #7C7C7C. Windows color (decimal): -7310723 or 8221328. OLE color: 8221328.
HSL color Cylindrical-coordinate representation of color #90727D: hue angle of 338º 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 #90727D is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 125 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.44 |
| HSL | 338º | 0.12% | 0.51% | - |
| HSV(B) | 338º | 0.21% | 0.56% | - |
| XYZ | 21.22 | 19.44 | 22.04 | - |
| YUV | 124.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 125 | 0 | 0.21 | 0.13 | 0.44 | 338 | 0.12 | 0.51 |
| Hex | 90 | 72 | 7D | 0 | 15 | D | 2C | 152 | C | 33 |
| Octal | 220 | 162 | 175 | 0 | 25 | 15 | 54 | 522 | 14 | 63 |
| Binary | 10010000 | 1110010 | 1111101 | 0 | 10101 | 1101 | 101100 | 101010010 | 1100 | 110011 |
Color Harmonies of #90727D
Complementary color
Monochromatic Colors of #90727D
Black with #90727D
Text Example
Text Example
White with #90727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90727D; }
p { color: rgb(144,114,125); }
H1.HeaderClassName
{
color: #90727D;
}
.AnyTagClassName
{
color: #90727D;
}
</style>
background-color css
<style>
a { background-color: #90727D; }
a { background-color: rgb(144,114,125); }
div.DivClassName
{
background-color: #90727D;
}
.BgClassName
{
background-color: #90727D;
}
</style>
border-color css
<style>
span { border-color: #90727D; }
span { border-color: rgb(144,114,125); }
td.TdClassName
{
border-color: #90727D;
}
.TagClassName
{
border-color: #90727D;
}
</style>