Shades of Venus #9A7782
Tints of Venus #9A7782
RGB
CMYK
RGB Variations
Color information
#9A7782 (or 0x9A7782) is known color: Venus. HEX triplet: 9A, 77 and 82. RGB value is (154,119,130). Sum of RGB (Red+Green+Blue) = 154+119+130=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7782 is #65887D. Grayscale: #828282. Windows color (decimal): -6654078 or 8550298. OLE color: 8550298.
HSL color Cylindrical-coordinate representation of color #9A7782: hue angle of 341.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A7782 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 119 | 130 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.40 |
| HSL | 341.14º | 0.15% | 0.54% | - |
| HSV(B) | 341.14º | 0.23% | 0.6% | - |
| XYZ | 23.95 | 21.68 | 24.04 | - |
| YUV | 130.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 130 | 0 | 0.23 | 0.16 | 0.40 | 341.14 | 0.15 | 0.54 |
| Hex | 9A | 77 | 82 | 0 | 17 | 10 | 28 | 155 | F | 36 |
| Octal | 232 | 167 | 202 | 0 | 27 | 20 | 50 | 525 | 17 | 66 |
| Binary | 10011010 | 1110111 | 10000010 | 0 | 10111 | 10000 | 101000 | 101010101 | 1111 | 110110 |
Color Harmonies of #9A7782
Complementary color
Monochromatic Colors of #9A7782
Black with #9A7782
Text Example
Text Example
White with #9A7782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7782; }
p { color: rgb(154,119,130); }
H1.HeaderClassName
{
color: #9A7782;
}
.AnyTagClassName
{
color: #9A7782;
}
</style>
background-color css
<style>
a { background-color: #9A7782; }
a { background-color: rgb(154,119,130); }
div.DivClassName
{
background-color: #9A7782;
}
.BgClassName
{
background-color: #9A7782;
}
</style>
border-color css
<style>
span { border-color: #9A7782; }
span { border-color: rgb(154,119,130); }
td.TdClassName
{
border-color: #9A7782;
}
.TagClassName
{
border-color: #9A7782;
}
</style>