Shades of Studio #764299
Tints of Studio #764299
RGB
CMYK
RGB Variations
Color information
#764299 (or 0x764299) is known color: Studio. HEX triplet: 76, 42 and 99. RGB value is (118,66,153). Sum of RGB (Red+Green+Blue) = 118+66+153=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #764299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764299 is #89BD66. Grayscale: #5B5B5B. Windows color (decimal): -9026919 or 10044022. OLE color: 10044022.
HSL color Cylindrical-coordinate representation of color #764299: hue angle of 275.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764299 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 66 | 153 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.4 |
| HSL | 275.86º | 0.4% | 0.43% | - |
| HSV(B) | 275.86º | 0.57% | 0.6% | - |
| XYZ | 15.17 | 10.05 | 31.28 | - |
| YUV | 91.47 | 162.73 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 153 | 0.23 | 0.57 | 0 | 0.4 | 275.86 | 0.4 | 0.43 |
| Hex | 76 | 42 | 99 | 17 | 39 | 0 | 28 | 114 | 28 | 2B |
| Octal | 166 | 102 | 231 | 27 | 71 | 0 | 50 | 424 | 50 | 53 |
| Binary | 1110110 | 1000010 | 10011001 | 10111 | 111001 | 0 | 101000 | 100010100 | 101000 | 101011 |
Color Harmonies of #764299
Complementary color
Monochromatic Colors of #764299
Black with #764299
Text Example
Text Example
White with #764299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764299; }
p { color: rgb(118,66,153); }
H1.HeaderClassName
{
color: #764299;
}
.AnyTagClassName
{
color: #764299;
}
</style>
background-color css
<style>
a { background-color: #764299; }
a { background-color: rgb(118,66,153); }
div.DivClassName
{
background-color: #764299;
}
.BgClassName
{
background-color: #764299;
}
</style>
border-color css
<style>
span { border-color: #764299; }
span { border-color: rgb(118,66,153); }
td.TdClassName
{
border-color: #764299;
}
.TagClassName
{
border-color: #764299;
}
</style>