Shades of Studio #7752AF
Tints of Studio #7752AF
RGB
CMYK
RGB Variations
Color information
#7752AF (or 0x7752AF) is known color: Studio. HEX triplet: 77, 52 and AF. RGB value is (119,82,175). Sum of RGB (Red+Green+Blue) = 119+82+175=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #7752AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7752AF is #88AD50. Grayscale: #676767. Windows color (decimal): -8957265 or 11489911. OLE color: 11489911.
HSL color Cylindrical-coordinate representation of color #7752AF: hue angle of 263.87º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7752AF is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 82 | 175 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.31 |
| HSL | 263.87º | 0.37% | 0.5% | - |
| HSV(B) | 263.87º | 0.53% | 0.69% | - |
| XYZ | 18.36 | 13.05 | 42.11 | - |
| YUV | 103.67 | 168.26 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 175 | 0.32 | 0.53 | 0 | 0.31 | 263.87 | 0.37 | 0.5 |
| Hex | 77 | 52 | AF | 20 | 35 | 0 | 1F | 108 | 25 | 32 |
| Octal | 167 | 122 | 257 | 40 | 65 | 0 | 37 | 410 | 45 | 62 |
| Binary | 1110111 | 1010010 | 10101111 | 100000 | 110101 | 0 | 11111 | 100001000 | 100101 | 110010 |
Color Harmonies of #7752AF
Complementary color
Monochromatic Colors of #7752AF
Black with #7752AF
Text Example
Text Example
White with #7752AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752AF; }
p { color: rgb(119,82,175); }
H1.HeaderClassName
{
color: #7752AF;
}
.AnyTagClassName
{
color: #7752AF;
}
</style>
background-color css
<style>
a { background-color: #7752AF; }
a { background-color: rgb(119,82,175); }
div.DivClassName
{
background-color: #7752AF;
}
.BgClassName
{
background-color: #7752AF;
}
</style>
border-color css
<style>
span { border-color: #7752AF; }
span { border-color: rgb(119,82,175); }
td.TdClassName
{
border-color: #7752AF;
}
.TagClassName
{
border-color: #7752AF;
}
</style>