Shades of Studio #7745AB
Tints of Studio #7745AB
RGB
CMYK
RGB Variations
Color information
#7745AB (or 0x7745AB) is known color: Studio. HEX triplet: 77, 45 and AB. RGB value is (119,69,171). Sum of RGB (Red+Green+Blue) = 119+69+171=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #7745AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7745AB is #88BA54. Grayscale: #5F5F5F. Windows color (decimal): -8960597 or 11224439. OLE color: 11224439.
HSL color Cylindrical-coordinate representation of color #7745AB: hue angle of 269.41º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7745AB is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 69 | 171 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.33 |
| HSL | 269.41º | 0.43% | 0.47% | - |
| HSV(B) | 269.41º | 0.6% | 0.67% | - |
| XYZ | 17.09 | 11.12 | 39.77 | - |
| YUV | 95.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 69 | 171 | 0.30 | 0.60 | 0 | 0.33 | 269.41 | 0.43 | 0.47 |
| Hex | 77 | 45 | AB | 1E | 3C | 0 | 21 | 10D | 2A | 2F |
| Octal | 167 | 105 | 253 | 36 | 74 | 0 | 41 | 415 | 52 | 57 |
| Binary | 1110111 | 1000101 | 10101011 | 11110 | 111100 | 0 | 100001 | 100001101 | 101010 | 101111 |
Color Harmonies of #7745AB
Complementary color
Monochromatic Colors of #7745AB
Black with #7745AB
Text Example
Text Example
White with #7745AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7745AB; }
p { color: rgb(119,69,171); }
H1.HeaderClassName
{
color: #7745AB;
}
.AnyTagClassName
{
color: #7745AB;
}
</style>
background-color css
<style>
a { background-color: #7745AB; }
a { background-color: rgb(119,69,171); }
div.DivClassName
{
background-color: #7745AB;
}
.BgClassName
{
background-color: #7745AB;
}
</style>
border-color css
<style>
span { border-color: #7745AB; }
span { border-color: rgb(119,69,171); }
td.TdClassName
{
border-color: #7745AB;
}
.TagClassName
{
border-color: #7745AB;
}
</style>