Shades of Studio #7755A4
Tints of Studio #7755A4
RGB
CMYK
RGB Variations
Color information
#7755A4 (or 0x7755A4) is known color: Studio. HEX triplet: 77, 55 and A4. RGB value is (119,85,164). Sum of RGB (Red+Green+Blue) = 119+85+164=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: blue. Hex color #7755A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7755A4 is #88AA5B. Grayscale: #676767. Windows color (decimal): -8956508 or 10769783. OLE color: 10769783.
HSL color Cylindrical-coordinate representation of color #7755A4: hue angle of 265.82º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7755A4 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 85 | 164 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.36 |
| HSL | 265.82º | 0.32% | 0.49% | - |
| HSV(B) | 265.82º | 0.48% | 0.64% | - |
| XYZ | 17.56 | 13.1 | 36.73 | - |
| YUV | 104.17 | 161.76 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 164 | 0.27 | 0.48 | 0 | 0.36 | 265.82 | 0.32 | 0.49 |
| Hex | 77 | 55 | A4 | 1B | 30 | 0 | 24 | 10A | 20 | 31 |
| Octal | 167 | 125 | 244 | 33 | 60 | 0 | 44 | 412 | 40 | 61 |
| Binary | 1110111 | 1010101 | 10100100 | 11011 | 110000 | 0 | 100100 | 100001010 | 100000 | 110001 |
Color Harmonies of #7755A4
Complementary color
Monochromatic Colors of #7755A4
Black with #7755A4
Text Example
Text Example
White with #7755A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7755A4; }
p { color: rgb(119,85,164); }
H1.HeaderClassName
{
color: #7755A4;
}
.AnyTagClassName
{
color: #7755A4;
}
</style>
background-color css
<style>
a { background-color: #7755A4; }
a { background-color: rgb(119,85,164); }
div.DivClassName
{
background-color: #7755A4;
}
.BgClassName
{
background-color: #7755A4;
}
</style>
border-color css
<style>
span { border-color: #7755A4; }
span { border-color: rgb(119,85,164); }
td.TdClassName
{
border-color: #7755A4;
}
.TagClassName
{
border-color: #7755A4;
}
</style>