Shades of Studio #7748AB
Tints of Studio #7748AB
RGB
CMYK
RGB Variations
Color information
#7748AB (or 0x7748AB) is known color: Studio. HEX triplet: 77, 48 and AB. RGB value is (119,72,171). Sum of RGB (Red+Green+Blue) = 119+72+171=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #7748AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7748AB is #88B754. Grayscale: #606060. Windows color (decimal): -8959829 or 11225207. OLE color: 11225207.
HSL color Cylindrical-coordinate representation of color #7748AB: hue angle of 268.48º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7748AB is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 72 | 171 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.33 |
| HSL | 268.48º | 0.41% | 0.48% | - |
| HSV(B) | 268.48º | 0.58% | 0.67% | - |
| XYZ | 17.28 | 11.5 | 39.84 | - |
| YUV | 97.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 171 | 0.30 | 0.58 | 0 | 0.33 | 268.48 | 0.41 | 0.48 |
| Hex | 77 | 48 | AB | 1E | 3A | 0 | 21 | 10C | 29 | 30 |
| Octal | 167 | 110 | 253 | 36 | 72 | 0 | 41 | 414 | 51 | 60 |
| Binary | 1110111 | 1001000 | 10101011 | 11110 | 111010 | 0 | 100001 | 100001100 | 101001 | 110000 |
Color Harmonies of #7748AB
Complementary color
Monochromatic Colors of #7748AB
Black with #7748AB
Text Example
Text Example
White with #7748AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7748AB; }
p { color: rgb(119,72,171); }
H1.HeaderClassName
{
color: #7748AB;
}
.AnyTagClassName
{
color: #7748AB;
}
</style>
background-color css
<style>
a { background-color: #7748AB; }
a { background-color: rgb(119,72,171); }
div.DivClassName
{
background-color: #7748AB;
}
.BgClassName
{
background-color: #7748AB;
}
</style>
border-color css
<style>
span { border-color: #7748AB; }
span { border-color: rgb(119,72,171); }
td.TdClassName
{
border-color: #7748AB;
}
.TagClassName
{
border-color: #7748AB;
}
</style>