Shades of Studio #775A97
Tints of Studio #775A97
RGB
CMYK
RGB Variations
Color information
#775A97 (or 0x775A97) is known color: Studio. HEX triplet: 77, 5A and 97. RGB value is (119,90,151). Sum of RGB (Red+Green+Blue) = 119+90+151=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 151 - color contains mainly: blue. Hex color #775A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775A97 is #88A568. Grayscale: #696969. Windows color (decimal): -8955241 or 9919095. OLE color: 9919095.
HSL color Cylindrical-coordinate representation of color #775A97: hue angle of 268.52º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #775A97 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 90 | 151 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.41 |
| HSL | 268.52º | 0.25% | 0.47% | - |
| HSV(B) | 268.52º | 0.4% | 0.59% | - |
| XYZ | 16.85 | 13.47 | 30.99 | - |
| YUV | 105.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 151 | 0.21 | 0.40 | 0 | 0.41 | 268.52 | 0.25 | 0.47 |
| Hex | 77 | 5A | 97 | 15 | 28 | 0 | 29 | 10D | 19 | 2F |
| Octal | 167 | 132 | 227 | 25 | 50 | 0 | 51 | 415 | 31 | 57 |
| Binary | 1110111 | 1011010 | 10010111 | 10101 | 101000 | 0 | 101001 | 100001101 | 11001 | 101111 |
Color Harmonies of #775A97
Complementary color
Monochromatic Colors of #775A97
Black with #775A97
Text Example
Text Example
White with #775A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A97; }
p { color: rgb(119,90,151); }
H1.HeaderClassName
{
color: #775A97;
}
.AnyTagClassName
{
color: #775A97;
}
</style>
background-color css
<style>
a { background-color: #775A97; }
a { background-color: rgb(119,90,151); }
div.DivClassName
{
background-color: #775A97;
}
.BgClassName
{
background-color: #775A97;
}
</style>
border-color css
<style>
span { border-color: #775A97; }
span { border-color: rgb(119,90,151); }
td.TdClassName
{
border-color: #775A97;
}
.TagClassName
{
border-color: #775A97;
}
</style>