Shades of Studio #774E9D
Tints of Studio #774E9D
RGB
CMYK
RGB Variations
Color information
#774E9D (or 0x774E9D) is known color: Studio. HEX triplet: 77, 4E and 9D. RGB value is (119,78,157). Sum of RGB (Red+Green+Blue) = 119+78+157=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #774E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E9D is #88B162. Grayscale: #626262. Windows color (decimal): -8958307 or 10309239. OLE color: 10309239.
HSL color Cylindrical-coordinate representation of color #774E9D: hue angle of 271.14º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774E9D is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 78 | 157 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.38 |
| HSL | 271.14º | 0.34% | 0.46% | - |
| HSV(B) | 271.14º | 0.5% | 0.62% | - |
| XYZ | 16.42 | 11.81 | 33.31 | - |
| YUV | 99.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 157 | 0.24 | 0.50 | 0 | 0.38 | 271.14 | 0.34 | 0.46 |
| Hex | 77 | 4E | 9D | 18 | 32 | 0 | 26 | 10F | 22 | 2E |
| Octal | 167 | 116 | 235 | 30 | 62 | 0 | 46 | 417 | 42 | 56 |
| Binary | 1110111 | 1001110 | 10011101 | 11000 | 110010 | 0 | 100110 | 100001111 | 100010 | 101110 |
Color Harmonies of #774E9D
Complementary color
Monochromatic Colors of #774E9D
Black with #774E9D
Text Example
Text Example
White with #774E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E9D; }
p { color: rgb(119,78,157); }
H1.HeaderClassName
{
color: #774E9D;
}
.AnyTagClassName
{
color: #774E9D;
}
</style>
background-color css
<style>
a { background-color: #774E9D; }
a { background-color: rgb(119,78,157); }
div.DivClassName
{
background-color: #774E9D;
}
.BgClassName
{
background-color: #774E9D;
}
</style>
border-color css
<style>
span { border-color: #774E9D; }
span { border-color: rgb(119,78,157); }
td.TdClassName
{
border-color: #774E9D;
}
.TagClassName
{
border-color: #774E9D;
}
</style>