Shades of Studio #7745B0
Tints of Studio #7745B0
RGB
CMYK
RGB Variations
Color information
#7745B0 (or 0x7745B0) is known color: Studio. HEX triplet: 77, 45 and B0. RGB value is (119,69,176). Sum of RGB (Red+Green+Blue) = 119+69+176=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 176 - color contains mainly: blue. Hex color #7745B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7745B0 is #88BA4F. Grayscale: #5F5F5F. Windows color (decimal): -8960592 or 11552119. OLE color: 11552119.
HSL color Cylindrical-coordinate representation of color #7745B0: hue angle of 268.04º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7745B0 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 69 | 176 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.31 |
| HSL | 268.04º | 0.44% | 0.48% | - |
| HSV(B) | 268.04º | 0.61% | 0.69% | - |
| XYZ | 17.57 | 11.31 | 42.33 | - |
| YUV | 96.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 69 | 176 | 0.32 | 0.61 | 0 | 0.31 | 268.04 | 0.44 | 0.48 |
| Hex | 77 | 45 | B0 | 20 | 3D | 0 | 1F | 10C | 2C | 30 |
| Octal | 167 | 105 | 260 | 40 | 75 | 0 | 37 | 414 | 54 | 60 |
| Binary | 1110111 | 1000101 | 10110000 | 100000 | 111101 | 0 | 11111 | 100001100 | 101100 | 110000 |
Color Harmonies of #7745B0
Complementary color
Monochromatic Colors of #7745B0
Black with #7745B0
Text Example
Text Example
White with #7745B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7745B0; }
p { color: rgb(119,69,176); }
H1.HeaderClassName
{
color: #7745B0;
}
.AnyTagClassName
{
color: #7745B0;
}
</style>
background-color css
<style>
a { background-color: #7745B0; }
a { background-color: rgb(119,69,176); }
div.DivClassName
{
background-color: #7745B0;
}
.BgClassName
{
background-color: #7745B0;
}
</style>
border-color css
<style>
span { border-color: #7745B0; }
span { border-color: rgb(119,69,176); }
td.TdClassName
{
border-color: #7745B0;
}
.TagClassName
{
border-color: #7745B0;
}
</style>