Shades of Cosmic #785366
Tints of Cosmic #785366
RGB
CMYK
RGB Variations
Color information
#785366 (or 0x785366) is known color: Cosmic. HEX triplet: 78, 53 and 66. RGB value is (120,83,102). Sum of RGB (Red+Green+Blue) = 120+83+102=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #785366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785366 is #87AC99. Grayscale: #606060. Windows color (decimal): -8891546 or 6706040. OLE color: 6706040.
HSL color Cylindrical-coordinate representation of color #785366: hue angle of 329.19º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785366 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 83 | 102 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.53 |
| HSL | 329.19º | 0.18% | 0.4% | - |
| HSV(B) | 329.19º | 0.31% | 0.47% | - |
| XYZ | 13.24 | 11.14 | 14.02 | - |
| YUV | 96.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 102 | 0 | 0.31 | 0.15 | 0.53 | 329.19 | 0.18 | 0.4 |
| Hex | 78 | 53 | 66 | 0 | 1F | F | 35 | 149 | 12 | 28 |
| Octal | 170 | 123 | 146 | 0 | 37 | 17 | 65 | 511 | 22 | 50 |
| Binary | 1111000 | 1010011 | 1100110 | 0 | 11111 | 1111 | 110101 | 101001001 | 10010 | 101000 |
Color Harmonies of #785366
Complementary color
Monochromatic Colors of #785366
Black with #785366
Text Example
Text Example
White with #785366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785366; }
p { color: rgb(120,83,102); }
H1.HeaderClassName
{
color: #785366;
}
.AnyTagClassName
{
color: #785366;
}
</style>
background-color css
<style>
a { background-color: #785366; }
a { background-color: rgb(120,83,102); }
div.DivClassName
{
background-color: #785366;
}
.BgClassName
{
background-color: #785366;
}
</style>
border-color css
<style>
span { border-color: #785366; }
span { border-color: rgb(120,83,102); }
td.TdClassName
{
border-color: #785366;
}
.TagClassName
{
border-color: #785366;
}
</style>