Shades of Studio #77589F
Tints of Studio #77589F
RGB
CMYK
RGB Variations
Color information
#77589F (or 0x77589F) is known color: Studio. HEX triplet: 77, 58 and 9F. RGB value is (119,88,159). Sum of RGB (Red+Green+Blue) = 119+88+159=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #77589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77589F is #88A760. Grayscale: #696969. Windows color (decimal): -8955745 or 10442871. OLE color: 10442871.
HSL color Cylindrical-coordinate representation of color #77589F: hue angle of 266.2º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77589F is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 88 | 159 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.38 |
| HSL | 266.2º | 0.29% | 0.48% | - |
| HSV(B) | 266.2º | 0.45% | 0.62% | - |
| XYZ | 17.36 | 13.4 | 34.47 | - |
| YUV | 105.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 159 | 0.25 | 0.45 | 0 | 0.38 | 266.2 | 0.29 | 0.48 |
| Hex | 77 | 58 | 9F | 19 | 2D | 0 | 26 | 10A | 1D | 30 |
| Octal | 167 | 130 | 237 | 31 | 55 | 0 | 46 | 412 | 35 | 60 |
| Binary | 1110111 | 1011000 | 10011111 | 11001 | 101101 | 0 | 100110 | 100001010 | 11101 | 110000 |
Color Harmonies of #77589F
Complementary color
Monochromatic Colors of #77589F
Black with #77589F
Text Example
Text Example
White with #77589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77589F; }
p { color: rgb(119,88,159); }
H1.HeaderClassName
{
color: #77589F;
}
.AnyTagClassName
{
color: #77589F;
}
</style>
background-color css
<style>
a { background-color: #77589F; }
a { background-color: rgb(119,88,159); }
div.DivClassName
{
background-color: #77589F;
}
.BgClassName
{
background-color: #77589F;
}
</style>
border-color css
<style>
span { border-color: #77589F; }
span { border-color: rgb(119,88,159); }
td.TdClassName
{
border-color: #77589F;
}
.TagClassName
{
border-color: #77589F;
}
</style>