Shades of Studio #77499C
Tints of Studio #77499C
RGB
CMYK
RGB Variations
Color information
#77499C (or 0x77499C) is known color: Studio. HEX triplet: 77, 49 and 9C. RGB value is (119,73,156). Sum of RGB (Red+Green+Blue) = 119+73+156=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #77499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77499C is #88B663. Grayscale: #5F5F5F. Windows color (decimal): -8959588 or 10242423. OLE color: 10242423.
HSL color Cylindrical-coordinate representation of color #77499C: hue angle of 273.25º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77499C is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 73 | 156 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.39 |
| HSL | 273.25º | 0.36% | 0.45% | - |
| HSV(B) | 273.25º | 0.53% | 0.61% | - |
| XYZ | 15.99 | 11.09 | 32.75 | - |
| YUV | 96.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 156 | 0.24 | 0.53 | 0 | 0.39 | 273.25 | 0.36 | 0.45 |
| Hex | 77 | 49 | 9C | 18 | 35 | 0 | 27 | 111 | 24 | 2D |
| Octal | 167 | 111 | 234 | 30 | 65 | 0 | 47 | 421 | 44 | 55 |
| Binary | 1110111 | 1001001 | 10011100 | 11000 | 110101 | 0 | 100111 | 100010001 | 100100 | 101101 |
Color Harmonies of #77499C
Complementary color
Monochromatic Colors of #77499C
Black with #77499C
Text Example
Text Example
White with #77499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77499C; }
p { color: rgb(119,73,156); }
H1.HeaderClassName
{
color: #77499C;
}
.AnyTagClassName
{
color: #77499C;
}
</style>
background-color css
<style>
a { background-color: #77499C; }
a { background-color: rgb(119,73,156); }
div.DivClassName
{
background-color: #77499C;
}
.BgClassName
{
background-color: #77499C;
}
</style>
border-color css
<style>
span { border-color: #77499C; }
span { border-color: rgb(119,73,156); }
td.TdClassName
{
border-color: #77499C;
}
.TagClassName
{
border-color: #77499C;
}
</style>