Shades of Studio #764698
Tints of Studio #764698
RGB
CMYK
RGB Variations
Color information
#764698 (or 0x764698) is known color: Studio. HEX triplet: 76, 46 and 98. RGB value is (118,70,152). Sum of RGB (Red+Green+Blue) = 118+70+152=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #764698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764698 is #89B967. Grayscale: #5D5D5D. Windows color (decimal): -9025896 or 9979510. OLE color: 9979510.
HSL color Cylindrical-coordinate representation of color #764698: hue angle of 275.12º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #764698 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 70 | 152 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.40 |
| HSL | 275.12º | 0.37% | 0.44% | - |
| HSV(B) | 275.12º | 0.54% | 0.6% | - |
| XYZ | 15.33 | 10.5 | 30.92 | - |
| YUV | 93.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 152 | 0.22 | 0.54 | 0 | 0.40 | 275.12 | 0.37 | 0.44 |
| Hex | 76 | 46 | 98 | 16 | 36 | 0 | 28 | 113 | 25 | 2C |
| Octal | 166 | 106 | 230 | 26 | 66 | 0 | 50 | 423 | 45 | 54 |
| Binary | 1110110 | 1000110 | 10011000 | 10110 | 110110 | 0 | 101000 | 100010011 | 100101 | 101100 |
Color Harmonies of #764698
Complementary color
Monochromatic Colors of #764698
Black with #764698
Text Example
Text Example
White with #764698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764698; }
p { color: rgb(118,70,152); }
H1.HeaderClassName
{
color: #764698;
}
.AnyTagClassName
{
color: #764698;
}
</style>
background-color css
<style>
a { background-color: #764698; }
a { background-color: rgb(118,70,152); }
div.DivClassName
{
background-color: #764698;
}
.BgClassName
{
background-color: #764698;
}
</style>
border-color css
<style>
span { border-color: #764698; }
span { border-color: rgb(118,70,152); }
td.TdClassName
{
border-color: #764698;
}
.TagClassName
{
border-color: #764698;
}
</style>