Shades of Cosmic #78505E
Tints of Cosmic #78505E
RGB
CMYK
RGB Variations
Color information
#78505E (or 0x78505E) is known color: Cosmic. HEX triplet: 78, 50 and 5E. RGB value is (120,80,94). Sum of RGB (Red+Green+Blue) = 120+80+94=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #78505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78505E is #87AFA1. Grayscale: #5D5D5D. Windows color (decimal): -8892322 or 6180984. OLE color: 6180984.
HSL color Cylindrical-coordinate representation of color #78505E: hue angle of 339º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78505E is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 94 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.53 |
| HSL | 339º | 0.2% | 0.39% | - |
| HSV(B) | 339º | 0.33% | 0.47% | - |
| XYZ | 12.63 | 10.54 | 11.96 | - |
| YUV | 93.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 94 | 0 | 0.33 | 0.22 | 0.53 | 339 | 0.2 | 0.39 |
| Hex | 78 | 50 | 5E | 0 | 21 | 16 | 35 | 153 | 14 | 27 |
| Octal | 170 | 120 | 136 | 0 | 41 | 26 | 65 | 523 | 24 | 47 |
| Binary | 1111000 | 1010000 | 1011110 | 0 | 100001 | 10110 | 110101 | 101010011 | 10100 | 100111 |
Color Harmonies of #78505E
Complementary color
Monochromatic Colors of #78505E
Black with #78505E
Text Example
Text Example
White with #78505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78505E; }
p { color: rgb(120,80,94); }
H1.HeaderClassName
{
color: #78505E;
}
.AnyTagClassName
{
color: #78505E;
}
</style>
background-color css
<style>
a { background-color: #78505E; }
a { background-color: rgb(120,80,94); }
div.DivClassName
{
background-color: #78505E;
}
.BgClassName
{
background-color: #78505E;
}
</style>
border-color css
<style>
span { border-color: #78505E; }
span { border-color: rgb(120,80,94); }
td.TdClassName
{
border-color: #78505E;
}
.TagClassName
{
border-color: #78505E;
}
</style>