Shades of Studio #77549C
Tints of Studio #77549C
RGB
CMYK
RGB Variations
Color information
#77549C (or 0x77549C) is known color: Studio. HEX triplet: 77, 54 and 9C. RGB value is (119,84,156). Sum of RGB (Red+Green+Blue) = 119+84+156=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #77549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77549C is #88AB63. Grayscale: #666666. Windows color (decimal): -8956772 or 10245239. OLE color: 10245239.
HSL color Cylindrical-coordinate representation of color #77549C: hue angle of 269.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77549C is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 84 | 156 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.39 |
| HSL | 269.17º | 0.3% | 0.47% | - |
| HSV(B) | 269.17º | 0.46% | 0.61% | - |
| XYZ | 16.78 | 12.66 | 33.01 | - |
| YUV | 102.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 156 | 0.24 | 0.46 | 0 | 0.39 | 269.17 | 0.3 | 0.47 |
| Hex | 77 | 54 | 9C | 18 | 2E | 0 | 27 | 10D | 1E | 2F |
| Octal | 167 | 124 | 234 | 30 | 56 | 0 | 47 | 415 | 36 | 57 |
| Binary | 1110111 | 1010100 | 10011100 | 11000 | 101110 | 0 | 100111 | 100001101 | 11110 | 101111 |
Color Harmonies of #77549C
Complementary color
Monochromatic Colors of #77549C
Black with #77549C
Text Example
Text Example
White with #77549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77549C; }
p { color: rgb(119,84,156); }
H1.HeaderClassName
{
color: #77549C;
}
.AnyTagClassName
{
color: #77549C;
}
</style>
background-color css
<style>
a { background-color: #77549C; }
a { background-color: rgb(119,84,156); }
div.DivClassName
{
background-color: #77549C;
}
.BgClassName
{
background-color: #77549C;
}
</style>
border-color css
<style>
span { border-color: #77549C; }
span { border-color: rgb(119,84,156); }
td.TdClassName
{
border-color: #77549C;
}
.TagClassName
{
border-color: #77549C;
}
</style>