Shades of Cosmic #78596D
Tints of Cosmic #78596D
RGB
CMYK
RGB Variations
Color information
#78596D (or 0x78596D) is known color: Cosmic. HEX triplet: 78, 59 and 6D. RGB value is (120,89,109). Sum of RGB (Red+Green+Blue) = 120+89+109=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #78596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78596D is #87A692. Grayscale: #646464. Windows color (decimal): -8890003 or 7166328. OLE color: 7166328.
HSL color Cylindrical-coordinate representation of color #78596D: hue angle of 321.29º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78596D is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 89 | 109 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.53 |
| HSL | 321.29º | 0.15% | 0.41% | - |
| HSV(B) | 321.29º | 0.26% | 0.47% | - |
| XYZ | 14.08 | 12.24 | 16.09 | - |
| YUV | 100.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 109 | 0 | 0.26 | 0.09 | 0.53 | 321.29 | 0.15 | 0.41 |
| Hex | 78 | 59 | 6D | 0 | 1A | 9 | 35 | 141 | F | 29 |
| Octal | 170 | 131 | 155 | 0 | 32 | 11 | 65 | 501 | 17 | 51 |
| Binary | 1111000 | 1011001 | 1101101 | 0 | 11010 | 1001 | 110101 | 101000001 | 1111 | 101001 |
Color Harmonies of #78596D
Complementary color
Monochromatic Colors of #78596D
Black with #78596D
Text Example
Text Example
White with #78596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78596D; }
p { color: rgb(120,89,109); }
H1.HeaderClassName
{
color: #78596D;
}
.AnyTagClassName
{
color: #78596D;
}
</style>
background-color css
<style>
a { background-color: #78596D; }
a { background-color: rgb(120,89,109); }
div.DivClassName
{
background-color: #78596D;
}
.BgClassName
{
background-color: #78596D;
}
</style>
border-color css
<style>
span { border-color: #78596D; }
span { border-color: rgb(120,89,109); }
td.TdClassName
{
border-color: #78596D;
}
.TagClassName
{
border-color: #78596D;
}
</style>