Shades of Cosmic #785C68
Tints of Cosmic #785C68
RGB
CMYK
RGB Variations
Color information
#785C68 (or 0x785C68) is known color: Cosmic. HEX triplet: 78, 5C and 68. RGB value is (120,92,104). Sum of RGB (Red+Green+Blue) = 120+92+104=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #785C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C68 is #87A397. Grayscale: #656565. Windows color (decimal): -8889240 or 6839416. OLE color: 6839416.
HSL color Cylindrical-coordinate representation of color #785C68: hue angle of 334.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785C68 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 104 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.53 |
| HSL | 334.29º | 0.13% | 0.42% | - |
| HSV(B) | 334.29º | 0.23% | 0.47% | - |
| XYZ | 14.07 | 12.65 | 14.8 | - |
| YUV | 101.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 104 | 0 | 0.23 | 0.13 | 0.53 | 334.29 | 0.13 | 0.42 |
| Hex | 78 | 5C | 68 | 0 | 17 | D | 35 | 14E | D | 2A |
| Octal | 170 | 134 | 150 | 0 | 27 | 15 | 65 | 516 | 15 | 52 |
| Binary | 1111000 | 1011100 | 1101000 | 0 | 10111 | 1101 | 110101 | 101001110 | 1101 | 101010 |
Color Harmonies of #785C68
Complementary color
Monochromatic Colors of #785C68
Black with #785C68
Text Example
Text Example
White with #785C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C68; }
p { color: rgb(120,92,104); }
H1.HeaderClassName
{
color: #785C68;
}
.AnyTagClassName
{
color: #785C68;
}
</style>
background-color css
<style>
a { background-color: #785C68; }
a { background-color: rgb(120,92,104); }
div.DivClassName
{
background-color: #785C68;
}
.BgClassName
{
background-color: #785C68;
}
</style>
border-color css
<style>
span { border-color: #785C68; }
span { border-color: rgb(120,92,104); }
td.TdClassName
{
border-color: #785C68;
}
.TagClassName
{
border-color: #785C68;
}
</style>