Shades of Studio #775096
Tints of Studio #775096
RGB
CMYK
RGB Variations
Color information
#775096 (or 0x775096) is known color: Studio. HEX triplet: 77, 50 and 96. RGB value is (119,80,150). Sum of RGB (Red+Green+Blue) = 119+80+150=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #775096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775096 is #88AF69. Grayscale: #636363. Windows color (decimal): -8957802 or 9850999. OLE color: 9850999.
HSL color Cylindrical-coordinate representation of color #775096: hue angle of 273.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #775096 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 80 | 150 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.41 |
| HSL | 273.43º | 0.3% | 0.45% | - |
| HSV(B) | 273.43º | 0.47% | 0.59% | - |
| XYZ | 15.98 | 11.86 | 30.3 | - |
| YUV | 99.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 150 | 0.21 | 0.47 | 0 | 0.41 | 273.43 | 0.3 | 0.45 |
| Hex | 77 | 50 | 96 | 15 | 2F | 0 | 29 | 111 | 1E | 2D |
| Octal | 167 | 120 | 226 | 25 | 57 | 0 | 51 | 421 | 36 | 55 |
| Binary | 1110111 | 1010000 | 10010110 | 10101 | 101111 | 0 | 101001 | 100010001 | 11110 | 101101 |
Color Harmonies of #775096
Complementary color
Monochromatic Colors of #775096
Black with #775096
Text Example
Text Example
White with #775096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775096; }
p { color: rgb(119,80,150); }
H1.HeaderClassName
{
color: #775096;
}
.AnyTagClassName
{
color: #775096;
}
</style>
background-color css
<style>
a { background-color: #775096; }
a { background-color: rgb(119,80,150); }
div.DivClassName
{
background-color: #775096;
}
.BgClassName
{
background-color: #775096;
}
</style>
border-color css
<style>
span { border-color: #775096; }
span { border-color: rgb(119,80,150); }
td.TdClassName
{
border-color: #775096;
}
.TagClassName
{
border-color: #775096;
}
</style>