Shades of Venus #907A81
Tints of Venus #907A81
RGB
CMYK
RGB Variations
Color information
#907A81 (or 0x907A81) is known color: Venus. HEX triplet: 90, 7A and 81. RGB value is (144,122,129). Sum of RGB (Red+Green+Blue) = 144+122+129=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #907A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907A81 is #6F857E. Grayscale: #818181. Windows color (decimal): -7308671 or 8485520. OLE color: 8485520.
HSL color Cylindrical-coordinate representation of color #907A81: hue angle of 340.91º 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 #907A81 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 122 | 129 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.44 |
| HSL | 340.91º | 0.09% | 0.52% | - |
| HSV(B) | 340.91º | 0.15% | 0.56% | - |
| XYZ | 22.42 | 21.43 | 23.72 | - |
| YUV | 129.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 129 | 0 | 0.15 | 0.10 | 0.44 | 340.91 | 0.09 | 0.52 |
| Hex | 90 | 7A | 81 | 0 | F | A | 2C | 155 | 9 | 34 |
| Octal | 220 | 172 | 201 | 0 | 17 | 12 | 54 | 525 | 11 | 64 |
| Binary | 10010000 | 1111010 | 10000001 | 0 | 1111 | 1010 | 101100 | 101010101 | 1001 | 110100 |
Color Harmonies of #907A81
Complementary color
Monochromatic Colors of #907A81
Black with #907A81
Text Example
Text Example
White with #907A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907A81; }
p { color: rgb(144,122,129); }
H1.HeaderClassName
{
color: #907A81;
}
.AnyTagClassName
{
color: #907A81;
}
</style>
background-color css
<style>
a { background-color: #907A81; }
a { background-color: rgb(144,122,129); }
div.DivClassName
{
background-color: #907A81;
}
.BgClassName
{
background-color: #907A81;
}
</style>
border-color css
<style>
span { border-color: #907A81; }
span { border-color: rgb(144,122,129); }
td.TdClassName
{
border-color: #907A81;
}
.TagClassName
{
border-color: #907A81;
}
</style>