Shades of Studio #77529F
Tints of Studio #77529F
RGB
CMYK
RGB Variations
Color information
#77529F (or 0x77529F) is known color: Studio. HEX triplet: 77, 52 and 9F. RGB value is (119,82,159). Sum of RGB (Red+Green+Blue) = 119+82+159=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #77529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77529F is #88AD60. Grayscale: #656565. Windows color (decimal): -8957281 or 10441335. OLE color: 10441335.
HSL color Cylindrical-coordinate representation of color #77529F: hue angle of 268.83º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77529F is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 82 | 159 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.38 |
| HSL | 268.83º | 0.32% | 0.47% | - |
| HSV(B) | 268.83º | 0.48% | 0.62% | - |
| XYZ | 16.88 | 12.46 | 34.32 | - |
| YUV | 101.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 159 | 0.25 | 0.48 | 0 | 0.38 | 268.83 | 0.32 | 0.47 |
| Hex | 77 | 52 | 9F | 19 | 30 | 0 | 26 | 10D | 20 | 2F |
| Octal | 167 | 122 | 237 | 31 | 60 | 0 | 46 | 415 | 40 | 57 |
| Binary | 1110111 | 1010010 | 10011111 | 11001 | 110000 | 0 | 100110 | 100001101 | 100000 | 101111 |
Color Harmonies of #77529F
Complementary color
Monochromatic Colors of #77529F
Black with #77529F
Text Example
Text Example
White with #77529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77529F; }
p { color: rgb(119,82,159); }
H1.HeaderClassName
{
color: #77529F;
}
.AnyTagClassName
{
color: #77529F;
}
</style>
background-color css
<style>
a { background-color: #77529F; }
a { background-color: rgb(119,82,159); }
div.DivClassName
{
background-color: #77529F;
}
.BgClassName
{
background-color: #77529F;
}
</style>
border-color css
<style>
span { border-color: #77529F; }
span { border-color: rgb(119,82,159); }
td.TdClassName
{
border-color: #77529F;
}
.TagClassName
{
border-color: #77529F;
}
</style>