Shades of Cosmic #783C66
Tints of Cosmic #783C66
RGB
CMYK
RGB Variations
Color information
#783C66 (or 0x783C66) is known color: Cosmic. HEX triplet: 78, 3C and 66. RGB value is (120,60,102). Sum of RGB (Red+Green+Blue) = 120+60+102=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #783C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C66 is #87C399. Grayscale: #525252. Windows color (decimal): -8897434 or 6700152. OLE color: 6700152.
HSL color Cylindrical-coordinate representation of color #783C66: hue angle of 318º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C66 is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 102 | - |
| CMYK | 0 | 0.5 | 0.15 | 0.53 |
| HSL | 318º | 0.33% | 0.35% | - |
| HSV(B) | 318º | 0.5% | 0.47% | - |
| XYZ | 11.76 | 8.18 | 13.53 | - |
| YUV | 82.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 102 | 0 | 0.5 | 0.15 | 0.53 | 318 | 0.33 | 0.35 |
| Hex | 78 | 3C | 66 | 0 | 32 | F | 35 | 13E | 21 | 23 |
| Octal | 170 | 74 | 146 | 0 | 62 | 17 | 65 | 476 | 41 | 43 |
| Binary | 1111000 | 111100 | 1100110 | 0 | 110010 | 1111 | 110101 | 100111110 | 100001 | 100011 |
Color Harmonies of #783C66
Complementary color
Monochromatic Colors of #783C66
Black with #783C66
Text Example
Text Example
White with #783C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C66; }
p { color: rgb(120,60,102); }
H1.HeaderClassName
{
color: #783C66;
}
.AnyTagClassName
{
color: #783C66;
}
</style>
background-color css
<style>
a { background-color: #783C66; }
a { background-color: rgb(120,60,102); }
div.DivClassName
{
background-color: #783C66;
}
.BgClassName
{
background-color: #783C66;
}
</style>
border-color css
<style>
span { border-color: #783C66; }
span { border-color: rgb(120,60,102); }
td.TdClassName
{
border-color: #783C66;
}
.TagClassName
{
border-color: #783C66;
}
</style>