Shades of Studio #7755AB
Tints of Studio #7755AB
RGB
CMYK
RGB Variations
Color information
#7755AB (or 0x7755AB) is known color: Studio. HEX triplet: 77, 55 and AB. RGB value is (119,85,171). Sum of RGB (Red+Green+Blue) = 119+85+171=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #7755AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7755AB is #88AA54. Grayscale: #686868. Windows color (decimal): -8956501 or 11228535. OLE color: 11228535.
HSL color Cylindrical-coordinate representation of color #7755AB: hue angle of 263.72º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7755AB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 85 | 171 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.33 |
| HSL | 263.72º | 0.34% | 0.5% | - |
| HSV(B) | 263.72º | 0.5% | 0.67% | - |
| XYZ | 18.21 | 13.36 | 40.15 | - |
| YUV | 104.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 171 | 0.30 | 0.50 | 0 | 0.33 | 263.72 | 0.34 | 0.5 |
| Hex | 77 | 55 | AB | 1E | 32 | 0 | 21 | 108 | 22 | 32 |
| Octal | 167 | 125 | 253 | 36 | 62 | 0 | 41 | 410 | 42 | 62 |
| Binary | 1110111 | 1010101 | 10101011 | 11110 | 110010 | 0 | 100001 | 100001000 | 100010 | 110010 |
Color Harmonies of #7755AB
Complementary color
Monochromatic Colors of #7755AB
Black with #7755AB
Text Example
Text Example
White with #7755AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755AB; }
p { color: rgb(119,85,171); }
H1.HeaderClassName
{
color: #7755AB;
}
.AnyTagClassName
{
color: #7755AB;
}
</style>
background-color css
<style>
a { background-color: #7755AB; }
a { background-color: rgb(119,85,171); }
div.DivClassName
{
background-color: #7755AB;
}
.BgClassName
{
background-color: #7755AB;
}
</style>
border-color css
<style>
span { border-color: #7755AB; }
span { border-color: rgb(119,85,171); }
td.TdClassName
{
border-color: #7755AB;
}
.TagClassName
{
border-color: #7755AB;
}
</style>