Shades of Studio #7852AA
Tints of Studio #7852AA
RGB
CMYK
RGB Variations
Color information
#7852AA (or 0x7852AA) is known color: Studio. HEX triplet: 78, 52 and AA. RGB value is (120,82,170). Sum of RGB (Red+Green+Blue) = 120+82+170=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #7852AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7852AA is #87AD55. Grayscale: #676767. Windows color (decimal): -8891734 or 11162232. OLE color: 11162232.
HSL color Cylindrical-coordinate representation of color #7852AA: hue angle of 265.91º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7852AA is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 82 | 170 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.33 |
| HSL | 265.91º | 0.35% | 0.49% | - |
| HSV(B) | 265.91º | 0.52% | 0.67% | - |
| XYZ | 18.02 | 12.93 | 39.58 | - |
| YUV | 103.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 170 | 0.29 | 0.52 | 0 | 0.33 | 265.91 | 0.35 | 0.49 |
| Hex | 78 | 52 | AA | 1D | 34 | 0 | 21 | 10A | 23 | 31 |
| Octal | 170 | 122 | 252 | 35 | 64 | 0 | 41 | 412 | 43 | 61 |
| Binary | 1111000 | 1010010 | 10101010 | 11101 | 110100 | 0 | 100001 | 100001010 | 100011 | 110001 |
Color Harmonies of #7852AA
Complementary color
Monochromatic Colors of #7852AA
Black with #7852AA
Text Example
Text Example
White with #7852AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7852AA; }
p { color: rgb(120,82,170); }
H1.HeaderClassName
{
color: #7852AA;
}
.AnyTagClassName
{
color: #7852AA;
}
</style>
background-color css
<style>
a { background-color: #7852AA; }
a { background-color: rgb(120,82,170); }
div.DivClassName
{
background-color: #7852AA;
}
.BgClassName
{
background-color: #7852AA;
}
</style>
border-color css
<style>
span { border-color: #7852AA; }
span { border-color: rgb(120,82,170); }
td.TdClassName
{
border-color: #7852AA;
}
.TagClassName
{
border-color: #7852AA;
}
</style>