Shades of Cosmic #784868
Tints of Cosmic #784868
RGB
CMYK
RGB Variations
Color information
#784868 (or 0x784868) is known color: Cosmic. HEX triplet: 78, 48 and 68. RGB value is (120,72,104). Sum of RGB (Red+Green+Blue) = 120+72+104=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #784868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784868 is #87B797. Grayscale: #595959. Windows color (decimal): -8894360 or 6834296. OLE color: 6834296.
HSL color Cylindrical-coordinate representation of color #784868: hue angle of 320º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #784868 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 72 | 104 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.53 |
| HSL | 320º | 0.25% | 0.38% | - |
| HSV(B) | 320º | 0.4% | 0.47% | - |
| XYZ | 12.56 | 9.63 | 14.29 | - |
| YUV | 90 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 104 | 0 | 0.40 | 0.13 | 0.53 | 320 | 0.25 | 0.38 |
| Hex | 78 | 48 | 68 | 0 | 28 | D | 35 | 140 | 19 | 26 |
| Octal | 170 | 110 | 150 | 0 | 50 | 15 | 65 | 500 | 31 | 46 |
| Binary | 1111000 | 1001000 | 1101000 | 0 | 101000 | 1101 | 110101 | 101000000 | 11001 | 100110 |
Color Harmonies of #784868
Complementary color
Monochromatic Colors of #784868
Black with #784868
Text Example
Text Example
White with #784868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784868; }
p { color: rgb(120,72,104); }
H1.HeaderClassName
{
color: #784868;
}
.AnyTagClassName
{
color: #784868;
}
</style>
background-color css
<style>
a { background-color: #784868; }
a { background-color: rgb(120,72,104); }
div.DivClassName
{
background-color: #784868;
}
.BgClassName
{
background-color: #784868;
}
</style>
border-color css
<style>
span { border-color: #784868; }
span { border-color: rgb(120,72,104); }
td.TdClassName
{
border-color: #784868;
}
.TagClassName
{
border-color: #784868;
}
</style>