Shades of Studio #765996
Tints of Studio #765996
RGB
CMYK
RGB Variations
Color information
#765996 (or 0x765996) is known color: Studio. HEX triplet: 76, 59 and 96. RGB value is (118,89,150). Sum of RGB (Red+Green+Blue) = 118+89+150=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #765996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765996 is #89A669. Grayscale: #686868. Windows color (decimal): -9021034 or 9853302. OLE color: 9853302.
HSL color Cylindrical-coordinate representation of color #765996: hue angle of 268.52º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765996 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 89 | 150 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.41 |
| HSL | 268.52º | 0.26% | 0.47% | - |
| HSV(B) | 268.52º | 0.41% | 0.59% | - |
| XYZ | 16.55 | 13.2 | 30.53 | - |
| YUV | 104.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 150 | 0.21 | 0.41 | 0 | 0.41 | 268.52 | 0.26 | 0.47 |
| Hex | 76 | 59 | 96 | 15 | 29 | 0 | 29 | 10D | 1A | 2F |
| Octal | 166 | 131 | 226 | 25 | 51 | 0 | 51 | 415 | 32 | 57 |
| Binary | 1110110 | 1011001 | 10010110 | 10101 | 101001 | 0 | 101001 | 100001101 | 11010 | 101111 |
Color Harmonies of #765996
Complementary color
Monochromatic Colors of #765996
Black with #765996
Text Example
Text Example
White with #765996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765996; }
p { color: rgb(118,89,150); }
H1.HeaderClassName
{
color: #765996;
}
.AnyTagClassName
{
color: #765996;
}
</style>
background-color css
<style>
a { background-color: #765996; }
a { background-color: rgb(118,89,150); }
div.DivClassName
{
background-color: #765996;
}
.BgClassName
{
background-color: #765996;
}
</style>
border-color css
<style>
span { border-color: #765996; }
span { border-color: rgb(118,89,150); }
td.TdClassName
{
border-color: #765996;
}
.TagClassName
{
border-color: #765996;
}
</style>