Shades of Studio #765AA0
Tints of Studio #765AA0
RGB
CMYK
RGB Variations
Color information
#765AA0 (or 0x765AA0) is known color: Studio. HEX triplet: 76, 5A and A0. RGB value is (118,90,160). Sum of RGB (Red+Green+Blue) = 118+90+160=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 160 - color contains mainly: blue. Hex color #765AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765AA0 is #89A55F. Grayscale: #6A6A6A. Windows color (decimal): -9020768 or 10508918. OLE color: 10508918.
HSL color Cylindrical-coordinate representation of color #765AA0: hue angle of 264º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #765AA0 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 90 | 160 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.37 |
| HSL | 264º | 0.28% | 0.49% | - |
| HSV(B) | 264º | 0.44% | 0.63% | - |
| XYZ | 17.47 | 13.7 | 34.98 | - |
| YUV | 106.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 160 | 0.26 | 0.44 | 0 | 0.37 | 264 | 0.28 | 0.49 |
| Hex | 76 | 5A | A0 | 1A | 2C | 0 | 25 | 108 | 1C | 31 |
| Octal | 166 | 132 | 240 | 32 | 54 | 0 | 45 | 410 | 34 | 61 |
| Binary | 1110110 | 1011010 | 10100000 | 11010 | 101100 | 0 | 100101 | 100001000 | 11100 | 110001 |
Color Harmonies of #765AA0
Complementary color
Monochromatic Colors of #765AA0
Black with #765AA0
Text Example
Text Example
White with #765AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765AA0; }
p { color: rgb(118,90,160); }
H1.HeaderClassName
{
color: #765AA0;
}
.AnyTagClassName
{
color: #765AA0;
}
</style>
background-color css
<style>
a { background-color: #765AA0; }
a { background-color: rgb(118,90,160); }
div.DivClassName
{
background-color: #765AA0;
}
.BgClassName
{
background-color: #765AA0;
}
</style>
border-color css
<style>
span { border-color: #765AA0; }
span { border-color: rgb(118,90,160); }
td.TdClassName
{
border-color: #765AA0;
}
.TagClassName
{
border-color: #765AA0;
}
</style>