Shades of Studio #774AB0
Tints of Studio #774AB0
RGB
CMYK
RGB Variations
Color information
#774AB0 (or 0x774AB0) is known color: Studio. HEX triplet: 77, 4A and B0. RGB value is (119,74,176). Sum of RGB (Red+Green+Blue) = 119+74+176=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #774AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774AB0 is #88B54F. Grayscale: #626262. Windows color (decimal): -8959312 or 11553399. OLE color: 11553399.
HSL color Cylindrical-coordinate representation of color #774AB0: hue angle of 266.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774AB0 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 74 | 176 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.31 |
| HSL | 266.47º | 0.41% | 0.49% | - |
| HSV(B) | 266.47º | 0.58% | 0.69% | - |
| XYZ | 17.89 | 11.95 | 42.44 | - |
| YUV | 99.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 176 | 0.32 | 0.58 | 0 | 0.31 | 266.47 | 0.41 | 0.49 |
| Hex | 77 | 4A | B0 | 20 | 3A | 0 | 1F | 10A | 29 | 31 |
| Octal | 167 | 112 | 260 | 40 | 72 | 0 | 37 | 412 | 51 | 61 |
| Binary | 1110111 | 1001010 | 10110000 | 100000 | 111010 | 0 | 11111 | 100001010 | 101001 | 110001 |
Color Harmonies of #774AB0
Complementary color
Monochromatic Colors of #774AB0
Black with #774AB0
Text Example
Text Example
White with #774AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774AB0; }
p { color: rgb(119,74,176); }
H1.HeaderClassName
{
color: #774AB0;
}
.AnyTagClassName
{
color: #774AB0;
}
</style>
background-color css
<style>
a { background-color: #774AB0; }
a { background-color: rgb(119,74,176); }
div.DivClassName
{
background-color: #774AB0;
}
.BgClassName
{
background-color: #774AB0;
}
</style>
border-color css
<style>
span { border-color: #774AB0; }
span { border-color: rgb(119,74,176); }
td.TdClassName
{
border-color: #774AB0;
}
.TagClassName
{
border-color: #774AB0;
}
</style>