Shades of Studio #7742AE
Tints of Studio #7742AE
RGB
CMYK
RGB Variations
Color information
#7742AE (or 0x7742AE) is known color: Studio. HEX triplet: 77, 42 and AE. RGB value is (119,66,174). Sum of RGB (Red+Green+Blue) = 119+66+174=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #7742AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7742AE is #88BD51. Grayscale: #5D5D5D. Windows color (decimal): -8961362 or 11420279. OLE color: 11420279.
HSL color Cylindrical-coordinate representation of color #7742AE: hue angle of 269.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7742AE is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 66 | 174 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.32 |
| HSL | 269.44º | 0.45% | 0.47% | - |
| HSV(B) | 269.44º | 0.62% | 0.68% | - |
| XYZ | 17.2 | 10.87 | 41.24 | - |
| YUV | 94.16 | 173.06 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 174 | 0.32 | 0.62 | 0 | 0.32 | 269.44 | 0.45 | 0.47 |
| Hex | 77 | 42 | AE | 20 | 3E | 0 | 20 | 10D | 2D | 2F |
| Octal | 167 | 102 | 256 | 40 | 76 | 0 | 40 | 415 | 55 | 57 |
| Binary | 1110111 | 1000010 | 10101110 | 100000 | 111110 | 0 | 100000 | 100001101 | 101101 | 101111 |
Color Harmonies of #7742AE
Complementary color
Monochromatic Colors of #7742AE
Black with #7742AE
Text Example
Text Example
White with #7742AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7742AE; }
p { color: rgb(119,66,174); }
H1.HeaderClassName
{
color: #7742AE;
}
.AnyTagClassName
{
color: #7742AE;
}
</style>
background-color css
<style>
a { background-color: #7742AE; }
a { background-color: rgb(119,66,174); }
div.DivClassName
{
background-color: #7742AE;
}
.BgClassName
{
background-color: #7742AE;
}
</style>
border-color css
<style>
span { border-color: #7742AE; }
span { border-color: rgb(119,66,174); }
td.TdClassName
{
border-color: #7742AE;
}
.TagClassName
{
border-color: #7742AE;
}
</style>