Shades of Studio #77599D
Tints of Studio #77599D
RGB
CMYK
RGB Variations
Color information
#77599D (or 0x77599D) is known color: Studio. HEX triplet: 77, 59 and 9D. RGB value is (119,89,157). Sum of RGB (Red+Green+Blue) = 119+89+157=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #77599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77599D is #88A662. Grayscale: #696969. Windows color (decimal): -8955491 or 10312055. OLE color: 10312055.
HSL color Cylindrical-coordinate representation of color #77599D: hue angle of 266.47º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77599D is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 89 | 157 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.38 |
| HSL | 266.47º | 0.28% | 0.48% | - |
| HSV(B) | 266.47º | 0.43% | 0.62% | - |
| XYZ | 17.27 | 13.5 | 33.59 | - |
| YUV | 105.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 157 | 0.24 | 0.43 | 0 | 0.38 | 266.47 | 0.28 | 0.48 |
| Hex | 77 | 59 | 9D | 18 | 2B | 0 | 26 | 10A | 1C | 30 |
| Octal | 167 | 131 | 235 | 30 | 53 | 0 | 46 | 412 | 34 | 60 |
| Binary | 1110111 | 1011001 | 10011101 | 11000 | 101011 | 0 | 100110 | 100001010 | 11100 | 110000 |
Color Harmonies of #77599D
Complementary color
Monochromatic Colors of #77599D
Black with #77599D
Text Example
Text Example
White with #77599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77599D; }
p { color: rgb(119,89,157); }
H1.HeaderClassName
{
color: #77599D;
}
.AnyTagClassName
{
color: #77599D;
}
</style>
background-color css
<style>
a { background-color: #77599D; }
a { background-color: rgb(119,89,157); }
div.DivClassName
{
background-color: #77599D;
}
.BgClassName
{
background-color: #77599D;
}
</style>
border-color css
<style>
span { border-color: #77599D; }
span { border-color: rgb(119,89,157); }
td.TdClassName
{
border-color: #77599D;
}
.TagClassName
{
border-color: #77599D;
}
</style>