Shades of Studio #764C99
Tints of Studio #764C99
RGB
CMYK
RGB Variations
Color information
#764C99 (or 0x764C99) is known color: Studio. HEX triplet: 76, 4C and 99. RGB value is (118,76,153). Sum of RGB (Red+Green+Blue) = 118+76+153=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #764C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764C99 is #89B366. Grayscale: #616161. Windows color (decimal): -9024359 or 10046582. OLE color: 10046582.
HSL color Cylindrical-coordinate representation of color #764C99: hue angle of 272.73º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #764C99 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 76 | 153 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.4 |
| HSL | 272.73º | 0.34% | 0.45% | - |
| HSV(B) | 272.73º | 0.5% | 0.6% | - |
| XYZ | 15.81 | 11.32 | 31.49 | - |
| YUV | 97.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 153 | 0.23 | 0.50 | 0 | 0.4 | 272.73 | 0.34 | 0.45 |
| Hex | 76 | 4C | 99 | 17 | 32 | 0 | 28 | 111 | 22 | 2D |
| Octal | 166 | 114 | 231 | 27 | 62 | 0 | 50 | 421 | 42 | 55 |
| Binary | 1110110 | 1001100 | 10011001 | 10111 | 110010 | 0 | 101000 | 100010001 | 100010 | 101101 |
Color Harmonies of #764C99
Complementary color
Monochromatic Colors of #764C99
Black with #764C99
Text Example
Text Example
White with #764C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C99; }
p { color: rgb(118,76,153); }
H1.HeaderClassName
{
color: #764C99;
}
.AnyTagClassName
{
color: #764C99;
}
</style>
background-color css
<style>
a { background-color: #764C99; }
a { background-color: rgb(118,76,153); }
div.DivClassName
{
background-color: #764C99;
}
.BgClassName
{
background-color: #764C99;
}
</style>
border-color css
<style>
span { border-color: #764C99; }
span { border-color: rgb(118,76,153); }
td.TdClassName
{
border-color: #764C99;
}
.TagClassName
{
border-color: #764C99;
}
</style>