Shades of Studio #774EA1
Tints of Studio #774EA1
RGB
CMYK
RGB Variations
Color information
#774EA1 (or 0x774EA1) is known color: Studio. HEX triplet: 77, 4E and A1. RGB value is (119,78,161). Sum of RGB (Red+Green+Blue) = 119+78+161=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 161 - color contains mainly: blue. Hex color #774EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774EA1 is #88B15E. Grayscale: #636363. Windows color (decimal): -8958303 or 10571383. OLE color: 10571383.
HSL color Cylindrical-coordinate representation of color #774EA1: hue angle of 269.64º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774EA1 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 78 | 161 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.37 |
| HSL | 269.64º | 0.35% | 0.47% | - |
| HSV(B) | 269.64º | 0.52% | 0.63% | - |
| XYZ | 16.77 | 11.94 | 35.14 | - |
| YUV | 99.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 161 | 0.26 | 0.52 | 0 | 0.37 | 269.64 | 0.35 | 0.47 |
| Hex | 77 | 4E | A1 | 1A | 34 | 0 | 25 | 10E | 23 | 2F |
| Octal | 167 | 116 | 241 | 32 | 64 | 0 | 45 | 416 | 43 | 57 |
| Binary | 1110111 | 1001110 | 10100001 | 11010 | 110100 | 0 | 100101 | 100001110 | 100011 | 101111 |
Color Harmonies of #774EA1
Complementary color
Monochromatic Colors of #774EA1
Black with #774EA1
Text Example
Text Example
White with #774EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EA1; }
p { color: rgb(119,78,161); }
H1.HeaderClassName
{
color: #774EA1;
}
.AnyTagClassName
{
color: #774EA1;
}
</style>
background-color css
<style>
a { background-color: #774EA1; }
a { background-color: rgb(119,78,161); }
div.DivClassName
{
background-color: #774EA1;
}
.BgClassName
{
background-color: #774EA1;
}
</style>
border-color css
<style>
span { border-color: #774EA1; }
span { border-color: rgb(119,78,161); }
td.TdClassName
{
border-color: #774EA1;
}
.TagClassName
{
border-color: #774EA1;
}
</style>