Shades of Studio #774896
Tints of Studio #774896
RGB
CMYK
RGB Variations
Color information
#774896 (or 0x774896) is known color: Studio. HEX triplet: 77, 48 and 96. RGB value is (119,72,150). Sum of RGB (Red+Green+Blue) = 119+72+150=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #774896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774896 is #88B769. Grayscale: #5E5E5E. Windows color (decimal): -8959850 or 9848951. OLE color: 9848951.
HSL color Cylindrical-coordinate representation of color #774896: hue angle of 276.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774896 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 72 | 150 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.41 |
| HSL | 276.15º | 0.35% | 0.44% | - |
| HSV(B) | 276.15º | 0.52% | 0.59% | - |
| XYZ | 15.43 | 10.76 | 30.12 | - |
| YUV | 94.95 | 159.07 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 150 | 0.21 | 0.52 | 0 | 0.41 | 276.15 | 0.35 | 0.44 |
| Hex | 77 | 48 | 96 | 15 | 34 | 0 | 29 | 114 | 23 | 2C |
| Octal | 167 | 110 | 226 | 25 | 64 | 0 | 51 | 424 | 43 | 54 |
| Binary | 1110111 | 1001000 | 10010110 | 10101 | 110100 | 0 | 101001 | 100010100 | 100011 | 101100 |
Color Harmonies of #774896
Complementary color
Monochromatic Colors of #774896
Black with #774896
Text Example
Text Example
White with #774896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774896; }
p { color: rgb(119,72,150); }
H1.HeaderClassName
{
color: #774896;
}
.AnyTagClassName
{
color: #774896;
}
</style>
background-color css
<style>
a { background-color: #774896; }
a { background-color: rgb(119,72,150); }
div.DivClassName
{
background-color: #774896;
}
.BgClassName
{
background-color: #774896;
}
</style>
border-color css
<style>
span { border-color: #774896; }
span { border-color: rgb(119,72,150); }
td.TdClassName
{
border-color: #774896;
}
.TagClassName
{
border-color: #774896;
}
</style>