Shades of Studio #774496
Tints of Studio #774496
RGB
CMYK
RGB Variations
Color information
#774496 (or 0x774496) is known color: Studio. HEX triplet: 77, 44 and 96. RGB value is (119,68,150). Sum of RGB (Red+Green+Blue) = 119+68+150=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #774496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774496 is #88BB69. Grayscale: #5C5C5C. Windows color (decimal): -8960874 or 9847927. OLE color: 9847927.
HSL color Cylindrical-coordinate representation of color #774496: hue angle of 277.32º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #774496 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 68 | 150 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.41 |
| HSL | 277.32º | 0.38% | 0.43% | - |
| HSV(B) | 277.32º | 0.55% | 0.59% | - |
| XYZ | 15.18 | 10.26 | 30.03 | - |
| YUV | 92.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 150 | 0.21 | 0.55 | 0 | 0.41 | 277.32 | 0.38 | 0.43 |
| Hex | 77 | 44 | 96 | 15 | 37 | 0 | 29 | 115 | 26 | 2B |
| Octal | 167 | 104 | 226 | 25 | 67 | 0 | 51 | 425 | 46 | 53 |
| Binary | 1110111 | 1000100 | 10010110 | 10101 | 110111 | 0 | 101001 | 100010101 | 100110 | 101011 |
Color Harmonies of #774496
Complementary color
Monochromatic Colors of #774496
Black with #774496
Text Example
Text Example
White with #774496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774496; }
p { color: rgb(119,68,150); }
H1.HeaderClassName
{
color: #774496;
}
.AnyTagClassName
{
color: #774496;
}
</style>
background-color css
<style>
a { background-color: #774496; }
a { background-color: rgb(119,68,150); }
div.DivClassName
{
background-color: #774496;
}
.BgClassName
{
background-color: #774496;
}
</style>
border-color css
<style>
span { border-color: #774496; }
span { border-color: rgb(119,68,150); }
td.TdClassName
{
border-color: #774496;
}
.TagClassName
{
border-color: #774496;
}
</style>