Shades of Cosmic #783C59
Tints of Cosmic #783C59
RGB
CMYK
RGB Variations
Color information
#783C59 (or 0x783C59) is known color: Cosmic. HEX triplet: 78, 3C and 59. RGB value is (120,60,89). Sum of RGB (Red+Green+Blue) = 120+60+89=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #783C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C59 is #87C3A6. Grayscale: #515151. Windows color (decimal): -8897447 or 5848184. OLE color: 5848184.
HSL color Cylindrical-coordinate representation of color #783C59: hue angle of 331º 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 #783C59 is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 89 | - |
| CMYK | 0 | 0.5 | 0.26 | 0.53 |
| HSL | 331º | 0.33% | 0.35% | - |
| HSV(B) | 331º | 0.5% | 0.47% | - |
| XYZ | 11.16 | 7.95 | 10.4 | - |
| YUV | 81.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 89 | 0 | 0.5 | 0.26 | 0.53 | 331 | 0.33 | 0.35 |
| Hex | 78 | 3C | 59 | 0 | 32 | 1A | 35 | 14B | 21 | 23 |
| Octal | 170 | 74 | 131 | 0 | 62 | 32 | 65 | 513 | 41 | 43 |
| Binary | 1111000 | 111100 | 1011001 | 0 | 110010 | 11010 | 110101 | 101001011 | 100001 | 100011 |
Color Harmonies of #783C59
Complementary color
Monochromatic Colors of #783C59
Black with #783C59
Text Example
Text Example
White with #783C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C59; }
p { color: rgb(120,60,89); }
H1.HeaderClassName
{
color: #783C59;
}
.AnyTagClassName
{
color: #783C59;
}
</style>
background-color css
<style>
a { background-color: #783C59; }
a { background-color: rgb(120,60,89); }
div.DivClassName
{
background-color: #783C59;
}
.BgClassName
{
background-color: #783C59;
}
</style>
border-color css
<style>
span { border-color: #783C59; }
span { border-color: rgb(120,60,89); }
td.TdClassName
{
border-color: #783C59;
}
.TagClassName
{
border-color: #783C59;
}
</style>