Shades of Cosmic #785066
Tints of Cosmic #785066
RGB
CMYK
RGB Variations
Color information
#785066 (or 0x785066) is known color: Cosmic. HEX triplet: 78, 50 and 66. RGB value is (120,80,102). Sum of RGB (Red+Green+Blue) = 120+80+102=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #785066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785066 is #87AF99. Grayscale: #5E5E5E. Windows color (decimal): -8892314 or 6705272. OLE color: 6705272.
HSL color Cylindrical-coordinate representation of color #785066: hue angle of 327º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785066 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 102 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.53 |
| HSL | 327º | 0.2% | 0.39% | - |
| HSV(B) | 327º | 0.33% | 0.47% | - |
| XYZ | 13.01 | 10.69 | 13.95 | - |
| YUV | 94.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 102 | 0 | 0.33 | 0.15 | 0.53 | 327 | 0.2 | 0.39 |
| Hex | 78 | 50 | 66 | 0 | 21 | F | 35 | 147 | 14 | 27 |
| Octal | 170 | 120 | 146 | 0 | 41 | 17 | 65 | 507 | 24 | 47 |
| Binary | 1111000 | 1010000 | 1100110 | 0 | 100001 | 1111 | 110101 | 101000111 | 10100 | 100111 |
Color Harmonies of #785066
Complementary color
Monochromatic Colors of #785066
Black with #785066
Text Example
Text Example
White with #785066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785066; }
p { color: rgb(120,80,102); }
H1.HeaderClassName
{
color: #785066;
}
.AnyTagClassName
{
color: #785066;
}
</style>
background-color css
<style>
a { background-color: #785066; }
a { background-color: rgb(120,80,102); }
div.DivClassName
{
background-color: #785066;
}
.BgClassName
{
background-color: #785066;
}
</style>
border-color css
<style>
span { border-color: #785066; }
span { border-color: rgb(120,80,102); }
td.TdClassName
{
border-color: #785066;
}
.TagClassName
{
border-color: #785066;
}
</style>