Shades of Studio #774DA0
Tints of Studio #774DA0
RGB
CMYK
RGB Variations
Color information
#774DA0 (or 0x774DA0) is known color: Studio. HEX triplet: 77, 4D and A0. RGB value is (119,77,160). Sum of RGB (Red+Green+Blue) = 119+77+160=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #774DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774DA0 is #88B25F. Grayscale: #626262. Windows color (decimal): -8958560 or 10505591. OLE color: 10505591.
HSL color Cylindrical-coordinate representation of color #774DA0: hue angle of 270.36º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774DA0 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 77 | 160 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.37 |
| HSL | 270.36º | 0.35% | 0.46% | - |
| HSV(B) | 270.36º | 0.52% | 0.63% | - |
| XYZ | 16.61 | 11.77 | 34.65 | - |
| YUV | 99.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 160 | 0.26 | 0.52 | 0 | 0.37 | 270.36 | 0.35 | 0.46 |
| Hex | 77 | 4D | A0 | 1A | 34 | 0 | 25 | 10E | 23 | 2E |
| Octal | 167 | 115 | 240 | 32 | 64 | 0 | 45 | 416 | 43 | 56 |
| Binary | 1110111 | 1001101 | 10100000 | 11010 | 110100 | 0 | 100101 | 100001110 | 100011 | 101110 |
Color Harmonies of #774DA0
Complementary color
Monochromatic Colors of #774DA0
Black with #774DA0
Text Example
Text Example
White with #774DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DA0; }
p { color: rgb(119,77,160); }
H1.HeaderClassName
{
color: #774DA0;
}
.AnyTagClassName
{
color: #774DA0;
}
</style>
background-color css
<style>
a { background-color: #774DA0; }
a { background-color: rgb(119,77,160); }
div.DivClassName
{
background-color: #774DA0;
}
.BgClassName
{
background-color: #774DA0;
}
</style>
border-color css
<style>
span { border-color: #774DA0; }
span { border-color: rgb(119,77,160); }
td.TdClassName
{
border-color: #774DA0;
}
.TagClassName
{
border-color: #774DA0;
}
</style>