Shades of Studio #77599A
Tints of Studio #77599A
RGB
CMYK
RGB Variations
Color information
#77599A (or 0x77599A) is known color: Studio. HEX triplet: 77, 59 and 9A. RGB value is (119,89,154). Sum of RGB (Red+Green+Blue) = 119+89+154=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #77599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77599A is #88A665. Grayscale: #696969. Windows color (decimal): -8955494 or 10115447. OLE color: 10115447.
HSL color Cylindrical-coordinate representation of color #77599A: hue angle of 267.69º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77599A is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 89 | 154 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.40 |
| HSL | 267.69º | 0.27% | 0.48% | - |
| HSV(B) | 267.69º | 0.42% | 0.6% | - |
| XYZ | 17.01 | 13.4 | 32.26 | - |
| YUV | 105.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 154 | 0.23 | 0.42 | 0 | 0.40 | 267.69 | 0.27 | 0.48 |
| Hex | 77 | 59 | 9A | 17 | 2A | 0 | 28 | 10C | 1B | 30 |
| Octal | 167 | 131 | 232 | 27 | 52 | 0 | 50 | 414 | 33 | 60 |
| Binary | 1110111 | 1011001 | 10011010 | 10111 | 101010 | 0 | 101000 | 100001100 | 11011 | 110000 |
Color Harmonies of #77599A
Complementary color
Monochromatic Colors of #77599A
Black with #77599A
Text Example
Text Example
White with #77599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77599A; }
p { color: rgb(119,89,154); }
H1.HeaderClassName
{
color: #77599A;
}
.AnyTagClassName
{
color: #77599A;
}
</style>
background-color css
<style>
a { background-color: #77599A; }
a { background-color: rgb(119,89,154); }
div.DivClassName
{
background-color: #77599A;
}
.BgClassName
{
background-color: #77599A;
}
</style>
border-color css
<style>
span { border-color: #77599A; }
span { border-color: rgb(119,89,154); }
td.TdClassName
{
border-color: #77599A;
}
.TagClassName
{
border-color: #77599A;
}
</style>