Shades of Studio #7744B3
Tints of Studio #7744B3
RGB
CMYK
RGB Variations
Color information
#7744B3 (or 0x7744B3) is known color: Studio. HEX triplet: 77, 44 and B3. RGB value is (119,68,179). Sum of RGB (Red+Green+Blue) = 119+68+179=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #7744B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744B3 is #88BB4C. Grayscale: #5F5F5F. Windows color (decimal): -8960845 or 11748471. OLE color: 11748471.
HSL color Cylindrical-coordinate representation of color #7744B3: hue angle of 267.57º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7744B3 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 68 | 179 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.30 |
| HSL | 267.57º | 0.45% | 0.48% | - |
| HSV(B) | 267.57º | 0.62% | 0.7% | - |
| XYZ | 17.81 | 11.31 | 43.89 | - |
| YUV | 95.9 | 174.9 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 179 | 0.34 | 0.62 | 0 | 0.30 | 267.57 | 0.45 | 0.48 |
| Hex | 77 | 44 | B3 | 22 | 3E | 0 | 1E | 10C | 2D | 30 |
| Octal | 167 | 104 | 263 | 42 | 76 | 0 | 36 | 414 | 55 | 60 |
| Binary | 1110111 | 1000100 | 10110011 | 100010 | 111110 | 0 | 11110 | 100001100 | 101101 | 110000 |
Color Harmonies of #7744B3
Complementary color
Monochromatic Colors of #7744B3
Black with #7744B3
Text Example
Text Example
White with #7744B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7744B3; }
p { color: rgb(119,68,179); }
H1.HeaderClassName
{
color: #7744B3;
}
.AnyTagClassName
{
color: #7744B3;
}
</style>
background-color css
<style>
a { background-color: #7744B3; }
a { background-color: rgb(119,68,179); }
div.DivClassName
{
background-color: #7744B3;
}
.BgClassName
{
background-color: #7744B3;
}
</style>
border-color css
<style>
span { border-color: #7744B3; }
span { border-color: rgb(119,68,179); }
td.TdClassName
{
border-color: #7744B3;
}
.TagClassName
{
border-color: #7744B3;
}
</style>