Shades of Studio #7750AB
Tints of Studio #7750AB
RGB
CMYK
RGB Variations
Color information
#7750AB (or 0x7750AB) is known color: Studio. HEX triplet: 77, 50 and AB. RGB value is (119,80,171). Sum of RGB (Red+Green+Blue) = 119+80+171=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #7750AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7750AB is #88AF54. Grayscale: #656565. Windows color (decimal): -8957781 or 11227255. OLE color: 11227255.
HSL color Cylindrical-coordinate representation of color #7750AB: hue angle of 265.71º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7750AB is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 80 | 171 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.33 |
| HSL | 265.71º | 0.36% | 0.49% | - |
| HSV(B) | 265.71º | 0.53% | 0.67% | - |
| XYZ | 17.83 | 12.6 | 40.02 | - |
| YUV | 102.04 | 166.92 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 171 | 0.30 | 0.53 | 0 | 0.33 | 265.71 | 0.36 | 0.49 |
| Hex | 77 | 50 | AB | 1E | 35 | 0 | 21 | 10A | 24 | 31 |
| Octal | 167 | 120 | 253 | 36 | 65 | 0 | 41 | 412 | 44 | 61 |
| Binary | 1110111 | 1010000 | 10101011 | 11110 | 110101 | 0 | 100001 | 100001010 | 100100 | 110001 |
Color Harmonies of #7750AB
Complementary color
Monochromatic Colors of #7750AB
Black with #7750AB
Text Example
Text Example
White with #7750AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7750AB; }
p { color: rgb(119,80,171); }
H1.HeaderClassName
{
color: #7750AB;
}
.AnyTagClassName
{
color: #7750AB;
}
</style>
background-color css
<style>
a { background-color: #7750AB; }
a { background-color: rgb(119,80,171); }
div.DivClassName
{
background-color: #7750AB;
}
.BgClassName
{
background-color: #7750AB;
}
</style>
border-color css
<style>
span { border-color: #7750AB; }
span { border-color: rgb(119,80,171); }
td.TdClassName
{
border-color: #7750AB;
}
.TagClassName
{
border-color: #7750AB;
}
</style>