Shades of Studio #775095
Tints of Studio #775095
RGB
CMYK
RGB Variations
Color information
#775095 (or 0x775095) is known color: Studio. HEX triplet: 77, 50 and 95. RGB value is (119,80,149). Sum of RGB (Red+Green+Blue) = 119+80+149=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #775095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775095 is #88AF6A. Grayscale: #636363. Windows color (decimal): -8957803 or 9785463. OLE color: 9785463.
HSL color Cylindrical-coordinate representation of color #775095: hue angle of 273.91º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #775095 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 80 | 149 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.42 |
| HSL | 273.91º | 0.3% | 0.45% | - |
| HSV(B) | 273.91º | 0.46% | 0.58% | - |
| XYZ | 15.9 | 11.83 | 29.88 | - |
| YUV | 99.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 149 | 0.20 | 0.46 | 0 | 0.42 | 273.91 | 0.3 | 0.45 |
| Hex | 77 | 50 | 95 | 14 | 2E | 0 | 2A | 112 | 1E | 2D |
| Octal | 167 | 120 | 225 | 24 | 56 | 0 | 52 | 422 | 36 | 55 |
| Binary | 1110111 | 1010000 | 10010101 | 10100 | 101110 | 0 | 101010 | 100010010 | 11110 | 101101 |
Color Harmonies of #775095
Complementary color
Monochromatic Colors of #775095
Black with #775095
Text Example
Text Example
White with #775095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775095; }
p { color: rgb(119,80,149); }
H1.HeaderClassName
{
color: #775095;
}
.AnyTagClassName
{
color: #775095;
}
</style>
background-color css
<style>
a { background-color: #775095; }
a { background-color: rgb(119,80,149); }
div.DivClassName
{
background-color: #775095;
}
.BgClassName
{
background-color: #775095;
}
</style>
border-color css
<style>
span { border-color: #775095; }
span { border-color: rgb(119,80,149); }
td.TdClassName
{
border-color: #775095;
}
.TagClassName
{
border-color: #775095;
}
</style>