Shades of Cosmic #783D65
Tints of Cosmic #783D65
RGB
CMYK
RGB Variations
Color information
#783D65 (or 0x783D65) is known color: Cosmic. HEX triplet: 78, 3D and 65. RGB value is (120,61,101). Sum of RGB (Red+Green+Blue) = 120+61+101=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #783D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D65 is #87C29A. Grayscale: #535353. Windows color (decimal): -8897179 or 6634872. OLE color: 6634872.
HSL color Cylindrical-coordinate representation of color #783D65: hue angle of 319.32º 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 #783D65 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 101 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.53 |
| HSL | 319.32º | 0.33% | 0.35% | - |
| HSV(B) | 319.32º | 0.49% | 0.47% | - |
| XYZ | 11.76 | 8.27 | 13.29 | - |
| YUV | 83.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 101 | 0 | 0.49 | 0.16 | 0.53 | 319.32 | 0.33 | 0.35 |
| Hex | 78 | 3D | 65 | 0 | 31 | 10 | 35 | 13F | 21 | 23 |
| Octal | 170 | 75 | 145 | 0 | 61 | 20 | 65 | 477 | 41 | 43 |
| Binary | 1111000 | 111101 | 1100101 | 0 | 110001 | 10000 | 110101 | 100111111 | 100001 | 100011 |
Color Harmonies of #783D65
Complementary color
Monochromatic Colors of #783D65
Black with #783D65
Text Example
Text Example
White with #783D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D65; }
p { color: rgb(120,61,101); }
H1.HeaderClassName
{
color: #783D65;
}
.AnyTagClassName
{
color: #783D65;
}
</style>
background-color css
<style>
a { background-color: #783D65; }
a { background-color: rgb(120,61,101); }
div.DivClassName
{
background-color: #783D65;
}
.BgClassName
{
background-color: #783D65;
}
</style>
border-color css
<style>
span { border-color: #783D65; }
span { border-color: rgb(120,61,101); }
td.TdClassName
{
border-color: #783D65;
}
.TagClassName
{
border-color: #783D65;
}
</style>