Shades of Cosmic #78495C
Tints of Cosmic #78495C
RGB
CMYK
RGB Variations
Color information
#78495C (or 0x78495C) is known color: Cosmic. HEX triplet: 78, 49 and 5C. RGB value is (120,73,92). Sum of RGB (Red+Green+Blue) = 120+73+92=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78495C is #87B6A3. Grayscale: #595959. Windows color (decimal): -8894116 or 6048120. OLE color: 6048120.
HSL color Cylindrical-coordinate representation of color #78495C: hue angle of 335.74º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78495C is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 73 | 92 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.53 |
| HSL | 335.74º | 0.24% | 0.38% | - |
| HSV(B) | 335.74º | 0.39% | 0.47% | - |
| XYZ | 12.06 | 9.53 | 11.33 | - |
| YUV | 89.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 92 | 0 | 0.39 | 0.23 | 0.53 | 335.74 | 0.24 | 0.38 |
| Hex | 78 | 49 | 5C | 0 | 27 | 17 | 35 | 150 | 18 | 26 |
| Octal | 170 | 111 | 134 | 0 | 47 | 27 | 65 | 520 | 30 | 46 |
| Binary | 1111000 | 1001001 | 1011100 | 0 | 100111 | 10111 | 110101 | 101010000 | 11000 | 100110 |
Color Harmonies of #78495C
Complementary color
Monochromatic Colors of #78495C
Black with #78495C
Text Example
Text Example
White with #78495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78495C; }
p { color: rgb(120,73,92); }
H1.HeaderClassName
{
color: #78495C;
}
.AnyTagClassName
{
color: #78495C;
}
</style>
background-color css
<style>
a { background-color: #78495C; }
a { background-color: rgb(120,73,92); }
div.DivClassName
{
background-color: #78495C;
}
.BgClassName
{
background-color: #78495C;
}
</style>
border-color css
<style>
span { border-color: #78495C; }
span { border-color: rgb(120,73,92); }
td.TdClassName
{
border-color: #78495C;
}
.TagClassName
{
border-color: #78495C;
}
</style>