Shades of Studio #764499
Tints of Studio #764499
RGB
CMYK
RGB Variations
Color information
#764499 (or 0x764499) is known color: Studio. HEX triplet: 76, 44 and 99. RGB value is (118,68,153). Sum of RGB (Red+Green+Blue) = 118+68+153=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #764499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764499 is #89BB66. Grayscale: #5C5C5C. Windows color (decimal): -9026407 or 10044534. OLE color: 10044534.
HSL color Cylindrical-coordinate representation of color #764499: hue angle of 275.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764499 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 68 | 153 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.4 |
| HSL | 275.29º | 0.38% | 0.43% | - |
| HSV(B) | 275.29º | 0.56% | 0.6% | - |
| XYZ | 15.29 | 10.29 | 31.32 | - |
| YUV | 92.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 153 | 0.23 | 0.56 | 0 | 0.4 | 275.29 | 0.38 | 0.43 |
| Hex | 76 | 44 | 99 | 17 | 38 | 0 | 28 | 113 | 26 | 2B |
| Octal | 166 | 104 | 231 | 27 | 70 | 0 | 50 | 423 | 46 | 53 |
| Binary | 1110110 | 1000100 | 10011001 | 10111 | 111000 | 0 | 101000 | 100010011 | 100110 | 101011 |
Color Harmonies of #764499
Complementary color
Monochromatic Colors of #764499
Black with #764499
Text Example
Text Example
White with #764499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764499; }
p { color: rgb(118,68,153); }
H1.HeaderClassName
{
color: #764499;
}
.AnyTagClassName
{
color: #764499;
}
</style>
background-color css
<style>
a { background-color: #764499; }
a { background-color: rgb(118,68,153); }
div.DivClassName
{
background-color: #764499;
}
.BgClassName
{
background-color: #764499;
}
</style>
border-color css
<style>
span { border-color: #764499; }
span { border-color: rgb(118,68,153); }
td.TdClassName
{
border-color: #764499;
}
.TagClassName
{
border-color: #764499;
}
</style>