Shades of Venus #907C84
Tints of Venus #907C84
RGB
CMYK
RGB Variations
Color information
#907C84 (or 0x907C84) is known color: Venus. HEX triplet: 90, 7C and 84. RGB value is (144,124,132). Sum of RGB (Red+Green+Blue) = 144+124+132=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #907C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907C84 is #6F837B. Grayscale: #828282. Windows color (decimal): -7308156 or 8682640. OLE color: 8682640.
HSL color Cylindrical-coordinate representation of color #907C84: hue angle of 336º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #907C84 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 124 | 132 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.44 |
| HSL | 336º | 0.08% | 0.53% | - |
| HSV(B) | 336º | 0.14% | 0.56% | - |
| XYZ | 22.87 | 22.01 | 24.87 | - |
| YUV | 130.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 132 | 0 | 0.14 | 0.08 | 0.44 | 336 | 0.08 | 0.53 |
| Hex | 90 | 7C | 84 | 0 | E | 8 | 2C | 150 | 8 | 35 |
| Octal | 220 | 174 | 204 | 0 | 16 | 10 | 54 | 520 | 10 | 65 |
| Binary | 10010000 | 1111100 | 10000100 | 0 | 1110 | 1000 | 101100 | 101010000 | 1000 | 110101 |
Color Harmonies of #907C84
Complementary color
Monochromatic Colors of #907C84
Black with #907C84
Text Example
Text Example
White with #907C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907C84; }
p { color: rgb(144,124,132); }
H1.HeaderClassName
{
color: #907C84;
}
.AnyTagClassName
{
color: #907C84;
}
</style>
background-color css
<style>
a { background-color: #907C84; }
a { background-color: rgb(144,124,132); }
div.DivClassName
{
background-color: #907C84;
}
.BgClassName
{
background-color: #907C84;
}
</style>
border-color css
<style>
span { border-color: #907C84; }
span { border-color: rgb(144,124,132); }
td.TdClassName
{
border-color: #907C84;
}
.TagClassName
{
border-color: #907C84;
}
</style>