Shades of Venus #907A7C
Tints of Venus #907A7C
RGB
CMYK
RGB Variations
Color information
#907A7C (or 0x907A7C) is known color: Venus. HEX triplet: 90, 7A and 7C. RGB value is (144,122,124). Sum of RGB (Red+Green+Blue) = 144+122+124=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #907A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907A7C is #6F8583. Grayscale: #808080. Windows color (decimal): -7308676 or 8157840. OLE color: 8157840.
HSL color Cylindrical-coordinate representation of color #907A7C: hue angle of 354.55º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #907A7C is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 122 | 124 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.44 |
| HSL | 354.55º | 0.09% | 0.52% | - |
| HSV(B) | 354.55º | 0.15% | 0.56% | - |
| XYZ | 22.1 | 21.3 | 22.02 | - |
| YUV | 128.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 124 | 0 | 0.15 | 0.14 | 0.44 | 354.55 | 0.09 | 0.52 |
| Hex | 90 | 7A | 7C | 0 | F | E | 2C | 163 | 9 | 34 |
| Octal | 220 | 172 | 174 | 0 | 17 | 16 | 54 | 543 | 11 | 64 |
| Binary | 10010000 | 1111010 | 1111100 | 0 | 1111 | 1110 | 101100 | 101100011 | 1001 | 110100 |
Color Harmonies of #907A7C
Complementary color
Monochromatic Colors of #907A7C
Black with #907A7C
Text Example
Text Example
White with #907A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907A7C; }
p { color: rgb(144,122,124); }
H1.HeaderClassName
{
color: #907A7C;
}
.AnyTagClassName
{
color: #907A7C;
}
</style>
background-color css
<style>
a { background-color: #907A7C; }
a { background-color: rgb(144,122,124); }
div.DivClassName
{
background-color: #907A7C;
}
.BgClassName
{
background-color: #907A7C;
}
</style>
border-color css
<style>
span { border-color: #907A7C; }
span { border-color: rgb(144,122,124); }
td.TdClassName
{
border-color: #907A7C;
}
.TagClassName
{
border-color: #907A7C;
}
</style>