Shades of Studio #7752A5
Tints of Studio #7752A5
RGB
CMYK
RGB Variations
Color information
#7752A5 (or 0x7752A5) is known color: Studio. HEX triplet: 77, 52 and A5. RGB value is (119,82,165). Sum of RGB (Red+Green+Blue) = 119+82+165=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 165 - color contains mainly: blue. Hex color #7752A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7752A5 is #88AD5A. Grayscale: #666666. Windows color (decimal): -8957275 or 10834551. OLE color: 10834551.
HSL color Cylindrical-coordinate representation of color #7752A5: hue angle of 266.75º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7752A5 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 82 | 165 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.35 |
| HSL | 266.75º | 0.34% | 0.48% | - |
| HSV(B) | 266.75º | 0.5% | 0.65% | - |
| XYZ | 17.42 | 12.67 | 37.13 | - |
| YUV | 102.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 165 | 0.28 | 0.50 | 0 | 0.35 | 266.75 | 0.34 | 0.48 |
| Hex | 77 | 52 | A5 | 1C | 32 | 0 | 23 | 10B | 22 | 30 |
| Octal | 167 | 122 | 245 | 34 | 62 | 0 | 43 | 413 | 42 | 60 |
| Binary | 1110111 | 1010010 | 10100101 | 11100 | 110010 | 0 | 100011 | 100001011 | 100010 | 110000 |
Color Harmonies of #7752A5
Complementary color
Monochromatic Colors of #7752A5
Black with #7752A5
Text Example
Text Example
White with #7752A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752A5; }
p { color: rgb(119,82,165); }
H1.HeaderClassName
{
color: #7752A5;
}
.AnyTagClassName
{
color: #7752A5;
}
</style>
background-color css
<style>
a { background-color: #7752A5; }
a { background-color: rgb(119,82,165); }
div.DivClassName
{
background-color: #7752A5;
}
.BgClassName
{
background-color: #7752A5;
}
</style>
border-color css
<style>
span { border-color: #7752A5; }
span { border-color: rgb(119,82,165); }
td.TdClassName
{
border-color: #7752A5;
}
.TagClassName
{
border-color: #7752A5;
}
</style>