Shades of Studio #7759A0
Tints of Studio #7759A0
RGB
CMYK
RGB Variations
Color information
#7759A0 (or 0x7759A0) is known color: Studio. HEX triplet: 77, 59 and A0. RGB value is (119,89,160). Sum of RGB (Red+Green+Blue) = 119+89+160=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 160 - color contains mainly: blue. Hex color #7759A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7759A0 is #88A65F. Grayscale: #696969. Windows color (decimal): -8955488 or 10508663. OLE color: 10508663.
HSL color Cylindrical-coordinate representation of color #7759A0: hue angle of 265.35º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7759A0 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 89 | 160 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.37 |
| HSL | 265.35º | 0.29% | 0.49% | - |
| HSV(B) | 265.35º | 0.44% | 0.63% | - |
| XYZ | 17.53 | 13.6 | 34.96 | - |
| YUV | 106.06 | 158.44 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 160 | 0.26 | 0.44 | 0 | 0.37 | 265.35 | 0.29 | 0.49 |
| Hex | 77 | 59 | A0 | 1A | 2C | 0 | 25 | 109 | 1D | 31 |
| Octal | 167 | 131 | 240 | 32 | 54 | 0 | 45 | 411 | 35 | 61 |
| Binary | 1110111 | 1011001 | 10100000 | 11010 | 101100 | 0 | 100101 | 100001001 | 11101 | 110001 |
Color Harmonies of #7759A0
Complementary color
Monochromatic Colors of #7759A0
Black with #7759A0
Text Example
Text Example
White with #7759A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7759A0; }
p { color: rgb(119,89,160); }
H1.HeaderClassName
{
color: #7759A0;
}
.AnyTagClassName
{
color: #7759A0;
}
</style>
background-color css
<style>
a { background-color: #7759A0; }
a { background-color: rgb(119,89,160); }
div.DivClassName
{
background-color: #7759A0;
}
.BgClassName
{
background-color: #7759A0;
}
</style>
border-color css
<style>
span { border-color: #7759A0; }
span { border-color: rgb(119,89,160); }
td.TdClassName
{
border-color: #7759A0;
}
.TagClassName
{
border-color: #7759A0;
}
</style>