Shades of Cosmic #78596A
Tints of Cosmic #78596A
RGB
CMYK
RGB Variations
Color information
#78596A (or 0x78596A) is known color: Cosmic. HEX triplet: 78, 59 and 6A. RGB value is (120,89,106). Sum of RGB (Red+Green+Blue) = 120+89+106=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #78596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78596A is #87A695. Grayscale: #646464. Windows color (decimal): -8890006 or 6969720. OLE color: 6969720.
HSL color Cylindrical-coordinate representation of color #78596A: hue angle of 327.1º 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 #78596A is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 89 | 106 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.53 |
| HSL | 327.1º | 0.15% | 0.41% | - |
| HSV(B) | 327.1º | 0.26% | 0.47% | - |
| XYZ | 13.92 | 12.18 | 15.25 | - |
| YUV | 100.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 106 | 0 | 0.26 | 0.12 | 0.53 | 327.1 | 0.15 | 0.41 |
| Hex | 78 | 59 | 6A | 0 | 1A | C | 35 | 147 | F | 29 |
| Octal | 170 | 131 | 152 | 0 | 32 | 14 | 65 | 507 | 17 | 51 |
| Binary | 1111000 | 1011001 | 1101010 | 0 | 11010 | 1100 | 110101 | 101000111 | 1111 | 101001 |
Color Harmonies of #78596A
Complementary color
Monochromatic Colors of #78596A
Black with #78596A
Text Example
Text Example
White with #78596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78596A; }
p { color: rgb(120,89,106); }
H1.HeaderClassName
{
color: #78596A;
}
.AnyTagClassName
{
color: #78596A;
}
</style>
background-color css
<style>
a { background-color: #78596A; }
a { background-color: rgb(120,89,106); }
div.DivClassName
{
background-color: #78596A;
}
.BgClassName
{
background-color: #78596A;
}
</style>
border-color css
<style>
span { border-color: #78596A; }
span { border-color: rgb(120,89,106); }
td.TdClassName
{
border-color: #78596A;
}
.TagClassName
{
border-color: #78596A;
}
</style>