Shades of Cosmic #78465C
Tints of Cosmic #78465C
RGB
CMYK
RGB Variations
Color information
#78465C (or 0x78465C) is known color: Cosmic. HEX triplet: 78, 46 and 5C. RGB value is (120,70,92). Sum of RGB (Red+Green+Blue) = 120+70+92=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78465C is #87B9A3. Grayscale: #575757. Windows color (decimal): -8894884 or 6047352. OLE color: 6047352.
HSL color Cylindrical-coordinate representation of color #78465C: hue angle of 333.6º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78465C is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 70 | 92 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.53 |
| HSL | 333.6º | 0.26% | 0.37% | - |
| HSV(B) | 333.6º | 0.42% | 0.47% | - |
| XYZ | 11.87 | 9.15 | 11.27 | - |
| YUV | 87.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 92 | 0 | 0.42 | 0.23 | 0.53 | 333.6 | 0.26 | 0.37 |
| Hex | 78 | 46 | 5C | 0 | 2A | 17 | 35 | 14E | 1A | 25 |
| Octal | 170 | 106 | 134 | 0 | 52 | 27 | 65 | 516 | 32 | 45 |
| Binary | 1111000 | 1000110 | 1011100 | 0 | 101010 | 10111 | 110101 | 101001110 | 11010 | 100101 |
Color Harmonies of #78465C
Complementary color
Monochromatic Colors of #78465C
Black with #78465C
Text Example
Text Example
White with #78465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78465C; }
p { color: rgb(120,70,92); }
H1.HeaderClassName
{
color: #78465C;
}
.AnyTagClassName
{
color: #78465C;
}
</style>
background-color css
<style>
a { background-color: #78465C; }
a { background-color: rgb(120,70,92); }
div.DivClassName
{
background-color: #78465C;
}
.BgClassName
{
background-color: #78465C;
}
</style>
border-color css
<style>
span { border-color: #78465C; }
span { border-color: rgb(120,70,92); }
td.TdClassName
{
border-color: #78465C;
}
.TagClassName
{
border-color: #78465C;
}
</style>