Shades of Studio #7750A3
Tints of Studio #7750A3
RGB
CMYK
RGB Variations
Color information
#7750A3 (or 0x7750A3) is known color: Studio. HEX triplet: 77, 50 and A3. RGB value is (119,80,163). Sum of RGB (Red+Green+Blue) = 119+80+163=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 163 - color contains mainly: blue. Hex color #7750A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7750A3 is #88AF5C. Grayscale: #646464. Windows color (decimal): -8957789 or 10702967. OLE color: 10702967.
HSL color Cylindrical-coordinate representation of color #7750A3: hue angle of 268.19º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7750A3 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 80 | 163 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.36 |
| HSL | 268.19º | 0.34% | 0.48% | - |
| HSV(B) | 268.19º | 0.51% | 0.64% | - |
| XYZ | 17.09 | 12.3 | 36.12 | - |
| YUV | 101.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 163 | 0.27 | 0.51 | 0 | 0.36 | 268.19 | 0.34 | 0.48 |
| Hex | 77 | 50 | A3 | 1B | 33 | 0 | 24 | 10C | 22 | 30 |
| Octal | 167 | 120 | 243 | 33 | 63 | 0 | 44 | 414 | 42 | 60 |
| Binary | 1110111 | 1010000 | 10100011 | 11011 | 110011 | 0 | 100100 | 100001100 | 100010 | 110000 |
Color Harmonies of #7750A3
Complementary color
Monochromatic Colors of #7750A3
Black with #7750A3
Text Example
Text Example
White with #7750A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7750A3; }
p { color: rgb(119,80,163); }
H1.HeaderClassName
{
color: #7750A3;
}
.AnyTagClassName
{
color: #7750A3;
}
</style>
background-color css
<style>
a { background-color: #7750A3; }
a { background-color: rgb(119,80,163); }
div.DivClassName
{
background-color: #7750A3;
}
.BgClassName
{
background-color: #7750A3;
}
</style>
border-color css
<style>
span { border-color: #7750A3; }
span { border-color: rgb(119,80,163); }
td.TdClassName
{
border-color: #7750A3;
}
.TagClassName
{
border-color: #7750A3;
}
</style>