Shades of Studio #7754AE
Tints of Studio #7754AE
RGB
CMYK
RGB Variations
Color information
#7754AE (or 0x7754AE) is known color: Studio. HEX triplet: 77, 54 and AE. RGB value is (119,84,174). Sum of RGB (Red+Green+Blue) = 119+84+174=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #7754AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7754AE is #88AB51. Grayscale: #686868. Windows color (decimal): -8956754 or 11424887. OLE color: 11424887.
HSL color Cylindrical-coordinate representation of color #7754AE: hue angle of 263.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7754AE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 84 | 174 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.32 |
| HSL | 263.33º | 0.36% | 0.51% | - |
| HSV(B) | 263.33º | 0.52% | 0.68% | - |
| XYZ | 18.42 | 13.32 | 41.64 | - |
| YUV | 104.73 | 167.1 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 174 | 0.32 | 0.52 | 0 | 0.32 | 263.33 | 0.36 | 0.51 |
| Hex | 77 | 54 | AE | 20 | 34 | 0 | 20 | 107 | 24 | 33 |
| Octal | 167 | 124 | 256 | 40 | 64 | 0 | 40 | 407 | 44 | 63 |
| Binary | 1110111 | 1010100 | 10101110 | 100000 | 110100 | 0 | 100000 | 100000111 | 100100 | 110011 |
Color Harmonies of #7754AE
Complementary color
Monochromatic Colors of #7754AE
Black with #7754AE
Text Example
Text Example
White with #7754AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7754AE; }
p { color: rgb(119,84,174); }
H1.HeaderClassName
{
color: #7754AE;
}
.AnyTagClassName
{
color: #7754AE;
}
</style>
background-color css
<style>
a { background-color: #7754AE; }
a { background-color: rgb(119,84,174); }
div.DivClassName
{
background-color: #7754AE;
}
.BgClassName
{
background-color: #7754AE;
}
</style>
border-color css
<style>
span { border-color: #7754AE; }
span { border-color: rgb(119,84,174); }
td.TdClassName
{
border-color: #7754AE;
}
.TagClassName
{
border-color: #7754AE;
}
</style>