Shades of Studio #774CB7
Tints of Studio #774CB7
RGB
CMYK
RGB Variations
Color information
#774CB7 (or 0x774CB7) is known color: Studio. HEX triplet: 77, 4C and B7. RGB value is (119,76,183). Sum of RGB (Red+Green+Blue) = 119+76+183=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #774CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CB7 is #88B348. Grayscale: #646464. Windows color (decimal): -8958793 or 12012663. OLE color: 12012663.
HSL color Cylindrical-coordinate representation of color #774CB7: hue angle of 264.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774CB7 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 76 | 183 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.28 |
| HSL | 264.11º | 0.43% | 0.51% | - |
| HSV(B) | 264.11º | 0.58% | 0.72% | - |
| XYZ | 18.74 | 12.51 | 46.23 | - |
| YUV | 101.06 | 174.25 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 183 | 0.35 | 0.58 | 0 | 0.28 | 264.11 | 0.43 | 0.51 |
| Hex | 77 | 4C | B7 | 23 | 3A | 0 | 1C | 108 | 2B | 33 |
| Octal | 167 | 114 | 267 | 43 | 72 | 0 | 34 | 410 | 53 | 63 |
| Binary | 1110111 | 1001100 | 10110111 | 100011 | 111010 | 0 | 11100 | 100001000 | 101011 | 110011 |
Color Harmonies of #774CB7
Complementary color
Monochromatic Colors of #774CB7
Black with #774CB7
Text Example
Text Example
White with #774CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774CB7; }
p { color: rgb(119,76,183); }
H1.HeaderClassName
{
color: #774CB7;
}
.AnyTagClassName
{
color: #774CB7;
}
</style>
background-color css
<style>
a { background-color: #774CB7; }
a { background-color: rgb(119,76,183); }
div.DivClassName
{
background-color: #774CB7;
}
.BgClassName
{
background-color: #774CB7;
}
</style>
border-color css
<style>
span { border-color: #774CB7; }
span { border-color: rgb(119,76,183); }
td.TdClassName
{
border-color: #774CB7;
}
.TagClassName
{
border-color: #774CB7;
}
</style>