Shades of Studio #7656AE
Tints of Studio #7656AE
RGB
CMYK
RGB Variations
Color information
#7656AE (or 0x7656AE) is known color: Studio. HEX triplet: 76, 56 and AE. RGB value is (118,86,174). Sum of RGB (Red+Green+Blue) = 118+86+174=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #7656AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7656AE is #89A951. Grayscale: #696969. Windows color (decimal): -9021778 or 11425398. OLE color: 11425398.
HSL color Cylindrical-coordinate representation of color #7656AE: hue angle of 261.82º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7656AE is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 86 | 174 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.32 |
| HSL | 261.82º | 0.35% | 0.51% | - |
| HSV(B) | 261.82º | 0.51% | 0.68% | - |
| XYZ | 18.44 | 13.56 | 41.69 | - |
| YUV | 105.6 | 166.6 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 174 | 0.32 | 0.51 | 0 | 0.32 | 261.82 | 0.35 | 0.51 |
| Hex | 76 | 56 | AE | 20 | 33 | 0 | 20 | 106 | 23 | 33 |
| Octal | 166 | 126 | 256 | 40 | 63 | 0 | 40 | 406 | 43 | 63 |
| Binary | 1110110 | 1010110 | 10101110 | 100000 | 110011 | 0 | 100000 | 100000110 | 100011 | 110011 |
Color Harmonies of #7656AE
Complementary color
Monochromatic Colors of #7656AE
Black with #7656AE
Text Example
Text Example
White with #7656AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7656AE; }
p { color: rgb(118,86,174); }
H1.HeaderClassName
{
color: #7656AE;
}
.AnyTagClassName
{
color: #7656AE;
}
</style>
background-color css
<style>
a { background-color: #7656AE; }
a { background-color: rgb(118,86,174); }
div.DivClassName
{
background-color: #7656AE;
}
.BgClassName
{
background-color: #7656AE;
}
</style>
border-color css
<style>
span { border-color: #7656AE; }
span { border-color: rgb(118,86,174); }
td.TdClassName
{
border-color: #7656AE;
}
.TagClassName
{
border-color: #7656AE;
}
</style>