Shades of Cosmic #783D59
Tints of Cosmic #783D59
RGB
CMYK
RGB Variations
Color information
#783D59 (or 0x783D59) is known color: Cosmic. HEX triplet: 78, 3D and 59. RGB value is (120,61,89). Sum of RGB (Red+Green+Blue) = 120+61+89=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #783D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D59 is #87C2A6. Grayscale: #515151. Windows color (decimal): -8897191 or 5848440. OLE color: 5848440.
HSL color Cylindrical-coordinate representation of color #783D59: hue angle of 331.53º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #783D59 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 89 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.53 |
| HSL | 331.53º | 0.33% | 0.35% | - |
| HSV(B) | 331.53º | 0.49% | 0.47% | - |
| XYZ | 11.22 | 8.05 | 10.41 | - |
| YUV | 81.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 89 | 0 | 0.49 | 0.26 | 0.53 | 331.53 | 0.33 | 0.35 |
| Hex | 78 | 3D | 59 | 0 | 31 | 1A | 35 | 14C | 21 | 23 |
| Octal | 170 | 75 | 131 | 0 | 61 | 32 | 65 | 514 | 41 | 43 |
| Binary | 1111000 | 111101 | 1011001 | 0 | 110001 | 11010 | 110101 | 101001100 | 100001 | 100011 |
Color Harmonies of #783D59
Complementary color
Monochromatic Colors of #783D59
Black with #783D59
Text Example
Text Example
White with #783D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D59; }
p { color: rgb(120,61,89); }
H1.HeaderClassName
{
color: #783D59;
}
.AnyTagClassName
{
color: #783D59;
}
</style>
background-color css
<style>
a { background-color: #783D59; }
a { background-color: rgb(120,61,89); }
div.DivClassName
{
background-color: #783D59;
}
.BgClassName
{
background-color: #783D59;
}
</style>
border-color css
<style>
span { border-color: #783D59; }
span { border-color: rgb(120,61,89); }
td.TdClassName
{
border-color: #783D59;
}
.TagClassName
{
border-color: #783D59;
}
</style>