Shades of Studio #7746A3
Tints of Studio #7746A3
RGB
CMYK
RGB Variations
Color information
#7746A3 (or 0x7746A3) is known color: Studio. HEX triplet: 77, 46 and A3. RGB value is (119,70,163). Sum of RGB (Red+Green+Blue) = 119+70+163=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 163 - color contains mainly: blue. Hex color #7746A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7746A3 is #88B95C. Grayscale: #5E5E5E. Windows color (decimal): -8960349 or 10700407. OLE color: 10700407.
HSL color Cylindrical-coordinate representation of color #7746A3: hue angle of 271.61º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7746A3 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 70 | 163 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.36 |
| HSL | 271.61º | 0.4% | 0.46% | - |
| HSV(B) | 271.61º | 0.57% | 0.64% | - |
| XYZ | 16.41 | 10.95 | 35.9 | - |
| YUV | 95.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 163 | 0.27 | 0.57 | 0 | 0.36 | 271.61 | 0.4 | 0.46 |
| Hex | 77 | 46 | A3 | 1B | 39 | 0 | 24 | 110 | 28 | 2E |
| Octal | 167 | 106 | 243 | 33 | 71 | 0 | 44 | 420 | 50 | 56 |
| Binary | 1110111 | 1000110 | 10100011 | 11011 | 111001 | 0 | 100100 | 100010000 | 101000 | 101110 |
Color Harmonies of #7746A3
Complementary color
Monochromatic Colors of #7746A3
Black with #7746A3
Text Example
Text Example
White with #7746A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7746A3; }
p { color: rgb(119,70,163); }
H1.HeaderClassName
{
color: #7746A3;
}
.AnyTagClassName
{
color: #7746A3;
}
</style>
background-color css
<style>
a { background-color: #7746A3; }
a { background-color: rgb(119,70,163); }
div.DivClassName
{
background-color: #7746A3;
}
.BgClassName
{
background-color: #7746A3;
}
</style>
border-color css
<style>
span { border-color: #7746A3; }
span { border-color: rgb(119,70,163); }
td.TdClassName
{
border-color: #7746A3;
}
.TagClassName
{
border-color: #7746A3;
}
</style>