Shades of Cosmic #783F65
Tints of Cosmic #783F65
RGB
CMYK
RGB Variations
Color information
#783F65 (or 0x783F65) is known color: Cosmic. HEX triplet: 78, 3F and 65. RGB value is (120,63,101). Sum of RGB (Red+Green+Blue) = 120+63+101=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #783F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F65 is #87C09A. Grayscale: #545454. Windows color (decimal): -8896667 or 6635384. OLE color: 6635384.
HSL color Cylindrical-coordinate representation of color #783F65: hue angle of 320º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #783F65 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 101 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.53 |
| HSL | 320º | 0.31% | 0.36% | - |
| HSV(B) | 320º | 0.48% | 0.47% | - |
| XYZ | 11.87 | 8.49 | 13.32 | - |
| YUV | 84.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 101 | 0 | 0.48 | 0.16 | 0.53 | 320 | 0.31 | 0.36 |
| Hex | 78 | 3F | 65 | 0 | 30 | 10 | 35 | 140 | 1F | 24 |
| Octal | 170 | 77 | 145 | 0 | 60 | 20 | 65 | 500 | 37 | 44 |
| Binary | 1111000 | 111111 | 1100101 | 0 | 110000 | 10000 | 110101 | 101000000 | 11111 | 100100 |
Color Harmonies of #783F65
Complementary color
Monochromatic Colors of #783F65
Black with #783F65
Text Example
Text Example
White with #783F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F65; }
p { color: rgb(120,63,101); }
H1.HeaderClassName
{
color: #783F65;
}
.AnyTagClassName
{
color: #783F65;
}
</style>
background-color css
<style>
a { background-color: #783F65; }
a { background-color: rgb(120,63,101); }
div.DivClassName
{
background-color: #783F65;
}
.BgClassName
{
background-color: #783F65;
}
</style>
border-color css
<style>
span { border-color: #783F65; }
span { border-color: rgb(120,63,101); }
td.TdClassName
{
border-color: #783F65;
}
.TagClassName
{
border-color: #783F65;
}
</style>