Shades of Studio #7752AB
Tints of Studio #7752AB
RGB
CMYK
RGB Variations
Color information
#7752AB (or 0x7752AB) is known color: Studio. HEX triplet: 77, 52 and AB. RGB value is (119,82,171). Sum of RGB (Red+Green+Blue) = 119+82+171=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #7752AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7752AB is #88AD54. Grayscale: #666666. Windows color (decimal): -8957269 or 11227767. OLE color: 11227767.
HSL color Cylindrical-coordinate representation of color #7752AB: hue angle of 264.94º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7752AB is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 82 | 171 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.33 |
| HSL | 264.94º | 0.35% | 0.5% | - |
| HSV(B) | 264.94º | 0.52% | 0.67% | - |
| XYZ | 17.98 | 12.9 | 40.07 | - |
| YUV | 103.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 171 | 0.30 | 0.52 | 0 | 0.33 | 264.94 | 0.35 | 0.5 |
| Hex | 77 | 52 | AB | 1E | 34 | 0 | 21 | 109 | 23 | 32 |
| Octal | 167 | 122 | 253 | 36 | 64 | 0 | 41 | 411 | 43 | 62 |
| Binary | 1110111 | 1010010 | 10101011 | 11110 | 110100 | 0 | 100001 | 100001001 | 100011 | 110010 |
Color Harmonies of #7752AB
Complementary color
Monochromatic Colors of #7752AB
Black with #7752AB
Text Example
Text Example
White with #7752AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752AB; }
p { color: rgb(119,82,171); }
H1.HeaderClassName
{
color: #7752AB;
}
.AnyTagClassName
{
color: #7752AB;
}
</style>
background-color css
<style>
a { background-color: #7752AB; }
a { background-color: rgb(119,82,171); }
div.DivClassName
{
background-color: #7752AB;
}
.BgClassName
{
background-color: #7752AB;
}
</style>
border-color css
<style>
span { border-color: #7752AB; }
span { border-color: rgb(119,82,171); }
td.TdClassName
{
border-color: #7752AB;
}
.TagClassName
{
border-color: #7752AB;
}
</style>