Shades of Cosmic #785B68
Tints of Cosmic #785B68
RGB
CMYK
RGB Variations
Color information
#785B68 (or 0x785B68) is known color: Cosmic. HEX triplet: 78, 5B and 68. RGB value is (120,91,104). Sum of RGB (Red+Green+Blue) = 120+91+104=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #785B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B68 is #87A497. Grayscale: #656565. Windows color (decimal): -8889496 or 6839160. OLE color: 6839160.
HSL color Cylindrical-coordinate representation of color #785B68: hue angle of 333.1º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #785B68 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 91 | 104 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.53 |
| HSL | 333.1º | 0.14% | 0.41% | - |
| HSV(B) | 333.1º | 0.24% | 0.47% | - |
| XYZ | 13.99 | 12.47 | 14.77 | - |
| YUV | 101.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 104 | 0 | 0.24 | 0.13 | 0.53 | 333.1 | 0.14 | 0.41 |
| Hex | 78 | 5B | 68 | 0 | 18 | D | 35 | 14D | E | 29 |
| Octal | 170 | 133 | 150 | 0 | 30 | 15 | 65 | 515 | 16 | 51 |
| Binary | 1111000 | 1011011 | 1101000 | 0 | 11000 | 1101 | 110101 | 101001101 | 1110 | 101001 |
Color Harmonies of #785B68
Complementary color
Monochromatic Colors of #785B68
Black with #785B68
Text Example
Text Example
White with #785B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B68; }
p { color: rgb(120,91,104); }
H1.HeaderClassName
{
color: #785B68;
}
.AnyTagClassName
{
color: #785B68;
}
</style>
background-color css
<style>
a { background-color: #785B68; }
a { background-color: rgb(120,91,104); }
div.DivClassName
{
background-color: #785B68;
}
.BgClassName
{
background-color: #785B68;
}
</style>
border-color css
<style>
span { border-color: #785B68; }
span { border-color: rgb(120,91,104); }
td.TdClassName
{
border-color: #785B68;
}
.TagClassName
{
border-color: #785B68;
}
</style>