Shades of Studio #7756A1
Tints of Studio #7756A1
RGB
CMYK
RGB Variations
Color information
#7756A1 (or 0x7756A1) is known color: Studio. HEX triplet: 77, 56 and A1. RGB value is (119,86,161). Sum of RGB (Red+Green+Blue) = 119+86+161=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 161 - color contains mainly: blue. Hex color #7756A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7756A1 is #88A95E. Grayscale: #686868. Windows color (decimal): -8956255 or 10573431. OLE color: 10573431.
HSL color Cylindrical-coordinate representation of color #7756A1: hue angle of 266.4º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7756A1 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 86 | 161 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.37 |
| HSL | 266.4º | 0.3% | 0.48% | - |
| HSV(B) | 266.4º | 0.47% | 0.63% | - |
| XYZ | 17.37 | 13.15 | 35.34 | - |
| YUV | 104.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 161 | 0.26 | 0.47 | 0 | 0.37 | 266.4 | 0.3 | 0.48 |
| Hex | 77 | 56 | A1 | 1A | 2F | 0 | 25 | 10A | 1E | 30 |
| Octal | 167 | 126 | 241 | 32 | 57 | 0 | 45 | 412 | 36 | 60 |
| Binary | 1110111 | 1010110 | 10100001 | 11010 | 101111 | 0 | 100101 | 100001010 | 11110 | 110000 |
Color Harmonies of #7756A1
Complementary color
Monochromatic Colors of #7756A1
Black with #7756A1
Text Example
Text Example
White with #7756A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7756A1; }
p { color: rgb(119,86,161); }
H1.HeaderClassName
{
color: #7756A1;
}
.AnyTagClassName
{
color: #7756A1;
}
</style>
background-color css
<style>
a { background-color: #7756A1; }
a { background-color: rgb(119,86,161); }
div.DivClassName
{
background-color: #7756A1;
}
.BgClassName
{
background-color: #7756A1;
}
</style>
border-color css
<style>
span { border-color: #7756A1; }
span { border-color: rgb(119,86,161); }
td.TdClassName
{
border-color: #7756A1;
}
.TagClassName
{
border-color: #7756A1;
}
</style>