Shades of Cosmic #78485E
Tints of Cosmic #78485E
RGB
CMYK
RGB Variations
Color information
#78485E (or 0x78485E) is known color: Cosmic. HEX triplet: 78, 48 and 5E. RGB value is (120,72,94). Sum of RGB (Red+Green+Blue) = 120+72+94=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #78485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78485E is #87B7A1. Grayscale: #585858. Windows color (decimal): -8894370 or 6178936. OLE color: 6178936.
HSL color Cylindrical-coordinate representation of color #78485E: hue angle of 332.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 #78485E is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 72 | 94 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.53 |
| HSL | 332.5º | 0.25% | 0.38% | - |
| HSV(B) | 332.5º | 0.4% | 0.47% | - |
| XYZ | 12.08 | 9.44 | 11.77 | - |
| YUV | 88.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 94 | 0 | 0.40 | 0.22 | 0.53 | 332.5 | 0.25 | 0.38 |
| Hex | 78 | 48 | 5E | 0 | 28 | 16 | 35 | 14C | 19 | 26 |
| Octal | 170 | 110 | 136 | 0 | 50 | 26 | 65 | 514 | 31 | 46 |
| Binary | 1111000 | 1001000 | 1011110 | 0 | 101000 | 10110 | 110101 | 101001100 | 11001 | 100110 |
Color Harmonies of #78485E
Complementary color
Monochromatic Colors of #78485E
Black with #78485E
Text Example
Text Example
White with #78485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78485E; }
p { color: rgb(120,72,94); }
H1.HeaderClassName
{
color: #78485E;
}
.AnyTagClassName
{
color: #78485E;
}
</style>
background-color css
<style>
a { background-color: #78485E; }
a { background-color: rgb(120,72,94); }
div.DivClassName
{
background-color: #78485E;
}
.BgClassName
{
background-color: #78485E;
}
</style>
border-color css
<style>
span { border-color: #78485E; }
span { border-color: rgb(120,72,94); }
td.TdClassName
{
border-color: #78485E;
}
.TagClassName
{
border-color: #78485E;
}
</style>