Shades of Studio #774EA4
Tints of Studio #774EA4
RGB
CMYK
RGB Variations
Color information
#774EA4 (or 0x774EA4) is known color: Studio. HEX triplet: 77, 4E and A4. RGB value is (119,78,164). Sum of RGB (Red+Green+Blue) = 119+78+164=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #774EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774EA4 is #88B15B. Grayscale: #636363. Windows color (decimal): -8958300 or 10767991. OLE color: 10767991.
HSL color Cylindrical-coordinate representation of color #774EA4: hue angle of 268.6º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774EA4 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 78 | 164 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.36 |
| HSL | 268.6º | 0.36% | 0.47% | - |
| HSV(B) | 268.6º | 0.52% | 0.64% | - |
| XYZ | 17.03 | 12.05 | 36.55 | - |
| YUV | 100.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 164 | 0.27 | 0.52 | 0 | 0.36 | 268.6 | 0.36 | 0.47 |
| Hex | 77 | 4E | A4 | 1B | 34 | 0 | 24 | 10D | 24 | 2F |
| Octal | 167 | 116 | 244 | 33 | 64 | 0 | 44 | 415 | 44 | 57 |
| Binary | 1110111 | 1001110 | 10100100 | 11011 | 110100 | 0 | 100100 | 100001101 | 100100 | 101111 |
Color Harmonies of #774EA4
Complementary color
Monochromatic Colors of #774EA4
Black with #774EA4
Text Example
Text Example
White with #774EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EA4; }
p { color: rgb(119,78,164); }
H1.HeaderClassName
{
color: #774EA4;
}
.AnyTagClassName
{
color: #774EA4;
}
</style>
background-color css
<style>
a { background-color: #774EA4; }
a { background-color: rgb(119,78,164); }
div.DivClassName
{
background-color: #774EA4;
}
.BgClassName
{
background-color: #774EA4;
}
</style>
border-color css
<style>
span { border-color: #774EA4; }
span { border-color: rgb(119,78,164); }
td.TdClassName
{
border-color: #774EA4;
}
.TagClassName
{
border-color: #774EA4;
}
</style>