Shades of Studio #764098
Tints of Studio #764098
RGB
CMYK
RGB Variations
Color information
#764098 (or 0x764098) is known color: Studio. HEX triplet: 76, 40 and 98. RGB value is (118,64,152). Sum of RGB (Red+Green+Blue) = 118+64+152=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #764098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764098 is #89BF67. Grayscale: #595959. Windows color (decimal): -9027432 or 9977974. OLE color: 9977974.
HSL color Cylindrical-coordinate representation of color #764098: hue angle of 276.82º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764098 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 64 | 152 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.40 |
| HSL | 276.82º | 0.41% | 0.42% | - |
| HSV(B) | 276.82º | 0.58% | 0.6% | - |
| XYZ | 14.97 | 9.79 | 30.81 | - |
| YUV | 90.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 152 | 0.22 | 0.58 | 0 | 0.40 | 276.82 | 0.41 | 0.42 |
| Hex | 76 | 40 | 98 | 16 | 3A | 0 | 28 | 115 | 29 | 2A |
| Octal | 166 | 100 | 230 | 26 | 72 | 0 | 50 | 425 | 51 | 52 |
| Binary | 1110110 | 1000000 | 10011000 | 10110 | 111010 | 0 | 101000 | 100010101 | 101001 | 101010 |
Color Harmonies of #764098
Complementary color
Monochromatic Colors of #764098
Black with #764098
Text Example
Text Example
White with #764098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764098; }
p { color: rgb(118,64,152); }
H1.HeaderClassName
{
color: #764098;
}
.AnyTagClassName
{
color: #764098;
}
</style>
background-color css
<style>
a { background-color: #764098; }
a { background-color: rgb(118,64,152); }
div.DivClassName
{
background-color: #764098;
}
.BgClassName
{
background-color: #764098;
}
</style>
border-color css
<style>
span { border-color: #764098; }
span { border-color: rgb(118,64,152); }
td.TdClassName
{
border-color: #764098;
}
.TagClassName
{
border-color: #764098;
}
</style>