Shades of Studio #774EAC
Tints of Studio #774EAC
RGB
CMYK
RGB Variations
Color information
#774EAC (or 0x774EAC) is known color: Studio. HEX triplet: 77, 4E and AC. RGB value is (119,78,172). Sum of RGB (Red+Green+Blue) = 119+78+172=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #774EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774EAC is #88B153. Grayscale: #646464. Windows color (decimal): -8958292 or 11292279. OLE color: 11292279.
HSL color Cylindrical-coordinate representation of color #774EAC: hue angle of 266.17º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #774EAC is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 78 | 172 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.33 |
| HSL | 266.17º | 0.38% | 0.49% | - |
| HSV(B) | 266.17º | 0.55% | 0.67% | - |
| XYZ | 17.78 | 12.35 | 40.48 | - |
| YUV | 100.98 | 168.08 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 172 | 0.31 | 0.55 | 0 | 0.33 | 266.17 | 0.38 | 0.49 |
| Hex | 77 | 4E | AC | 1F | 37 | 0 | 21 | 10A | 26 | 31 |
| Octal | 167 | 116 | 254 | 37 | 67 | 0 | 41 | 412 | 46 | 61 |
| Binary | 1110111 | 1001110 | 10101100 | 11111 | 110111 | 0 | 100001 | 100001010 | 100110 | 110001 |
Color Harmonies of #774EAC
Complementary color
Monochromatic Colors of #774EAC
Black with #774EAC
Text Example
Text Example
White with #774EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EAC; }
p { color: rgb(119,78,172); }
H1.HeaderClassName
{
color: #774EAC;
}
.AnyTagClassName
{
color: #774EAC;
}
</style>
background-color css
<style>
a { background-color: #774EAC; }
a { background-color: rgb(119,78,172); }
div.DivClassName
{
background-color: #774EAC;
}
.BgClassName
{
background-color: #774EAC;
}
</style>
border-color css
<style>
span { border-color: #774EAC; }
span { border-color: rgb(119,78,172); }
td.TdClassName
{
border-color: #774EAC;
}
.TagClassName
{
border-color: #774EAC;
}
</style>