Shades of Studio #77539F
Tints of Studio #77539F
RGB
CMYK
RGB Variations
Color information
#77539F (or 0x77539F) is known color: Studio. HEX triplet: 77, 53 and 9F. RGB value is (119,83,159). Sum of RGB (Red+Green+Blue) = 119+83+159=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #77539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77539F is #88AC60. Grayscale: #666666. Windows color (decimal): -8957025 or 10441591. OLE color: 10441591.
HSL color Cylindrical-coordinate representation of color #77539F: hue angle of 268.42º degrees, saturation: 0.31, 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 #77539F is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 83 | 159 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.38 |
| HSL | 268.42º | 0.31% | 0.47% | - |
| HSV(B) | 268.42º | 0.48% | 0.62% | - |
| XYZ | 16.96 | 12.61 | 34.34 | - |
| YUV | 102.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 159 | 0.25 | 0.48 | 0 | 0.38 | 268.42 | 0.31 | 0.47 |
| Hex | 77 | 53 | 9F | 19 | 30 | 0 | 26 | 10C | 1F | 2F |
| Octal | 167 | 123 | 237 | 31 | 60 | 0 | 46 | 414 | 37 | 57 |
| Binary | 1110111 | 1010011 | 10011111 | 11001 | 110000 | 0 | 100110 | 100001100 | 11111 | 101111 |
Color Harmonies of #77539F
Complementary color
Monochromatic Colors of #77539F
Black with #77539F
Text Example
Text Example
White with #77539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77539F; }
p { color: rgb(119,83,159); }
H1.HeaderClassName
{
color: #77539F;
}
.AnyTagClassName
{
color: #77539F;
}
</style>
background-color css
<style>
a { background-color: #77539F; }
a { background-color: rgb(119,83,159); }
div.DivClassName
{
background-color: #77539F;
}
.BgClassName
{
background-color: #77539F;
}
</style>
border-color css
<style>
span { border-color: #77539F; }
span { border-color: rgb(119,83,159); }
td.TdClassName
{
border-color: #77539F;
}
.TagClassName
{
border-color: #77539F;
}
</style>