Shades of Studio #77539C
Tints of Studio #77539C
RGB
CMYK
RGB Variations
Color information
#77539C (or 0x77539C) is known color: Studio. HEX triplet: 77, 53 and 9C. RGB value is (119,83,156). Sum of RGB (Red+Green+Blue) = 119+83+156=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #77539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77539C is #88AC63. Grayscale: #656565. Windows color (decimal): -8957028 or 10244983. OLE color: 10244983.
HSL color Cylindrical-coordinate representation of color #77539C: hue angle of 269.59º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77539C is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 83 | 156 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.39 |
| HSL | 269.59º | 0.31% | 0.47% | - |
| HSV(B) | 269.59º | 0.47% | 0.61% | - |
| XYZ | 16.7 | 12.51 | 32.99 | - |
| YUV | 102.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 156 | 0.24 | 0.47 | 0 | 0.39 | 269.59 | 0.31 | 0.47 |
| Hex | 77 | 53 | 9C | 18 | 2F | 0 | 27 | 10E | 1F | 2F |
| Octal | 167 | 123 | 234 | 30 | 57 | 0 | 47 | 416 | 37 | 57 |
| Binary | 1110111 | 1010011 | 10011100 | 11000 | 101111 | 0 | 100111 | 100001110 | 11111 | 101111 |
Color Harmonies of #77539C
Complementary color
Monochromatic Colors of #77539C
Black with #77539C
Text Example
Text Example
White with #77539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77539C; }
p { color: rgb(119,83,156); }
H1.HeaderClassName
{
color: #77539C;
}
.AnyTagClassName
{
color: #77539C;
}
</style>
background-color css
<style>
a { background-color: #77539C; }
a { background-color: rgb(119,83,156); }
div.DivClassName
{
background-color: #77539C;
}
.BgClassName
{
background-color: #77539C;
}
</style>
border-color css
<style>
span { border-color: #77539C; }
span { border-color: rgb(119,83,156); }
td.TdClassName
{
border-color: #77539C;
}
.TagClassName
{
border-color: #77539C;
}
</style>