Shades of Cosmic #783B65
Tints of Cosmic #783B65
RGB
CMYK
RGB Variations
Color information
#783B65 (or 0x783B65) is known color: Cosmic. HEX triplet: 78, 3B and 65. RGB value is (120,59,101). Sum of RGB (Red+Green+Blue) = 120+59+101=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #783B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B65 is #87C49A. Grayscale: #515151. Windows color (decimal): -8897691 or 6634360. OLE color: 6634360.
HSL color Cylindrical-coordinate representation of color #783B65: hue angle of 318.69º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #783B65 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 59 | 101 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.53 |
| HSL | 318.69º | 0.34% | 0.35% | - |
| HSV(B) | 318.69º | 0.51% | 0.47% | - |
| XYZ | 11.66 | 8.06 | 13.25 | - |
| YUV | 82.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 101 | 0 | 0.51 | 0.16 | 0.53 | 318.69 | 0.34 | 0.35 |
| Hex | 78 | 3B | 65 | 0 | 33 | 10 | 35 | 13F | 22 | 23 |
| Octal | 170 | 73 | 145 | 0 | 63 | 20 | 65 | 477 | 42 | 43 |
| Binary | 1111000 | 111011 | 1100101 | 0 | 110011 | 10000 | 110101 | 100111111 | 100010 | 100011 |
Color Harmonies of #783B65
Complementary color
Monochromatic Colors of #783B65
Black with #783B65
Text Example
Text Example
White with #783B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783B65; }
p { color: rgb(120,59,101); }
H1.HeaderClassName
{
color: #783B65;
}
.AnyTagClassName
{
color: #783B65;
}
</style>
background-color css
<style>
a { background-color: #783B65; }
a { background-color: rgb(120,59,101); }
div.DivClassName
{
background-color: #783B65;
}
.BgClassName
{
background-color: #783B65;
}
</style>
border-color css
<style>
span { border-color: #783B65; }
span { border-color: rgb(120,59,101); }
td.TdClassName
{
border-color: #783B65;
}
.TagClassName
{
border-color: #783B65;
}
</style>