Shades of Studio #774799
Tints of Studio #774799
RGB
CMYK
RGB Variations
Color information
#774799 (or 0x774799) is known color: Studio. HEX triplet: 77, 47 and 99. RGB value is (119,71,153). Sum of RGB (Red+Green+Blue) = 119+71+153=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #774799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774799 is #88B866. Grayscale: #5E5E5E. Windows color (decimal): -8960103 or 10045303. OLE color: 10045303.
HSL color Cylindrical-coordinate representation of color #774799: hue angle of 275.12º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #774799 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 71 | 153 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.4 |
| HSL | 275.12º | 0.37% | 0.44% | - |
| HSV(B) | 275.12º | 0.54% | 0.6% | - |
| XYZ | 15.61 | 10.73 | 31.38 | - |
| YUV | 94.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 153 | 0.22 | 0.54 | 0 | 0.4 | 275.12 | 0.37 | 0.44 |
| Hex | 77 | 47 | 99 | 16 | 36 | 0 | 28 | 113 | 25 | 2C |
| Octal | 167 | 107 | 231 | 26 | 66 | 0 | 50 | 423 | 45 | 54 |
| Binary | 1110111 | 1000111 | 10011001 | 10110 | 110110 | 0 | 101000 | 100010011 | 100101 | 101100 |
Color Harmonies of #774799
Complementary color
Monochromatic Colors of #774799
Black with #774799
Text Example
Text Example
White with #774799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774799; }
p { color: rgb(119,71,153); }
H1.HeaderClassName
{
color: #774799;
}
.AnyTagClassName
{
color: #774799;
}
</style>
background-color css
<style>
a { background-color: #774799; }
a { background-color: rgb(119,71,153); }
div.DivClassName
{
background-color: #774799;
}
.BgClassName
{
background-color: #774799;
}
</style>
border-color css
<style>
span { border-color: #774799; }
span { border-color: rgb(119,71,153); }
td.TdClassName
{
border-color: #774799;
}
.TagClassName
{
border-color: #774799;
}
</style>