Shades of Studio #775198
Tints of Studio #775198
RGB
CMYK
RGB Variations
Color information
#775198 (or 0x775198) is known color: Studio. HEX triplet: 77, 51 and 98. RGB value is (119,81,152). Sum of RGB (Red+Green+Blue) = 119+81+152=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #775198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775198 is #88AE67. Grayscale: #646464. Windows color (decimal): -8957544 or 9982327. OLE color: 9982327.
HSL color Cylindrical-coordinate representation of color #775198: hue angle of 272.11º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #775198 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 81 | 152 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.40 |
| HSL | 272.11º | 0.3% | 0.46% | - |
| HSV(B) | 272.11º | 0.47% | 0.6% | - |
| XYZ | 16.22 | 12.07 | 31.18 | - |
| YUV | 100.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 152 | 0.22 | 0.47 | 0 | 0.40 | 272.11 | 0.3 | 0.46 |
| Hex | 77 | 51 | 98 | 16 | 2F | 0 | 28 | 110 | 1E | 2E |
| Octal | 167 | 121 | 230 | 26 | 57 | 0 | 50 | 420 | 36 | 56 |
| Binary | 1110111 | 1010001 | 10011000 | 10110 | 101111 | 0 | 101000 | 100010000 | 11110 | 101110 |
Color Harmonies of #775198
Complementary color
Monochromatic Colors of #775198
Black with #775198
Text Example
Text Example
White with #775198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775198; }
p { color: rgb(119,81,152); }
H1.HeaderClassName
{
color: #775198;
}
.AnyTagClassName
{
color: #775198;
}
</style>
background-color css
<style>
a { background-color: #775198; }
a { background-color: rgb(119,81,152); }
div.DivClassName
{
background-color: #775198;
}
.BgClassName
{
background-color: #775198;
}
</style>
border-color css
<style>
span { border-color: #775198; }
span { border-color: rgb(119,81,152); }
td.TdClassName
{
border-color: #775198;
}
.TagClassName
{
border-color: #775198;
}
</style>