Shades of Studio #7759AC
Tints of Studio #7759AC
RGB
CMYK
RGB Variations
Color information
#7759AC (or 0x7759AC) is known color: Studio. HEX triplet: 77, 59 and AC. RGB value is (119,89,172). Sum of RGB (Red+Green+Blue) = 119+89+172=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #7759AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7759AC is #88A653. Grayscale: #6B6B6B. Windows color (decimal): -8955476 or 11295095. OLE color: 11295095.
HSL color Cylindrical-coordinate representation of color #7759AC: hue angle of 261.69º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7759AC is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 89 | 172 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.33 |
| HSL | 261.69º | 0.33% | 0.51% | - |
| HSV(B) | 261.69º | 0.48% | 0.67% | - |
| XYZ | 18.63 | 14.05 | 40.76 | - |
| YUV | 107.43 | 164.44 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 172 | 0.31 | 0.48 | 0 | 0.33 | 261.69 | 0.33 | 0.51 |
| Hex | 77 | 59 | AC | 1F | 30 | 0 | 21 | 106 | 21 | 33 |
| Octal | 167 | 131 | 254 | 37 | 60 | 0 | 41 | 406 | 41 | 63 |
| Binary | 1110111 | 1011001 | 10101100 | 11111 | 110000 | 0 | 100001 | 100000110 | 100001 | 110011 |
Color Harmonies of #7759AC
Complementary color
Monochromatic Colors of #7759AC
Black with #7759AC
Text Example
Text Example
White with #7759AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7759AC; }
p { color: rgb(119,89,172); }
H1.HeaderClassName
{
color: #7759AC;
}
.AnyTagClassName
{
color: #7759AC;
}
</style>
background-color css
<style>
a { background-color: #7759AC; }
a { background-color: rgb(119,89,172); }
div.DivClassName
{
background-color: #7759AC;
}
.BgClassName
{
background-color: #7759AC;
}
</style>
border-color css
<style>
span { border-color: #7759AC; }
span { border-color: rgb(119,89,172); }
td.TdClassName
{
border-color: #7759AC;
}
.TagClassName
{
border-color: #7759AC;
}
</style>