Shades of Studio #774AA7
Tints of Studio #774AA7
RGB
CMYK
RGB Variations
Color information
#774AA7 (or 0x774AA7) is known color: Studio. HEX triplet: 77, 4A and A7. RGB value is (119,74,167). Sum of RGB (Red+Green+Blue) = 119+74+167=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 167 (65.62% from 255 or 46.39% from 360); Max value from RGB is 167 - color contains mainly: blue. Hex color #774AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774AA7 is #88B558. Grayscale: #616161. Windows color (decimal): -8959321 or 10963575. OLE color: 10963575.
HSL color Cylindrical-coordinate representation of color #774AA7: hue angle of 269.03º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774AA7 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 74 | 167 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.35 |
| HSL | 269.03º | 0.39% | 0.47% | - |
| HSV(B) | 269.03º | 0.56% | 0.65% | - |
| XYZ | 17.03 | 11.61 | 37.9 | - |
| YUV | 98.06 | 166.91 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 167 | 0.29 | 0.56 | 0 | 0.35 | 269.03 | 0.39 | 0.47 |
| Hex | 77 | 4A | A7 | 1D | 38 | 0 | 23 | 10D | 27 | 2F |
| Octal | 167 | 112 | 247 | 35 | 70 | 0 | 43 | 415 | 47 | 57 |
| Binary | 1110111 | 1001010 | 10100111 | 11101 | 111000 | 0 | 100011 | 100001101 | 100111 | 101111 |
Color Harmonies of #774AA7
Complementary color
Monochromatic Colors of #774AA7
Black with #774AA7
Text Example
Text Example
White with #774AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774AA7; }
p { color: rgb(119,74,167); }
H1.HeaderClassName
{
color: #774AA7;
}
.AnyTagClassName
{
color: #774AA7;
}
</style>
background-color css
<style>
a { background-color: #774AA7; }
a { background-color: rgb(119,74,167); }
div.DivClassName
{
background-color: #774AA7;
}
.BgClassName
{
background-color: #774AA7;
}
</style>
border-color css
<style>
span { border-color: #774AA7; }
span { border-color: rgb(119,74,167); }
td.TdClassName
{
border-color: #774AA7;
}
.TagClassName
{
border-color: #774AA7;
}
</style>