Shades of Studio #775BA5
Tints of Studio #775BA5
RGB
CMYK
RGB Variations
Color information
#775BA5 (or 0x775BA5) is known color: Studio. HEX triplet: 77, 5B and A5. RGB value is (119,91,165). Sum of RGB (Red+Green+Blue) = 119+91+165=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 165 - color contains mainly: blue. Hex color #775BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775BA5 is #88A45A. Grayscale: #6B6B6B. Windows color (decimal): -8954971 or 10836855. OLE color: 10836855.
HSL color Cylindrical-coordinate representation of color #775BA5: hue angle of 262.7º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #775BA5 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 91 | 165 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.35 |
| HSL | 262.7º | 0.29% | 0.5% | - |
| HSV(B) | 262.7º | 0.45% | 0.65% | - |
| XYZ | 18.14 | 14.12 | 37.37 | - |
| YUV | 107.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 165 | 0.28 | 0.45 | 0 | 0.35 | 262.7 | 0.29 | 0.5 |
| Hex | 77 | 5B | A5 | 1C | 2D | 0 | 23 | 107 | 1D | 32 |
| Octal | 167 | 133 | 245 | 34 | 55 | 0 | 43 | 407 | 35 | 62 |
| Binary | 1110111 | 1011011 | 10100101 | 11100 | 101101 | 0 | 100011 | 100000111 | 11101 | 110010 |
Color Harmonies of #775BA5
Complementary color
Monochromatic Colors of #775BA5
Black with #775BA5
Text Example
Text Example
White with #775BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775BA5; }
p { color: rgb(119,91,165); }
H1.HeaderClassName
{
color: #775BA5;
}
.AnyTagClassName
{
color: #775BA5;
}
</style>
background-color css
<style>
a { background-color: #775BA5; }
a { background-color: rgb(119,91,165); }
div.DivClassName
{
background-color: #775BA5;
}
.BgClassName
{
background-color: #775BA5;
}
</style>
border-color css
<style>
span { border-color: #775BA5; }
span { border-color: rgb(119,91,165); }
td.TdClassName
{
border-color: #775BA5;
}
.TagClassName
{
border-color: #775BA5;
}
</style>