Shades of Studio #775696
Tints of Studio #775696
RGB
CMYK
RGB Variations
Color information
#775696 (or 0x775696) is known color: Studio. HEX triplet: 77, 56 and 96. RGB value is (119,86,150). Sum of RGB (Red+Green+Blue) = 119+86+150=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #775696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775696 is #88A969. Grayscale: #666666. Windows color (decimal): -8956266 or 9852535. OLE color: 9852535.
HSL color Cylindrical-coordinate representation of color #775696: hue angle of 270.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #775696 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 86 | 150 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.41 |
| HSL | 270.94º | 0.27% | 0.46% | - |
| HSV(B) | 270.94º | 0.43% | 0.59% | - |
| XYZ | 16.44 | 12.78 | 30.45 | - |
| YUV | 103.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 150 | 0.21 | 0.43 | 0 | 0.41 | 270.94 | 0.27 | 0.46 |
| Hex | 77 | 56 | 96 | 15 | 2B | 0 | 29 | 10F | 1B | 2E |
| Octal | 167 | 126 | 226 | 25 | 53 | 0 | 51 | 417 | 33 | 56 |
| Binary | 1110111 | 1010110 | 10010110 | 10101 | 101011 | 0 | 101001 | 100001111 | 11011 | 101110 |
Color Harmonies of #775696
Complementary color
Monochromatic Colors of #775696
Black with #775696
Text Example
Text Example
White with #775696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775696; }
p { color: rgb(119,86,150); }
H1.HeaderClassName
{
color: #775696;
}
.AnyTagClassName
{
color: #775696;
}
</style>
background-color css
<style>
a { background-color: #775696; }
a { background-color: rgb(119,86,150); }
div.DivClassName
{
background-color: #775696;
}
.BgClassName
{
background-color: #775696;
}
</style>
border-color css
<style>
span { border-color: #775696; }
span { border-color: rgb(119,86,150); }
td.TdClassName
{
border-color: #775696;
}
.TagClassName
{
border-color: #775696;
}
</style>