Shades of Cosmic #784862
Tints of Cosmic #784862
RGB
CMYK
RGB Variations
Color information
#784862 (or 0x784862) is known color: Cosmic. HEX triplet: 78, 48 and 62. RGB value is (120,72,98). Sum of RGB (Red+Green+Blue) = 120+72+98=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #784862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784862 is #87B79D. Grayscale: #595959. Windows color (decimal): -8894366 or 6441080. OLE color: 6441080.
HSL color Cylindrical-coordinate representation of color #784862: hue angle of 327.5º 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 #784862 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 72 | 98 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.53 |
| HSL | 327.5º | 0.25% | 0.38% | - |
| HSV(B) | 327.5º | 0.4% | 0.47% | - |
| XYZ | 12.27 | 9.51 | 12.74 | - |
| YUV | 89.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 98 | 0 | 0.40 | 0.18 | 0.53 | 327.5 | 0.25 | 0.38 |
| Hex | 78 | 48 | 62 | 0 | 28 | 12 | 35 | 148 | 19 | 26 |
| Octal | 170 | 110 | 142 | 0 | 50 | 22 | 65 | 510 | 31 | 46 |
| Binary | 1111000 | 1001000 | 1100010 | 0 | 101000 | 10010 | 110101 | 101001000 | 11001 | 100110 |
Color Harmonies of #784862
Complementary color
Monochromatic Colors of #784862
Black with #784862
Text Example
Text Example
White with #784862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784862; }
p { color: rgb(120,72,98); }
H1.HeaderClassName
{
color: #784862;
}
.AnyTagClassName
{
color: #784862;
}
</style>
background-color css
<style>
a { background-color: #784862; }
a { background-color: rgb(120,72,98); }
div.DivClassName
{
background-color: #784862;
}
.BgClassName
{
background-color: #784862;
}
</style>
border-color css
<style>
span { border-color: #784862; }
span { border-color: rgb(120,72,98); }
td.TdClassName
{
border-color: #784862;
}
.TagClassName
{
border-color: #784862;
}
</style>