Shades of Studio #774499
Tints of Studio #774499
RGB
CMYK
RGB Variations
Color information
#774499 (or 0x774499) is known color: Studio. HEX triplet: 77, 44 and 99. RGB value is (119,68,153). Sum of RGB (Red+Green+Blue) = 119+68+153=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #774499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774499 is #88BB66. Grayscale: #5C5C5C. Windows color (decimal): -8960871 or 10044535. OLE color: 10044535.
HSL color Cylindrical-coordinate representation of color #774499: hue angle of 276º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774499 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 68 | 153 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.4 |
| HSL | 276º | 0.38% | 0.43% | - |
| HSV(B) | 276º | 0.56% | 0.6% | - |
| XYZ | 15.42 | 10.36 | 31.32 | - |
| YUV | 92.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 153 | 0.22 | 0.56 | 0 | 0.4 | 276 | 0.38 | 0.43 |
| Hex | 77 | 44 | 99 | 16 | 38 | 0 | 28 | 114 | 26 | 2B |
| Octal | 167 | 104 | 231 | 26 | 70 | 0 | 50 | 424 | 46 | 53 |
| Binary | 1110111 | 1000100 | 10011001 | 10110 | 111000 | 0 | 101000 | 100010100 | 100110 | 101011 |
Color Harmonies of #774499
Complementary color
Monochromatic Colors of #774499
Black with #774499
Text Example
Text Example
White with #774499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774499; }
p { color: rgb(119,68,153); }
H1.HeaderClassName
{
color: #774499;
}
.AnyTagClassName
{
color: #774499;
}
</style>
background-color css
<style>
a { background-color: #774499; }
a { background-color: rgb(119,68,153); }
div.DivClassName
{
background-color: #774499;
}
.BgClassName
{
background-color: #774499;
}
</style>
border-color css
<style>
span { border-color: #774499; }
span { border-color: rgb(119,68,153); }
td.TdClassName
{
border-color: #774499;
}
.TagClassName
{
border-color: #774499;
}
</style>