Shades of Studio #785A96
Tints of Studio #785A96
RGB
CMYK
RGB Variations
Color information
#785A96 (or 0x785A96) is known color: Studio. HEX triplet: 78, 5A and 96. RGB value is (120,90,150). Sum of RGB (Red+Green+Blue) = 120+90+150=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #785A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785A96 is #87A569. Grayscale: #696969. Windows color (decimal): -8889706 or 9853560. OLE color: 9853560.
HSL color Cylindrical-coordinate representation of color #785A96: hue angle of 270º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785A96 is Cyan = 0.20, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 90 | 150 | - |
| CMYK | 0.20 | 0.4 | 0 | 0.41 |
| HSL | 270º | 0.25% | 0.47% | - |
| HSV(B) | 270º | 0.4% | 0.59% | - |
| XYZ | 16.91 | 13.51 | 30.57 | - |
| YUV | 105.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 150 | 0.20 | 0.4 | 0 | 0.41 | 270 | 0.25 | 0.47 |
| Hex | 78 | 5A | 96 | 14 | 28 | 0 | 29 | 10E | 19 | 2F |
| Octal | 170 | 132 | 226 | 24 | 50 | 0 | 51 | 416 | 31 | 57 |
| Binary | 1111000 | 1011010 | 10010110 | 10100 | 101000 | 0 | 101001 | 100001110 | 11001 | 101111 |
Color Harmonies of #785A96
Complementary color
Monochromatic Colors of #785A96
Black with #785A96
Text Example
Text Example
White with #785A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A96; }
p { color: rgb(120,90,150); }
H1.HeaderClassName
{
color: #785A96;
}
.AnyTagClassName
{
color: #785A96;
}
</style>
background-color css
<style>
a { background-color: #785A96; }
a { background-color: rgb(120,90,150); }
div.DivClassName
{
background-color: #785A96;
}
.BgClassName
{
background-color: #785A96;
}
</style>
border-color css
<style>
span { border-color: #785A96; }
span { border-color: rgb(120,90,150); }
td.TdClassName
{
border-color: #785A96;
}
.TagClassName
{
border-color: #785A96;
}
</style>