Shades of Studio #7748BC
Tints of Studio #7748BC
RGB
CMYK
RGB Variations
Color information
#7748BC (or 0x7748BC) is known color: Studio. HEX triplet: 77, 48 and BC. RGB value is (119,72,188). Sum of RGB (Red+Green+Blue) = 119+72+188=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #7748BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7748BC is #88B743. Grayscale: #626262. Windows color (decimal): -8959812 or 12339319. OLE color: 12339319.
HSL color Cylindrical-coordinate representation of color #7748BC: hue angle of 264.31º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7748BC is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 72 | 188 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.26 |
| HSL | 264.31º | 0.46% | 0.51% | - |
| HSV(B) | 264.31º | 0.62% | 0.74% | - |
| XYZ | 19 | 12.19 | 48.93 | - |
| YUV | 99.28 | 178.07 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 188 | 0.37 | 0.62 | 0 | 0.26 | 264.31 | 0.46 | 0.51 |
| Hex | 77 | 48 | BC | 25 | 3E | 0 | 1A | 108 | 2E | 33 |
| Octal | 167 | 110 | 274 | 45 | 76 | 0 | 32 | 410 | 56 | 63 |
| Binary | 1110111 | 1001000 | 10111100 | 100101 | 111110 | 0 | 11010 | 100001000 | 101110 | 110011 |
Color Harmonies of #7748BC
Complementary color
Monochromatic Colors of #7748BC
Black with #7748BC
Text Example
Text Example
White with #7748BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7748BC; }
p { color: rgb(119,72,188); }
H1.HeaderClassName
{
color: #7748BC;
}
.AnyTagClassName
{
color: #7748BC;
}
</style>
background-color css
<style>
a { background-color: #7748BC; }
a { background-color: rgb(119,72,188); }
div.DivClassName
{
background-color: #7748BC;
}
.BgClassName
{
background-color: #7748BC;
}
</style>
border-color css
<style>
span { border-color: #7748BC; }
span { border-color: rgb(119,72,188); }
td.TdClassName
{
border-color: #7748BC;
}
.TagClassName
{
border-color: #7748BC;
}
</style>