Shades of Studio #7755AD
Tints of Studio #7755AD
RGB
CMYK
RGB Variations
Color information
#7755AD (or 0x7755AD) is known color: Studio. HEX triplet: 77, 55 and AD. RGB value is (119,85,173). Sum of RGB (Red+Green+Blue) = 119+85+173=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #7755AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7755AD is #88AA52. Grayscale: #686868. Windows color (decimal): -8956499 or 11359607. OLE color: 11359607.
HSL color Cylindrical-coordinate representation of color #7755AD: hue angle of 263.18º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7755AD is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 85 | 173 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.32 |
| HSL | 263.18º | 0.35% | 0.51% | - |
| HSV(B) | 263.18º | 0.51% | 0.68% | - |
| XYZ | 18.4 | 13.44 | 41.16 | - |
| YUV | 105.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 173 | 0.31 | 0.51 | 0 | 0.32 | 263.18 | 0.35 | 0.51 |
| Hex | 77 | 55 | AD | 1F | 33 | 0 | 20 | 107 | 23 | 33 |
| Octal | 167 | 125 | 255 | 37 | 63 | 0 | 40 | 407 | 43 | 63 |
| Binary | 1110111 | 1010101 | 10101101 | 11111 | 110011 | 0 | 100000 | 100000111 | 100011 | 110011 |
Color Harmonies of #7755AD
Complementary color
Monochromatic Colors of #7755AD
Black with #7755AD
Text Example
Text Example
White with #7755AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755AD; }
p { color: rgb(119,85,173); }
H1.HeaderClassName
{
color: #7755AD;
}
.AnyTagClassName
{
color: #7755AD;
}
</style>
background-color css
<style>
a { background-color: #7755AD; }
a { background-color: rgb(119,85,173); }
div.DivClassName
{
background-color: #7755AD;
}
.BgClassName
{
background-color: #7755AD;
}
</style>
border-color css
<style>
span { border-color: #7755AD; }
span { border-color: rgb(119,85,173); }
td.TdClassName
{
border-color: #7755AD;
}
.TagClassName
{
border-color: #7755AD;
}
</style>