Shades of Cosmic #78485A
Tints of Cosmic #78485A
RGB
CMYK
RGB Variations
Color information
#78485A (or 0x78485A) is known color: Cosmic. HEX triplet: 78, 48 and 5A. RGB value is (120,72,90). Sum of RGB (Red+Green+Blue) = 120+72+90=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78485A is #87B7A5. Grayscale: #585858. Windows color (decimal): -8894374 or 5916792. OLE color: 5916792.
HSL color Cylindrical-coordinate representation of color #78485A: hue angle of 337.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 #78485A is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 72 | 90 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.53 |
| HSL | 337.5º | 0.25% | 0.38% | - |
| HSV(B) | 337.5º | 0.4% | 0.47% | - |
| XYZ | 11.91 | 9.37 | 10.85 | - |
| YUV | 88.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 90 | 0 | 0.40 | 0.25 | 0.53 | 337.5 | 0.25 | 0.38 |
| Hex | 78 | 48 | 5A | 0 | 28 | 19 | 35 | 152 | 19 | 26 |
| Octal | 170 | 110 | 132 | 0 | 50 | 31 | 65 | 522 | 31 | 46 |
| Binary | 1111000 | 1001000 | 1011010 | 0 | 101000 | 11001 | 110101 | 101010010 | 11001 | 100110 |
Color Harmonies of #78485A
Complementary color
Monochromatic Colors of #78485A
Black with #78485A
Text Example
Text Example
White with #78485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78485A; }
p { color: rgb(120,72,90); }
H1.HeaderClassName
{
color: #78485A;
}
.AnyTagClassName
{
color: #78485A;
}
</style>
background-color css
<style>
a { background-color: #78485A; }
a { background-color: rgb(120,72,90); }
div.DivClassName
{
background-color: #78485A;
}
.BgClassName
{
background-color: #78485A;
}
</style>
border-color css
<style>
span { border-color: #78485A; }
span { border-color: rgb(120,72,90); }
td.TdClassName
{
border-color: #78485A;
}
.TagClassName
{
border-color: #78485A;
}
</style>