Shades of Studio #7745AA
Tints of Studio #7745AA
RGB
CMYK
RGB Variations
Color information
#7745AA (or 0x7745AA) is known color: Studio. HEX triplet: 77, 45 and AA. RGB value is (119,69,170). Sum of RGB (Red+Green+Blue) = 119+69+170=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #7745AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7745AA is #88BA55. Grayscale: #5F5F5F. Windows color (decimal): -8960598 or 11158903. OLE color: 11158903.
HSL color Cylindrical-coordinate representation of color #7745AA: hue angle of 269.7º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7745AA is Cyan = 0.3, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 69 | 170 | - |
| CMYK | 0.3 | 0.59 | 0 | 0.33 |
| HSL | 269.7º | 0.42% | 0.47% | - |
| HSV(B) | 269.7º | 0.59% | 0.67% | - |
| XYZ | 16.99 | 11.08 | 39.27 | - |
| YUV | 95.46 | 170.07 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 69 | 170 | 0.3 | 0.59 | 0 | 0.33 | 269.7 | 0.42 | 0.47 |
| Hex | 77 | 45 | AA | 1E | 3B | 0 | 21 | 10E | 2A | 2F |
| Octal | 167 | 105 | 252 | 36 | 73 | 0 | 41 | 416 | 52 | 57 |
| Binary | 1110111 | 1000101 | 10101010 | 11110 | 111011 | 0 | 100001 | 100001110 | 101010 | 101111 |
Color Harmonies of #7745AA
Complementary color
Monochromatic Colors of #7745AA
Black with #7745AA
Text Example
Text Example
White with #7745AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7745AA; }
p { color: rgb(119,69,170); }
H1.HeaderClassName
{
color: #7745AA;
}
.AnyTagClassName
{
color: #7745AA;
}
</style>
background-color css
<style>
a { background-color: #7745AA; }
a { background-color: rgb(119,69,170); }
div.DivClassName
{
background-color: #7745AA;
}
.BgClassName
{
background-color: #7745AA;
}
</style>
border-color css
<style>
span { border-color: #7745AA; }
span { border-color: rgb(119,69,170); }
td.TdClassName
{
border-color: #7745AA;
}
.TagClassName
{
border-color: #7745AA;
}
</style>