Shades of Studio #7747AB
Tints of Studio #7747AB
RGB
CMYK
RGB Variations
Color information
#7747AB (or 0x7747AB) is known color: Studio. HEX triplet: 77, 47 and AB. RGB value is (119,71,171). Sum of RGB (Red+Green+Blue) = 119+71+171=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #7747AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7747AB is #88B854. Grayscale: #606060. Windows color (decimal): -8960085 or 11224951. OLE color: 11224951.
HSL color Cylindrical-coordinate representation of color #7747AB: hue angle of 268.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7747AB is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 71 | 171 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.33 |
| HSL | 268.8º | 0.41% | 0.47% | - |
| HSV(B) | 268.8º | 0.58% | 0.67% | - |
| XYZ | 17.21 | 11.37 | 39.82 | - |
| YUV | 96.75 | 169.9 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 171 | 0.30 | 0.58 | 0 | 0.33 | 268.8 | 0.41 | 0.47 |
| Hex | 77 | 47 | AB | 1E | 3A | 0 | 21 | 10D | 29 | 2F |
| Octal | 167 | 107 | 253 | 36 | 72 | 0 | 41 | 415 | 51 | 57 |
| Binary | 1110111 | 1000111 | 10101011 | 11110 | 111010 | 0 | 100001 | 100001101 | 101001 | 101111 |
Color Harmonies of #7747AB
Complementary color
Monochromatic Colors of #7747AB
Black with #7747AB
Text Example
Text Example
White with #7747AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7747AB; }
p { color: rgb(119,71,171); }
H1.HeaderClassName
{
color: #7747AB;
}
.AnyTagClassName
{
color: #7747AB;
}
</style>
background-color css
<style>
a { background-color: #7747AB; }
a { background-color: rgb(119,71,171); }
div.DivClassName
{
background-color: #7747AB;
}
.BgClassName
{
background-color: #7747AB;
}
</style>
border-color css
<style>
span { border-color: #7747AB; }
span { border-color: rgb(119,71,171); }
td.TdClassName
{
border-color: #7747AB;
}
.TagClassName
{
border-color: #7747AB;
}
</style>