Shades of Studio #7746AD
Tints of Studio #7746AD
RGB
CMYK
RGB Variations
Color information
#7746AD (or 0x7746AD) is known color: Studio. HEX triplet: 77, 46 and AD. RGB value is (119,70,173). Sum of RGB (Red+Green+Blue) = 119+70+173=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #7746AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7746AD is #88B952. Grayscale: #606060. Windows color (decimal): -8960339 or 11355767. OLE color: 11355767.
HSL color Cylindrical-coordinate representation of color #7746AD: hue angle of 268.54º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7746AD is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 70 | 173 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.32 |
| HSL | 268.54º | 0.42% | 0.48% | - |
| HSV(B) | 268.54º | 0.6% | 0.68% | - |
| XYZ | 17.34 | 11.32 | 40.81 | - |
| YUV | 96.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 173 | 0.31 | 0.60 | 0 | 0.32 | 268.54 | 0.42 | 0.48 |
| Hex | 77 | 46 | AD | 1F | 3C | 0 | 20 | 10D | 2A | 30 |
| Octal | 167 | 106 | 255 | 37 | 74 | 0 | 40 | 415 | 52 | 60 |
| Binary | 1110111 | 1000110 | 10101101 | 11111 | 111100 | 0 | 100000 | 100001101 | 101010 | 110000 |
Color Harmonies of #7746AD
Complementary color
Monochromatic Colors of #7746AD
Black with #7746AD
Text Example
Text Example
White with #7746AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7746AD; }
p { color: rgb(119,70,173); }
H1.HeaderClassName
{
color: #7746AD;
}
.AnyTagClassName
{
color: #7746AD;
}
</style>
background-color css
<style>
a { background-color: #7746AD; }
a { background-color: rgb(119,70,173); }
div.DivClassName
{
background-color: #7746AD;
}
.BgClassName
{
background-color: #7746AD;
}
</style>
border-color css
<style>
span { border-color: #7746AD; }
span { border-color: rgb(119,70,173); }
td.TdClassName
{
border-color: #7746AD;
}
.TagClassName
{
border-color: #7746AD;
}
</style>