Shades of Studio #7758A4
Tints of Studio #7758A4
RGB
CMYK
RGB Variations
Color information
#7758A4 (or 0x7758A4) is known color: Studio. HEX triplet: 77, 58 and A4. RGB value is (119,88,164). Sum of RGB (Red+Green+Blue) = 119+88+164=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #7758A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7758A4 is #88A75B. Grayscale: #696969. Windows color (decimal): -8955740 or 10770551. OLE color: 10770551.
HSL color Cylindrical-coordinate representation of color #7758A4: hue angle of 264.47º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7758A4 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 88 | 164 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.36 |
| HSL | 264.47º | 0.3% | 0.49% | - |
| HSV(B) | 264.47º | 0.46% | 0.64% | - |
| XYZ | 17.8 | 13.58 | 36.81 | - |
| YUV | 105.93 | 160.77 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 164 | 0.27 | 0.46 | 0 | 0.36 | 264.47 | 0.3 | 0.49 |
| Hex | 77 | 58 | A4 | 1B | 2E | 0 | 24 | 108 | 1E | 31 |
| Octal | 167 | 130 | 244 | 33 | 56 | 0 | 44 | 410 | 36 | 61 |
| Binary | 1110111 | 1011000 | 10100100 | 11011 | 101110 | 0 | 100100 | 100001000 | 11110 | 110001 |
Color Harmonies of #7758A4
Complementary color
Monochromatic Colors of #7758A4
Black with #7758A4
Text Example
Text Example
White with #7758A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7758A4; }
p { color: rgb(119,88,164); }
H1.HeaderClassName
{
color: #7758A4;
}
.AnyTagClassName
{
color: #7758A4;
}
</style>
background-color css
<style>
a { background-color: #7758A4; }
a { background-color: rgb(119,88,164); }
div.DivClassName
{
background-color: #7758A4;
}
.BgClassName
{
background-color: #7758A4;
}
</style>
border-color css
<style>
span { border-color: #7758A4; }
span { border-color: rgb(119,88,164); }
td.TdClassName
{
border-color: #7758A4;
}
.TagClassName
{
border-color: #7758A4;
}
</style>