Shades of Studio #7748A9
Tints of Studio #7748A9
RGB
CMYK
RGB Variations
Color information
#7748A9 (or 0x7748A9) is known color: Studio. HEX triplet: 77, 48 and A9. RGB value is (119,72,169). Sum of RGB (Red+Green+Blue) = 119+72+169=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #7748A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7748A9 is #88B756. Grayscale: #606060. Windows color (decimal): -8959831 or 11094135. OLE color: 11094135.
HSL color Cylindrical-coordinate representation of color #7748A9: hue angle of 269.07º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7748A9 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 72 | 169 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.34 |
| HSL | 269.07º | 0.4% | 0.47% | - |
| HSV(B) | 269.07º | 0.57% | 0.66% | - |
| XYZ | 17.09 | 11.42 | 38.84 | - |
| YUV | 97.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 169 | 0.30 | 0.57 | 0 | 0.34 | 269.07 | 0.4 | 0.47 |
| Hex | 77 | 48 | A9 | 1E | 39 | 0 | 22 | 10D | 28 | 2F |
| Octal | 167 | 110 | 251 | 36 | 71 | 0 | 42 | 415 | 50 | 57 |
| Binary | 1110111 | 1001000 | 10101001 | 11110 | 111001 | 0 | 100010 | 100001101 | 101000 | 101111 |
Color Harmonies of #7748A9
Complementary color
Monochromatic Colors of #7748A9
Black with #7748A9
Text Example
Text Example
White with #7748A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7748A9; }
p { color: rgb(119,72,169); }
H1.HeaderClassName
{
color: #7748A9;
}
.AnyTagClassName
{
color: #7748A9;
}
</style>
background-color css
<style>
a { background-color: #7748A9; }
a { background-color: rgb(119,72,169); }
div.DivClassName
{
background-color: #7748A9;
}
.BgClassName
{
background-color: #7748A9;
}
</style>
border-color css
<style>
span { border-color: #7748A9; }
span { border-color: rgb(119,72,169); }
td.TdClassName
{
border-color: #7748A9;
}
.TagClassName
{
border-color: #7748A9;
}
</style>