Shades of Studio #774AB3
Tints of Studio #774AB3
RGB
CMYK
RGB Variations
Color information
#774AB3 (or 0x774AB3) is known color: Studio. HEX triplet: 77, 4A and B3. RGB value is (119,74,179). Sum of RGB (Red+Green+Blue) = 119+74+179=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #774AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774AB3 is #88B54C. Grayscale: #636363. Windows color (decimal): -8959309 or 11750007. OLE color: 11750007.
HSL color Cylindrical-coordinate representation of color #774AB3: hue angle of 265.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #774AB3 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 74 | 179 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.30 |
| HSL | 265.71º | 0.42% | 0.5% | - |
| HSV(B) | 265.71º | 0.59% | 0.7% | - |
| XYZ | 18.19 | 12.07 | 44.02 | - |
| YUV | 99.43 | 172.91 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 179 | 0.34 | 0.59 | 0 | 0.30 | 265.71 | 0.42 | 0.5 |
| Hex | 77 | 4A | B3 | 22 | 3B | 0 | 1E | 10A | 2A | 32 |
| Octal | 167 | 112 | 263 | 42 | 73 | 0 | 36 | 412 | 52 | 62 |
| Binary | 1110111 | 1001010 | 10110011 | 100010 | 111011 | 0 | 11110 | 100001010 | 101010 | 110010 |
Color Harmonies of #774AB3
Complementary color
Monochromatic Colors of #774AB3
Black with #774AB3
Text Example
Text Example
White with #774AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774AB3; }
p { color: rgb(119,74,179); }
H1.HeaderClassName
{
color: #774AB3;
}
.AnyTagClassName
{
color: #774AB3;
}
</style>
background-color css
<style>
a { background-color: #774AB3; }
a { background-color: rgb(119,74,179); }
div.DivClassName
{
background-color: #774AB3;
}
.BgClassName
{
background-color: #774AB3;
}
</style>
border-color css
<style>
span { border-color: #774AB3; }
span { border-color: rgb(119,74,179); }
td.TdClassName
{
border-color: #774AB3;
}
.TagClassName
{
border-color: #774AB3;
}
</style>