Shades of Studio #774897
Tints of Studio #774897
RGB
CMYK
RGB Variations
Color information
#774897 (or 0x774897) is known color: Studio. HEX triplet: 77, 48 and 97. RGB value is (119,72,151). Sum of RGB (Red+Green+Blue) = 119+72+151=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 151 - color contains mainly: blue. Hex color #774897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774897 is #88B768. Grayscale: #5E5E5E. Windows color (decimal): -8959849 or 9914487. OLE color: 9914487.
HSL color Cylindrical-coordinate representation of color #774897: hue angle of 275.7º 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 #774897 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 72 | 151 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.41 |
| HSL | 275.7º | 0.35% | 0.44% | - |
| HSV(B) | 275.7º | 0.52% | 0.59% | - |
| XYZ | 15.51 | 10.79 | 30.54 | - |
| YUV | 95.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 151 | 0.21 | 0.52 | 0 | 0.41 | 275.7 | 0.35 | 0.44 |
| Hex | 77 | 48 | 97 | 15 | 34 | 0 | 29 | 114 | 23 | 2C |
| Octal | 167 | 110 | 227 | 25 | 64 | 0 | 51 | 424 | 43 | 54 |
| Binary | 1110111 | 1001000 | 10010111 | 10101 | 110100 | 0 | 101001 | 100010100 | 100011 | 101100 |
Color Harmonies of #774897
Complementary color
Monochromatic Colors of #774897
Black with #774897
Text Example
Text Example
White with #774897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774897; }
p { color: rgb(119,72,151); }
H1.HeaderClassName
{
color: #774897;
}
.AnyTagClassName
{
color: #774897;
}
</style>
background-color css
<style>
a { background-color: #774897; }
a { background-color: rgb(119,72,151); }
div.DivClassName
{
background-color: #774897;
}
.BgClassName
{
background-color: #774897;
}
</style>
border-color css
<style>
span { border-color: #774897; }
span { border-color: rgb(119,72,151); }
td.TdClassName
{
border-color: #774897;
}
.TagClassName
{
border-color: #774897;
}
</style>