Shades of Studio #764196
Tints of Studio #764196
RGB
CMYK
RGB Variations
Color information
#764196 (or 0x764196) is known color: Studio. HEX triplet: 76, 41 and 96. RGB value is (118,65,150). Sum of RGB (Red+Green+Blue) = 118+65+150=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #764196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764196 is #89BE69. Grayscale: #5A5A5A. Windows color (decimal): -9027178 or 9847158. OLE color: 9847158.
HSL color Cylindrical-coordinate representation of color #764196: hue angle of 277.41º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764196 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 65 | 150 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.41 |
| HSL | 277.41º | 0.4% | 0.42% | - |
| HSV(B) | 277.41º | 0.57% | 0.59% | - |
| XYZ | 14.87 | 9.83 | 29.97 | - |
| YUV | 90.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 150 | 0.21 | 0.57 | 0 | 0.41 | 277.41 | 0.4 | 0.42 |
| Hex | 76 | 41 | 96 | 15 | 39 | 0 | 29 | 115 | 28 | 2A |
| Octal | 166 | 101 | 226 | 25 | 71 | 0 | 51 | 425 | 50 | 52 |
| Binary | 1110110 | 1000001 | 10010110 | 10101 | 111001 | 0 | 101001 | 100010101 | 101000 | 101010 |
Color Harmonies of #764196
Complementary color
Monochromatic Colors of #764196
Black with #764196
Text Example
Text Example
White with #764196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764196; }
p { color: rgb(118,65,150); }
H1.HeaderClassName
{
color: #764196;
}
.AnyTagClassName
{
color: #764196;
}
</style>
background-color css
<style>
a { background-color: #764196; }
a { background-color: rgb(118,65,150); }
div.DivClassName
{
background-color: #764196;
}
.BgClassName
{
background-color: #764196;
}
</style>
border-color css
<style>
span { border-color: #764196; }
span { border-color: rgb(118,65,150); }
td.TdClassName
{
border-color: #764196;
}
.TagClassName
{
border-color: #764196;
}
</style>