Shades of Studio #784896
Tints of Studio #784896
RGB
CMYK
RGB Variations
Color information
#784896 (or 0x784896) is known color: Studio. HEX triplet: 78, 48 and 96. RGB value is (120,72,150). Sum of RGB (Red+Green+Blue) = 120+72+150=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #784896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784896 is #87B769. Grayscale: #5E5E5E. Windows color (decimal): -8894314 or 9848952. OLE color: 9848952.
HSL color Cylindrical-coordinate representation of color #784896: hue angle of 276.92º 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 #784896 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 72 | 150 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.41 |
| HSL | 276.92º | 0.35% | 0.44% | - |
| HSV(B) | 276.92º | 0.52% | 0.59% | - |
| XYZ | 15.57 | 10.83 | 30.12 | - |
| YUV | 95.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 150 | 0.20 | 0.52 | 0 | 0.41 | 276.92 | 0.35 | 0.44 |
| Hex | 78 | 48 | 96 | 14 | 34 | 0 | 29 | 115 | 23 | 2C |
| Octal | 170 | 110 | 226 | 24 | 64 | 0 | 51 | 425 | 43 | 54 |
| Binary | 1111000 | 1001000 | 10010110 | 10100 | 110100 | 0 | 101001 | 100010101 | 100011 | 101100 |
Color Harmonies of #784896
Complementary color
Monochromatic Colors of #784896
Black with #784896
Text Example
Text Example
White with #784896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784896; }
p { color: rgb(120,72,150); }
H1.HeaderClassName
{
color: #784896;
}
.AnyTagClassName
{
color: #784896;
}
</style>
background-color css
<style>
a { background-color: #784896; }
a { background-color: rgb(120,72,150); }
div.DivClassName
{
background-color: #784896;
}
.BgClassName
{
background-color: #784896;
}
</style>
border-color css
<style>
span { border-color: #784896; }
span { border-color: rgb(120,72,150); }
td.TdClassName
{
border-color: #784896;
}
.TagClassName
{
border-color: #784896;
}
</style>