Shades of Studio #774ABC
Tints of Studio #774ABC
RGB
CMYK
RGB Variations
Color information
#774ABC (or 0x774ABC) is known color: Studio. HEX triplet: 77, 4A and BC. RGB value is (119,74,188). Sum of RGB (Red+Green+Blue) = 119+74+188=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #774ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774ABC is #88B543. Grayscale: #646464. Windows color (decimal): -8959300 or 12339831. OLE color: 12339831.
HSL color Cylindrical-coordinate representation of color #774ABC: hue angle of 263.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #774ABC is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 74 | 188 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.26 |
| HSL | 263.68º | 0.46% | 0.51% | - |
| HSV(B) | 263.68º | 0.61% | 0.74% | - |
| XYZ | 19.13 | 12.45 | 48.97 | - |
| YUV | 100.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 188 | 0.37 | 0.61 | 0 | 0.26 | 263.68 | 0.46 | 0.51 |
| Hex | 77 | 4A | BC | 25 | 3D | 0 | 1A | 108 | 2E | 33 |
| Octal | 167 | 112 | 274 | 45 | 75 | 0 | 32 | 410 | 56 | 63 |
| Binary | 1110111 | 1001010 | 10111100 | 100101 | 111101 | 0 | 11010 | 100001000 | 101110 | 110011 |
Color Harmonies of #774ABC
Complementary color
Monochromatic Colors of #774ABC
Black with #774ABC
Text Example
Text Example
White with #774ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774ABC; }
p { color: rgb(119,74,188); }
H1.HeaderClassName
{
color: #774ABC;
}
.AnyTagClassName
{
color: #774ABC;
}
</style>
background-color css
<style>
a { background-color: #774ABC; }
a { background-color: rgb(119,74,188); }
div.DivClassName
{
background-color: #774ABC;
}
.BgClassName
{
background-color: #774ABC;
}
</style>
border-color css
<style>
span { border-color: #774ABC; }
span { border-color: rgb(119,74,188); }
td.TdClassName
{
border-color: #774ABC;
}
.TagClassName
{
border-color: #774ABC;
}
</style>