Shades of Studio #7748B7
Tints of Studio #7748B7
RGB
CMYK
RGB Variations
Color information
#7748B7 (or 0x7748B7) is known color: Studio. HEX triplet: 77, 48 and B7. RGB value is (119,72,183). Sum of RGB (Red+Green+Blue) = 119+72+183=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #7748B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7748B7 is #88B748. Grayscale: #626262. Windows color (decimal): -8959817 or 12011639. OLE color: 12011639.
HSL color Cylindrical-coordinate representation of color #7748B7: hue angle of 265.41º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7748B7 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 72 | 183 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.28 |
| HSL | 265.41º | 0.44% | 0.5% | - |
| HSV(B) | 265.41º | 0.61% | 0.72% | - |
| XYZ | 18.47 | 11.98 | 46.14 | - |
| YUV | 98.71 | 175.57 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 183 | 0.35 | 0.61 | 0 | 0.28 | 265.41 | 0.44 | 0.5 |
| Hex | 77 | 48 | B7 | 23 | 3D | 0 | 1C | 109 | 2C | 32 |
| Octal | 167 | 110 | 267 | 43 | 75 | 0 | 34 | 411 | 54 | 62 |
| Binary | 1110111 | 1001000 | 10110111 | 100011 | 111101 | 0 | 11100 | 100001001 | 101100 | 110010 |
Color Harmonies of #7748B7
Complementary color
Monochromatic Colors of #7748B7
Black with #7748B7
Text Example
Text Example
White with #7748B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7748B7; }
p { color: rgb(119,72,183); }
H1.HeaderClassName
{
color: #7748B7;
}
.AnyTagClassName
{
color: #7748B7;
}
</style>
background-color css
<style>
a { background-color: #7748B7; }
a { background-color: rgb(119,72,183); }
div.DivClassName
{
background-color: #7748B7;
}
.BgClassName
{
background-color: #7748B7;
}
</style>
border-color css
<style>
span { border-color: #7748B7; }
span { border-color: rgb(119,72,183); }
td.TdClassName
{
border-color: #7748B7;
}
.TagClassName
{
border-color: #7748B7;
}
</style>