Shades of Studio #7745AE
Tints of Studio #7745AE
RGB
CMYK
RGB Variations
Color information
#7745AE (or 0x7745AE) is known color: Studio. HEX triplet: 77, 45 and AE. RGB value is (119,69,174). Sum of RGB (Red+Green+Blue) = 119+69+174=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #7745AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7745AE is #88BA51. Grayscale: #5F5F5F. Windows color (decimal): -8960594 or 11421047. OLE color: 11421047.
HSL color Cylindrical-coordinate representation of color #7745AE: hue angle of 268.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7745AE is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 69 | 174 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.32 |
| HSL | 268.57º | 0.43% | 0.48% | - |
| HSV(B) | 268.57º | 0.6% | 0.68% | - |
| XYZ | 17.38 | 11.23 | 41.3 | - |
| YUV | 95.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 69 | 174 | 0.32 | 0.60 | 0 | 0.32 | 268.57 | 0.43 | 0.48 |
| Hex | 77 | 45 | AE | 20 | 3C | 0 | 20 | 10D | 2B | 30 |
| Octal | 167 | 105 | 256 | 40 | 74 | 0 | 40 | 415 | 53 | 60 |
| Binary | 1110111 | 1000101 | 10101110 | 100000 | 111100 | 0 | 100000 | 100001101 | 101011 | 110000 |
Color Harmonies of #7745AE
Complementary color
Monochromatic Colors of #7745AE
Black with #7745AE
Text Example
Text Example
White with #7745AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7745AE; }
p { color: rgb(119,69,174); }
H1.HeaderClassName
{
color: #7745AE;
}
.AnyTagClassName
{
color: #7745AE;
}
</style>
background-color css
<style>
a { background-color: #7745AE; }
a { background-color: rgb(119,69,174); }
div.DivClassName
{
background-color: #7745AE;
}
.BgClassName
{
background-color: #7745AE;
}
</style>
border-color css
<style>
span { border-color: #7745AE; }
span { border-color: rgb(119,69,174); }
td.TdClassName
{
border-color: #7745AE;
}
.TagClassName
{
border-color: #7745AE;
}
</style>