Shades of Studio #774BA6
Tints of Studio #774BA6
RGB
CMYK
RGB Variations
Color information
#774BA6 (or 0x774BA6) is known color: Studio. HEX triplet: 77, 4B and A6. RGB value is (119,75,166). Sum of RGB (Red+Green+Blue) = 119+75+166=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 166 - color contains mainly: blue. Hex color #774BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774BA6 is #88B459. Grayscale: #626262. Windows color (decimal): -8959066 or 10898295. OLE color: 10898295.
HSL color Cylindrical-coordinate representation of color #774BA6: hue angle of 269.01º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #774BA6 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 75 | 166 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.35 |
| HSL | 269.01º | 0.38% | 0.47% | - |
| HSV(B) | 269.01º | 0.55% | 0.65% | - |
| XYZ | 17.01 | 11.71 | 37.44 | - |
| YUV | 98.53 | 166.08 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 166 | 0.28 | 0.55 | 0 | 0.35 | 269.01 | 0.38 | 0.47 |
| Hex | 77 | 4B | A6 | 1C | 37 | 0 | 23 | 10D | 26 | 2F |
| Octal | 167 | 113 | 246 | 34 | 67 | 0 | 43 | 415 | 46 | 57 |
| Binary | 1110111 | 1001011 | 10100110 | 11100 | 110111 | 0 | 100011 | 100001101 | 100110 | 101111 |
Color Harmonies of #774BA6
Complementary color
Monochromatic Colors of #774BA6
Black with #774BA6
Text Example
Text Example
White with #774BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774BA6; }
p { color: rgb(119,75,166); }
H1.HeaderClassName
{
color: #774BA6;
}
.AnyTagClassName
{
color: #774BA6;
}
</style>
background-color css
<style>
a { background-color: #774BA6; }
a { background-color: rgb(119,75,166); }
div.DivClassName
{
background-color: #774BA6;
}
.BgClassName
{
background-color: #774BA6;
}
</style>
border-color css
<style>
span { border-color: #774BA6; }
span { border-color: rgb(119,75,166); }
td.TdClassName
{
border-color: #774BA6;
}
.TagClassName
{
border-color: #774BA6;
}
</style>