Shades of Studio #774CAB
Tints of Studio #774CAB
RGB
CMYK
RGB Variations
Color information
#774CAB (or 0x774CAB) is known color: Studio. HEX triplet: 77, 4C and AB. RGB value is (119,76,171). Sum of RGB (Red+Green+Blue) = 119+76+171=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #774CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774CAB is #88B354. Grayscale: #636363. Windows color (decimal): -8958805 or 11226231. OLE color: 11226231.
HSL color Cylindrical-coordinate representation of color #774CAB: hue angle of 267.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774CAB is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 76 | 171 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.33 |
| HSL | 267.16º | 0.38% | 0.48% | - |
| HSV(B) | 267.16º | 0.56% | 0.67% | - |
| XYZ | 17.54 | 12.03 | 39.93 | - |
| YUV | 99.69 | 168.25 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 171 | 0.30 | 0.56 | 0 | 0.33 | 267.16 | 0.38 | 0.48 |
| Hex | 77 | 4C | AB | 1E | 38 | 0 | 21 | 10B | 26 | 30 |
| Octal | 167 | 114 | 253 | 36 | 70 | 0 | 41 | 413 | 46 | 60 |
| Binary | 1110111 | 1001100 | 10101011 | 11110 | 111000 | 0 | 100001 | 100001011 | 100110 | 110000 |
Color Harmonies of #774CAB
Complementary color
Monochromatic Colors of #774CAB
Black with #774CAB
Text Example
Text Example
White with #774CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774CAB; }
p { color: rgb(119,76,171); }
H1.HeaderClassName
{
color: #774CAB;
}
.AnyTagClassName
{
color: #774CAB;
}
</style>
background-color css
<style>
a { background-color: #774CAB; }
a { background-color: rgb(119,76,171); }
div.DivClassName
{
background-color: #774CAB;
}
.BgClassName
{
background-color: #774CAB;
}
</style>
border-color css
<style>
span { border-color: #774CAB; }
span { border-color: rgb(119,76,171); }
td.TdClassName
{
border-color: #774CAB;
}
.TagClassName
{
border-color: #774CAB;
}
</style>