Shades of Studio #774FAA
Tints of Studio #774FAA
RGB
CMYK
RGB Variations
Color information
#774FAA (or 0x774FAA) is known color: Studio. HEX triplet: 77, 4F and AA. RGB value is (119,79,170). Sum of RGB (Red+Green+Blue) = 119+79+170=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #774FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774FAA is #88B055. Grayscale: #656565. Windows color (decimal): -8958038 or 11161463. OLE color: 11161463.
HSL color Cylindrical-coordinate representation of color #774FAA: hue angle of 266.37º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #774FAA is Cyan = 0.3, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 79 | 170 | - |
| CMYK | 0.3 | 0.54 | 0 | 0.33 |
| HSL | 266.37º | 0.37% | 0.49% | - |
| HSV(B) | 266.37º | 0.54% | 0.67% | - |
| XYZ | 17.66 | 12.42 | 39.5 | - |
| YUV | 101.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 170 | 0.3 | 0.54 | 0 | 0.33 | 266.37 | 0.37 | 0.49 |
| Hex | 77 | 4F | AA | 1E | 36 | 0 | 21 | 10A | 25 | 31 |
| Octal | 167 | 117 | 252 | 36 | 66 | 0 | 41 | 412 | 45 | 61 |
| Binary | 1110111 | 1001111 | 10101010 | 11110 | 110110 | 0 | 100001 | 100001010 | 100101 | 110001 |
Color Harmonies of #774FAA
Complementary color
Monochromatic Colors of #774FAA
Black with #774FAA
Text Example
Text Example
White with #774FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774FAA; }
p { color: rgb(119,79,170); }
H1.HeaderClassName
{
color: #774FAA;
}
.AnyTagClassName
{
color: #774FAA;
}
</style>
background-color css
<style>
a { background-color: #774FAA; }
a { background-color: rgb(119,79,170); }
div.DivClassName
{
background-color: #774FAA;
}
.BgClassName
{
background-color: #774FAA;
}
</style>
border-color css
<style>
span { border-color: #774FAA; }
span { border-color: rgb(119,79,170); }
td.TdClassName
{
border-color: #774FAA;
}
.TagClassName
{
border-color: #774FAA;
}
</style>