Shades of Studio #774CBA
Tints of Studio #774CBA
RGB
CMYK
RGB Variations
Color information
#774CBA (or 0x774CBA) is known color: Studio. HEX triplet: 77, 4C and BA. RGB value is (119,76,186). Sum of RGB (Red+Green+Blue) = 119+76+186=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #774CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CBA is #88B345. Grayscale: #656565. Windows color (decimal): -8958790 or 12209271. OLE color: 12209271.
HSL color Cylindrical-coordinate representation of color #774CBA: hue angle of 263.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #774CBA is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 76 | 186 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.27 |
| HSL | 263.45º | 0.44% | 0.51% | - |
| HSV(B) | 263.45º | 0.59% | 0.73% | - |
| XYZ | 19.06 | 12.64 | 47.89 | - |
| YUV | 101.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 186 | 0.36 | 0.59 | 0 | 0.27 | 263.45 | 0.44 | 0.51 |
| Hex | 77 | 4C | BA | 24 | 3B | 0 | 1B | 107 | 2C | 33 |
| Octal | 167 | 114 | 272 | 44 | 73 | 0 | 33 | 407 | 54 | 63 |
| Binary | 1110111 | 1001100 | 10111010 | 100100 | 111011 | 0 | 11011 | 100000111 | 101100 | 110011 |
Color Harmonies of #774CBA
Complementary color
Monochromatic Colors of #774CBA
Black with #774CBA
Text Example
Text Example
White with #774CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774CBA; }
p { color: rgb(119,76,186); }
H1.HeaderClassName
{
color: #774CBA;
}
.AnyTagClassName
{
color: #774CBA;
}
</style>
background-color css
<style>
a { background-color: #774CBA; }
a { background-color: rgb(119,76,186); }
div.DivClassName
{
background-color: #774CBA;
}
.BgClassName
{
background-color: #774CBA;
}
</style>
border-color css
<style>
span { border-color: #774CBA; }
span { border-color: rgb(119,76,186); }
td.TdClassName
{
border-color: #774CBA;
}
.TagClassName
{
border-color: #774CBA;
}
</style>