Shades of Studio #77539A
Tints of Studio #77539A
RGB
CMYK
RGB Variations
Color information
#77539A (or 0x77539A) is known color: Studio. HEX triplet: 77, 53 and 9A. RGB value is (119,83,154). Sum of RGB (Red+Green+Blue) = 119+83+154=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #77539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77539A is #88AC65. Grayscale: #656565. Windows color (decimal): -8957030 or 10113911. OLE color: 10113911.
HSL color Cylindrical-coordinate representation of color #77539A: hue angle of 270.42º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77539A is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 83 | 154 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.40 |
| HSL | 270.42º | 0.3% | 0.46% | - |
| HSV(B) | 270.42º | 0.46% | 0.6% | - |
| XYZ | 16.53 | 12.44 | 32.1 | - |
| YUV | 101.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 154 | 0.23 | 0.46 | 0 | 0.40 | 270.42 | 0.3 | 0.46 |
| Hex | 77 | 53 | 9A | 17 | 2E | 0 | 28 | 10E | 1E | 2E |
| Octal | 167 | 123 | 232 | 27 | 56 | 0 | 50 | 416 | 36 | 56 |
| Binary | 1110111 | 1010011 | 10011010 | 10111 | 101110 | 0 | 101000 | 100001110 | 11110 | 101110 |
Color Harmonies of #77539A
Complementary color
Monochromatic Colors of #77539A
Black with #77539A
Text Example
Text Example
White with #77539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77539A; }
p { color: rgb(119,83,154); }
H1.HeaderClassName
{
color: #77539A;
}
.AnyTagClassName
{
color: #77539A;
}
</style>
background-color css
<style>
a { background-color: #77539A; }
a { background-color: rgb(119,83,154); }
div.DivClassName
{
background-color: #77539A;
}
.BgClassName
{
background-color: #77539A;
}
</style>
border-color css
<style>
span { border-color: #77539A; }
span { border-color: rgb(119,83,154); }
td.TdClassName
{
border-color: #77539A;
}
.TagClassName
{
border-color: #77539A;
}
</style>