Shades of Studio #765694
Tints of Studio #765694
RGB
CMYK
RGB Variations
Color information
#765694 (or 0x765694) is known color: Studio. HEX triplet: 76, 56 and 94. RGB value is (118,86,148). Sum of RGB (Red+Green+Blue) = 118+86+148=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #765694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765694 is #89A96B. Grayscale: #666666. Windows color (decimal): -9021804 or 9721462. OLE color: 9721462.
HSL color Cylindrical-coordinate representation of color #765694: hue angle of 270.97º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #765694 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 86 | 148 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.42 |
| HSL | 270.97º | 0.26% | 0.46% | - |
| HSV(B) | 270.97º | 0.42% | 0.58% | - |
| XYZ | 16.14 | 12.65 | 29.61 | - |
| YUV | 102.64 | 153.6 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 148 | 0.20 | 0.42 | 0 | 0.42 | 270.97 | 0.26 | 0.46 |
| Hex | 76 | 56 | 94 | 14 | 2A | 0 | 2A | 10F | 1A | 2E |
| Octal | 166 | 126 | 224 | 24 | 52 | 0 | 52 | 417 | 32 | 56 |
| Binary | 1110110 | 1010110 | 10010100 | 10100 | 101010 | 0 | 101010 | 100001111 | 11010 | 101110 |
Color Harmonies of #765694
Complementary color
Monochromatic Colors of #765694
Black with #765694
Text Example
Text Example
White with #765694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765694; }
p { color: rgb(118,86,148); }
H1.HeaderClassName
{
color: #765694;
}
.AnyTagClassName
{
color: #765694;
}
</style>
background-color css
<style>
a { background-color: #765694; }
a { background-color: rgb(118,86,148); }
div.DivClassName
{
background-color: #765694;
}
.BgClassName
{
background-color: #765694;
}
</style>
border-color css
<style>
span { border-color: #765694; }
span { border-color: rgb(118,86,148); }
td.TdClassName
{
border-color: #765694;
}
.TagClassName
{
border-color: #765694;
}
</style>