Shades of Studio #784CAC
Tints of Studio #784CAC
RGB
CMYK
RGB Variations
Color information
#784CAC (or 0x784CAC) is known color: Studio. HEX triplet: 78, 4C and AC. RGB value is (120,76,172). Sum of RGB (Red+Green+Blue) = 120+76+172=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #784CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784CAC is #87B353. Grayscale: #636363. Windows color (decimal): -8893268 or 11291768. OLE color: 11291768.
HSL color Cylindrical-coordinate representation of color #784CAC: hue angle of 267.5º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #784CAC is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 76 | 172 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.33 |
| HSL | 267.5º | 0.39% | 0.49% | - |
| HSV(B) | 267.5º | 0.56% | 0.67% | - |
| XYZ | 17.78 | 12.14 | 40.44 | - |
| YUV | 100.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 172 | 0.30 | 0.56 | 0 | 0.33 | 267.5 | 0.39 | 0.49 |
| Hex | 78 | 4C | AC | 1E | 38 | 0 | 21 | 10C | 27 | 31 |
| Octal | 170 | 114 | 254 | 36 | 70 | 0 | 41 | 414 | 47 | 61 |
| Binary | 1111000 | 1001100 | 10101100 | 11110 | 111000 | 0 | 100001 | 100001100 | 100111 | 110001 |
Color Harmonies of #784CAC
Complementary color
Monochromatic Colors of #784CAC
Black with #784CAC
Text Example
Text Example
White with #784CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784CAC; }
p { color: rgb(120,76,172); }
H1.HeaderClassName
{
color: #784CAC;
}
.AnyTagClassName
{
color: #784CAC;
}
</style>
background-color css
<style>
a { background-color: #784CAC; }
a { background-color: rgb(120,76,172); }
div.DivClassName
{
background-color: #784CAC;
}
.BgClassName
{
background-color: #784CAC;
}
</style>
border-color css
<style>
span { border-color: #784CAC; }
span { border-color: rgb(120,76,172); }
td.TdClassName
{
border-color: #784CAC;
}
.TagClassName
{
border-color: #784CAC;
}
</style>