Shades of Cosmic #783D67
Tints of Cosmic #783D67
RGB
CMYK
RGB Variations
Color information
#783D67 (or 0x783D67) is known color: Cosmic. HEX triplet: 78, 3D and 67. RGB value is (120,61,103). Sum of RGB (Red+Green+Blue) = 120+61+103=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #783D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D67 is #87C298. Grayscale: #535353. Windows color (decimal): -8897177 or 6765944. OLE color: 6765944.
HSL color Cylindrical-coordinate representation of color #783D67: hue angle of 317.29º 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 #783D67 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 103 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.53 |
| HSL | 317.29º | 0.33% | 0.35% | - |
| HSV(B) | 317.29º | 0.49% | 0.47% | - |
| XYZ | 11.86 | 8.31 | 13.81 | - |
| YUV | 83.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 103 | 0 | 0.49 | 0.14 | 0.53 | 317.29 | 0.33 | 0.35 |
| Hex | 78 | 3D | 67 | 0 | 31 | E | 35 | 13D | 21 | 23 |
| Octal | 170 | 75 | 147 | 0 | 61 | 16 | 65 | 475 | 41 | 43 |
| Binary | 1111000 | 111101 | 1100111 | 0 | 110001 | 1110 | 110101 | 100111101 | 100001 | 100011 |
Color Harmonies of #783D67
Complementary color
Monochromatic Colors of #783D67
Black with #783D67
Text Example
Text Example
White with #783D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D67; }
p { color: rgb(120,61,103); }
H1.HeaderClassName
{
color: #783D67;
}
.AnyTagClassName
{
color: #783D67;
}
</style>
background-color css
<style>
a { background-color: #783D67; }
a { background-color: rgb(120,61,103); }
div.DivClassName
{
background-color: #783D67;
}
.BgClassName
{
background-color: #783D67;
}
</style>
border-color css
<style>
span { border-color: #783D67; }
span { border-color: rgb(120,61,103); }
td.TdClassName
{
border-color: #783D67;
}
.TagClassName
{
border-color: #783D67;
}
</style>