Shades of Studio #775895
Tints of Studio #775895
RGB
CMYK
RGB Variations
Color information
#775895 (or 0x775895) is known color: Studio. HEX triplet: 77, 58 and 95. RGB value is (119,88,149). Sum of RGB (Red+Green+Blue) = 119+88+149=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #775895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775895 is #88A76A. Grayscale: #686868. Windows color (decimal): -8955755 or 9787511. OLE color: 9787511.
HSL color Cylindrical-coordinate representation of color #775895: hue angle of 270.49º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #775895 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 88 | 149 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.42 |
| HSL | 270.49º | 0.26% | 0.46% | - |
| HSV(B) | 270.49º | 0.41% | 0.58% | - |
| XYZ | 16.52 | 13.07 | 30.09 | - |
| YUV | 104.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 149 | 0.20 | 0.41 | 0 | 0.42 | 270.49 | 0.26 | 0.46 |
| Hex | 77 | 58 | 95 | 14 | 29 | 0 | 2A | 10E | 1A | 2E |
| Octal | 167 | 130 | 225 | 24 | 51 | 0 | 52 | 416 | 32 | 56 |
| Binary | 1110111 | 1011000 | 10010101 | 10100 | 101001 | 0 | 101010 | 100001110 | 11010 | 101110 |
Color Harmonies of #775895
Complementary color
Monochromatic Colors of #775895
Black with #775895
Text Example
Text Example
White with #775895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775895; }
p { color: rgb(119,88,149); }
H1.HeaderClassName
{
color: #775895;
}
.AnyTagClassName
{
color: #775895;
}
</style>
background-color css
<style>
a { background-color: #775895; }
a { background-color: rgb(119,88,149); }
div.DivClassName
{
background-color: #775895;
}
.BgClassName
{
background-color: #775895;
}
</style>
border-color css
<style>
span { border-color: #775895; }
span { border-color: rgb(119,88,149); }
td.TdClassName
{
border-color: #775895;
}
.TagClassName
{
border-color: #775895;
}
</style>