Shades of Cosmic #78535D
Tints of Cosmic #78535D
RGB
CMYK
RGB Variations
Color information
#78535D (or 0x78535D) is known color: Cosmic. HEX triplet: 78, 53 and 5D. RGB value is (120,83,93). Sum of RGB (Red+Green+Blue) = 120+83+93=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78535D is #87ACA2. Grayscale: #5F5F5F. Windows color (decimal): -8891555 or 6116216. OLE color: 6116216.
HSL color Cylindrical-coordinate representation of color #78535D: hue angle of 343.78º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78535D is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 83 | 93 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.53 |
| HSL | 343.78º | 0.18% | 0.4% | - |
| HSV(B) | 343.78º | 0.31% | 0.47% | - |
| XYZ | 12.81 | 10.97 | 11.8 | - |
| YUV | 95.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 93 | 0 | 0.31 | 0.22 | 0.53 | 343.78 | 0.18 | 0.4 |
| Hex | 78 | 53 | 5D | 0 | 1F | 16 | 35 | 158 | 12 | 28 |
| Octal | 170 | 123 | 135 | 0 | 37 | 26 | 65 | 530 | 22 | 50 |
| Binary | 1111000 | 1010011 | 1011101 | 0 | 11111 | 10110 | 110101 | 101011000 | 10010 | 101000 |
Color Harmonies of #78535D
Complementary color
Monochromatic Colors of #78535D
Black with #78535D
Text Example
Text Example
White with #78535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78535D; }
p { color: rgb(120,83,93); }
H1.HeaderClassName
{
color: #78535D;
}
.AnyTagClassName
{
color: #78535D;
}
</style>
background-color css
<style>
a { background-color: #78535D; }
a { background-color: rgb(120,83,93); }
div.DivClassName
{
background-color: #78535D;
}
.BgClassName
{
background-color: #78535D;
}
</style>
border-color css
<style>
span { border-color: #78535D; }
span { border-color: rgb(120,83,93); }
td.TdClassName
{
border-color: #78535D;
}
.TagClassName
{
border-color: #78535D;
}
</style>