Shades of Studio #7755AE
Tints of Studio #7755AE
RGB
CMYK
RGB Variations
Color information
#7755AE (or 0x7755AE) is known color: Studio. HEX triplet: 77, 55 and AE. RGB value is (119,85,174). Sum of RGB (Red+Green+Blue) = 119+85+174=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #7755AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7755AE is #88AA51. Grayscale: #686868. Windows color (decimal): -8956498 or 11425143. OLE color: 11425143.
HSL color Cylindrical-coordinate representation of color #7755AE: hue angle of 262.92º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7755AE is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 85 | 174 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.32 |
| HSL | 262.92º | 0.35% | 0.51% | - |
| HSV(B) | 262.92º | 0.51% | 0.68% | - |
| XYZ | 18.5 | 13.47 | 41.67 | - |
| YUV | 105.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 174 | 0.32 | 0.51 | 0 | 0.32 | 262.92 | 0.35 | 0.51 |
| Hex | 77 | 55 | AE | 20 | 33 | 0 | 20 | 107 | 23 | 33 |
| Octal | 167 | 125 | 256 | 40 | 63 | 0 | 40 | 407 | 43 | 63 |
| Binary | 1110111 | 1010101 | 10101110 | 100000 | 110011 | 0 | 100000 | 100000111 | 100011 | 110011 |
Color Harmonies of #7755AE
Complementary color
Monochromatic Colors of #7755AE
Black with #7755AE
Text Example
Text Example
White with #7755AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755AE; }
p { color: rgb(119,85,174); }
H1.HeaderClassName
{
color: #7755AE;
}
.AnyTagClassName
{
color: #7755AE;
}
</style>
background-color css
<style>
a { background-color: #7755AE; }
a { background-color: rgb(119,85,174); }
div.DivClassName
{
background-color: #7755AE;
}
.BgClassName
{
background-color: #7755AE;
}
</style>
border-color css
<style>
span { border-color: #7755AE; }
span { border-color: rgb(119,85,174); }
td.TdClassName
{
border-color: #7755AE;
}
.TagClassName
{
border-color: #7755AE;
}
</style>