Shades of Studio #774AAA
Tints of Studio #774AAA
RGB
CMYK
RGB Variations
Color information
#774AAA (or 0x774AAA) is known color: Studio. HEX triplet: 77, 4A and AA. RGB value is (119,74,170). Sum of RGB (Red+Green+Blue) = 119+74+170=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #774AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774AAA is #88B555. Grayscale: #626262. Windows color (decimal): -8959318 or 11160183. OLE color: 11160183.
HSL color Cylindrical-coordinate representation of color #774AAA: hue angle of 268.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774AAA is Cyan = 0.3, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 74 | 170 | - |
| CMYK | 0.3 | 0.56 | 0 | 0.33 |
| HSL | 268.13º | 0.39% | 0.48% | - |
| HSV(B) | 268.13º | 0.56% | 0.67% | - |
| XYZ | 17.31 | 11.72 | 39.38 | - |
| YUV | 98.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 170 | 0.3 | 0.56 | 0 | 0.33 | 268.13 | 0.39 | 0.48 |
| Hex | 77 | 4A | AA | 1E | 38 | 0 | 21 | 10C | 27 | 30 |
| Octal | 167 | 112 | 252 | 36 | 70 | 0 | 41 | 414 | 47 | 60 |
| Binary | 1110111 | 1001010 | 10101010 | 11110 | 111000 | 0 | 100001 | 100001100 | 100111 | 110000 |
Color Harmonies of #774AAA
Complementary color
Monochromatic Colors of #774AAA
Black with #774AAA
Text Example
Text Example
White with #774AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774AAA; }
p { color: rgb(119,74,170); }
H1.HeaderClassName
{
color: #774AAA;
}
.AnyTagClassName
{
color: #774AAA;
}
</style>
background-color css
<style>
a { background-color: #774AAA; }
a { background-color: rgb(119,74,170); }
div.DivClassName
{
background-color: #774AAA;
}
.BgClassName
{
background-color: #774AAA;
}
</style>
border-color css
<style>
span { border-color: #774AAA; }
span { border-color: rgb(119,74,170); }
td.TdClassName
{
border-color: #774AAA;
}
.TagClassName
{
border-color: #774AAA;
}
</style>