Shades of Cosmic #78415A
Tints of Cosmic #78415A
RGB
CMYK
RGB Variations
Color information
#78415A (or 0x78415A) is known color: Cosmic. HEX triplet: 78, 41 and 5A. RGB value is (120,65,90). Sum of RGB (Red+Green+Blue) = 120+65+90=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #78415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78415A is #87BEA5. Grayscale: #545454. Windows color (decimal): -8896166 or 5915000. OLE color: 5915000.
HSL color Cylindrical-coordinate representation of color #78415A: hue angle of 332.73º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78415A is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 90 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.53 |
| HSL | 332.73º | 0.3% | 0.36% | - |
| HSV(B) | 332.73º | 0.46% | 0.47% | - |
| XYZ | 11.48 | 8.51 | 10.71 | - |
| YUV | 84.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 90 | 0 | 0.46 | 0.25 | 0.53 | 332.73 | 0.3 | 0.36 |
| Hex | 78 | 41 | 5A | 0 | 2E | 19 | 35 | 14D | 1E | 24 |
| Octal | 170 | 101 | 132 | 0 | 56 | 31 | 65 | 515 | 36 | 44 |
| Binary | 1111000 | 1000001 | 1011010 | 0 | 101110 | 11001 | 110101 | 101001101 | 11110 | 100100 |
Color Harmonies of #78415A
Complementary color
Monochromatic Colors of #78415A
Black with #78415A
Text Example
Text Example
White with #78415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78415A; }
p { color: rgb(120,65,90); }
H1.HeaderClassName
{
color: #78415A;
}
.AnyTagClassName
{
color: #78415A;
}
</style>
background-color css
<style>
a { background-color: #78415A; }
a { background-color: rgb(120,65,90); }
div.DivClassName
{
background-color: #78415A;
}
.BgClassName
{
background-color: #78415A;
}
</style>
border-color css
<style>
span { border-color: #78415A; }
span { border-color: rgb(120,65,90); }
td.TdClassName
{
border-color: #78415A;
}
.TagClassName
{
border-color: #78415A;
}
</style>