Shades of Studio #774AA0
Tints of Studio #774AA0
RGB
CMYK
RGB Variations
Color information
#774AA0 (or 0x774AA0) is known color: Studio. HEX triplet: 77, 4A and A0. RGB value is (119,74,160). Sum of RGB (Red+Green+Blue) = 119+74+160=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #774AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774AA0 is #88B55F. Grayscale: #606060. Windows color (decimal): -8959328 or 10504823. OLE color: 10504823.
HSL color Cylindrical-coordinate representation of color #774AA0: hue angle of 271.4º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #774AA0 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 74 | 160 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.37 |
| HSL | 271.4º | 0.37% | 0.46% | - |
| HSV(B) | 271.4º | 0.54% | 0.63% | - |
| XYZ | 16.4 | 11.36 | 34.59 | - |
| YUV | 97.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 160 | 0.26 | 0.54 | 0 | 0.37 | 271.4 | 0.37 | 0.46 |
| Hex | 77 | 4A | A0 | 1A | 36 | 0 | 25 | 10F | 25 | 2E |
| Octal | 167 | 112 | 240 | 32 | 66 | 0 | 45 | 417 | 45 | 56 |
| Binary | 1110111 | 1001010 | 10100000 | 11010 | 110110 | 0 | 100101 | 100001111 | 100101 | 101110 |
Color Harmonies of #774AA0
Complementary color
Monochromatic Colors of #774AA0
Black with #774AA0
Text Example
Text Example
White with #774AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774AA0; }
p { color: rgb(119,74,160); }
H1.HeaderClassName
{
color: #774AA0;
}
.AnyTagClassName
{
color: #774AA0;
}
</style>
background-color css
<style>
a { background-color: #774AA0; }
a { background-color: rgb(119,74,160); }
div.DivClassName
{
background-color: #774AA0;
}
.BgClassName
{
background-color: #774AA0;
}
</style>
border-color css
<style>
span { border-color: #774AA0; }
span { border-color: rgb(119,74,160); }
td.TdClassName
{
border-color: #774AA0;
}
.TagClassName
{
border-color: #774AA0;
}
</style>