Shades of Studio #774D9E
Tints of Studio #774D9E
RGB
CMYK
RGB Variations
Color information
#774D9E (or 0x774D9E) is known color: Studio. HEX triplet: 77, 4D and 9E. RGB value is (119,77,158). Sum of RGB (Red+Green+Blue) = 119+77+158=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #774D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D9E is #88B261. Grayscale: #626262. Windows color (decimal): -8958562 or 10374519. OLE color: 10374519.
HSL color Cylindrical-coordinate representation of color #774D9E: hue angle of 271.11º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #774D9E is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 77 | 158 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.38 |
| HSL | 271.11º | 0.34% | 0.46% | - |
| HSV(B) | 271.11º | 0.51% | 0.62% | - |
| XYZ | 16.43 | 11.7 | 33.74 | - |
| YUV | 98.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 158 | 0.25 | 0.51 | 0 | 0.38 | 271.11 | 0.34 | 0.46 |
| Hex | 77 | 4D | 9E | 19 | 33 | 0 | 26 | 10F | 22 | 2E |
| Octal | 167 | 115 | 236 | 31 | 63 | 0 | 46 | 417 | 42 | 56 |
| Binary | 1110111 | 1001101 | 10011110 | 11001 | 110011 | 0 | 100110 | 100001111 | 100010 | 101110 |
Color Harmonies of #774D9E
Complementary color
Monochromatic Colors of #774D9E
Black with #774D9E
Text Example
Text Example
White with #774D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D9E; }
p { color: rgb(119,77,158); }
H1.HeaderClassName
{
color: #774D9E;
}
.AnyTagClassName
{
color: #774D9E;
}
</style>
background-color css
<style>
a { background-color: #774D9E; }
a { background-color: rgb(119,77,158); }
div.DivClassName
{
background-color: #774D9E;
}
.BgClassName
{
background-color: #774D9E;
}
</style>
border-color css
<style>
span { border-color: #774D9E; }
span { border-color: rgb(119,77,158); }
td.TdClassName
{
border-color: #774D9E;
}
.TagClassName
{
border-color: #774D9E;
}
</style>