Shades of Venus #907F80
Tints of Venus #907F80
RGB
CMYK
RGB Variations
Color information
#907F80 (or 0x907F80) is known color: Venus. HEX triplet: 90, 7F and 80. RGB value is (144,127,128). Sum of RGB (Red+Green+Blue) = 144+127+128=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 144 - color contains mainly: red. Hex color #907F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907F80 is #6F807F. Grayscale: #848484. Windows color (decimal): -7307392 or 8421264. OLE color: 8421264.
HSL color Cylindrical-coordinate representation of color #907F80: hue angle of 356.47º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #907F80 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 127 | 128 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.44 |
| HSL | 356.47º | 0.07% | 0.53% | - |
| HSV(B) | 356.47º | 0.12% | 0.56% | - |
| XYZ | 22.99 | 22.67 | 23.59 | - |
| YUV | 132.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 128 | 0 | 0.12 | 0.11 | 0.44 | 356.47 | 0.07 | 0.53 |
| Hex | 90 | 7F | 80 | 0 | C | B | 2C | 164 | 7 | 35 |
| Octal | 220 | 177 | 200 | 0 | 14 | 13 | 54 | 544 | 7 | 65 |
| Binary | 10010000 | 1111111 | 10000000 | 0 | 1100 | 1011 | 101100 | 101100100 | 111 | 110101 |
Color Harmonies of #907F80
Complementary color
Monochromatic Colors of #907F80
Black with #907F80
Text Example
Text Example
White with #907F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907F80; }
p { color: rgb(144,127,128); }
H1.HeaderClassName
{
color: #907F80;
}
.AnyTagClassName
{
color: #907F80;
}
</style>
background-color css
<style>
a { background-color: #907F80; }
a { background-color: rgb(144,127,128); }
div.DivClassName
{
background-color: #907F80;
}
.BgClassName
{
background-color: #907F80;
}
</style>
border-color css
<style>
span { border-color: #907F80; }
span { border-color: rgb(144,127,128); }
td.TdClassName
{
border-color: #907F80;
}
.TagClassName
{
border-color: #907F80;
}
</style>