Shades of Studio #774E99
Tints of Studio #774E99
RGB
CMYK
RGB Variations
Color information
#774E99 (or 0x774E99) is known color: Studio. HEX triplet: 77, 4E and 99. RGB value is (119,78,153). Sum of RGB (Red+Green+Blue) = 119+78+153=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #774E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E99 is #88B166. Grayscale: #626262. Windows color (decimal): -8958311 or 10047095. OLE color: 10047095.
HSL color Cylindrical-coordinate representation of color #774E99: hue angle of 272.8º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #774E99 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 78 | 153 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.4 |
| HSL | 272.8º | 0.32% | 0.45% | - |
| HSV(B) | 272.8º | 0.49% | 0.6% | - |
| XYZ | 16.08 | 11.67 | 31.54 | - |
| YUV | 98.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 153 | 0.22 | 0.49 | 0 | 0.4 | 272.8 | 0.32 | 0.45 |
| Hex | 77 | 4E | 99 | 16 | 31 | 0 | 28 | 111 | 20 | 2D |
| Octal | 167 | 116 | 231 | 26 | 61 | 0 | 50 | 421 | 40 | 55 |
| Binary | 1110111 | 1001110 | 10011001 | 10110 | 110001 | 0 | 101000 | 100010001 | 100000 | 101101 |
Color Harmonies of #774E99
Complementary color
Monochromatic Colors of #774E99
Black with #774E99
Text Example
Text Example
White with #774E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E99; }
p { color: rgb(119,78,153); }
H1.HeaderClassName
{
color: #774E99;
}
.AnyTagClassName
{
color: #774E99;
}
</style>
background-color css
<style>
a { background-color: #774E99; }
a { background-color: rgb(119,78,153); }
div.DivClassName
{
background-color: #774E99;
}
.BgClassName
{
background-color: #774E99;
}
</style>
border-color css
<style>
span { border-color: #774E99; }
span { border-color: rgb(119,78,153); }
td.TdClassName
{
border-color: #774E99;
}
.TagClassName
{
border-color: #774E99;
}
</style>