Shades of Studio #7754AC
Tints of Studio #7754AC
RGB
CMYK
RGB Variations
Color information
#7754AC (or 0x7754AC) is known color: Studio. HEX triplet: 77, 54 and AC. RGB value is (119,84,172). Sum of RGB (Red+Green+Blue) = 119+84+172=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #7754AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7754AC is #88AB53. Grayscale: #686868. Windows color (decimal): -8956756 or 11293815. OLE color: 11293815.
HSL color Cylindrical-coordinate representation of color #7754AC: hue angle of 263.86º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7754AC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 84 | 172 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.33 |
| HSL | 263.86º | 0.35% | 0.5% | - |
| HSV(B) | 263.86º | 0.51% | 0.67% | - |
| XYZ | 18.22 | 13.24 | 40.62 | - |
| YUV | 104.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 172 | 0.31 | 0.51 | 0 | 0.33 | 263.86 | 0.35 | 0.5 |
| Hex | 77 | 54 | AC | 1F | 33 | 0 | 21 | 108 | 23 | 32 |
| Octal | 167 | 124 | 254 | 37 | 63 | 0 | 41 | 410 | 43 | 62 |
| Binary | 1110111 | 1010100 | 10101100 | 11111 | 110011 | 0 | 100001 | 100001000 | 100011 | 110010 |
Color Harmonies of #7754AC
Complementary color
Monochromatic Colors of #7754AC
Black with #7754AC
Text Example
Text Example
White with #7754AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7754AC; }
p { color: rgb(119,84,172); }
H1.HeaderClassName
{
color: #7754AC;
}
.AnyTagClassName
{
color: #7754AC;
}
</style>
background-color css
<style>
a { background-color: #7754AC; }
a { background-color: rgb(119,84,172); }
div.DivClassName
{
background-color: #7754AC;
}
.BgClassName
{
background-color: #7754AC;
}
</style>
border-color css
<style>
span { border-color: #7754AC; }
span { border-color: rgb(119,84,172); }
td.TdClassName
{
border-color: #7754AC;
}
.TagClassName
{
border-color: #7754AC;
}
</style>