Shades of Studio #7748A4
Tints of Studio #7748A4
RGB
CMYK
RGB Variations
Color information
#7748A4 (or 0x7748A4) is known color: Studio. HEX triplet: 77, 48 and A4. RGB value is (119,72,164). Sum of RGB (Red+Green+Blue) = 119+72+164=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #7748A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7748A4 is #88B75B. Grayscale: #606060. Windows color (decimal): -8959836 or 10766455. OLE color: 10766455.
HSL color Cylindrical-coordinate representation of color #7748A4: hue angle of 270.65º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7748A4 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 72 | 164 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.36 |
| HSL | 270.65º | 0.39% | 0.46% | - |
| HSV(B) | 270.65º | 0.56% | 0.64% | - |
| XYZ | 16.63 | 11.24 | 36.41 | - |
| YUV | 96.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 164 | 0.27 | 0.56 | 0 | 0.36 | 270.65 | 0.39 | 0.46 |
| Hex | 77 | 48 | A4 | 1B | 38 | 0 | 24 | 10F | 27 | 2E |
| Octal | 167 | 110 | 244 | 33 | 70 | 0 | 44 | 417 | 47 | 56 |
| Binary | 1110111 | 1001000 | 10100100 | 11011 | 111000 | 0 | 100100 | 100001111 | 100111 | 101110 |
Color Harmonies of #7748A4
Complementary color
Monochromatic Colors of #7748A4
Black with #7748A4
Text Example
Text Example
White with #7748A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7748A4; }
p { color: rgb(119,72,164); }
H1.HeaderClassName
{
color: #7748A4;
}
.AnyTagClassName
{
color: #7748A4;
}
</style>
background-color css
<style>
a { background-color: #7748A4; }
a { background-color: rgb(119,72,164); }
div.DivClassName
{
background-color: #7748A4;
}
.BgClassName
{
background-color: #7748A4;
}
</style>
border-color css
<style>
span { border-color: #7748A4; }
span { border-color: rgb(119,72,164); }
td.TdClassName
{
border-color: #7748A4;
}
.TagClassName
{
border-color: #7748A4;
}
</style>