Shades of Cosmic #785462
Tints of Cosmic #785462
RGB
CMYK
RGB Variations
Color information
#785462 (or 0x785462) is known color: Cosmic. HEX triplet: 78, 54 and 62. RGB value is (120,84,98). Sum of RGB (Red+Green+Blue) = 120+84+98=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #785462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785462 is #87AB9D. Grayscale: #606060. Windows color (decimal): -8891294 or 6444152. OLE color: 6444152.
HSL color Cylindrical-coordinate representation of color #785462: hue angle of 336.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #785462 is Cyan = 0, Magento = 0.3, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 84 | 98 | - |
| CMYK | 0 | 0.3 | 0.18 | 0.53 |
| HSL | 336.67º | 0.18% | 0.4% | - |
| HSV(B) | 336.67º | 0.3% | 0.47% | - |
| XYZ | 13.12 | 11.22 | 13.03 | - |
| YUV | 96.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 98 | 0 | 0.3 | 0.18 | 0.53 | 336.67 | 0.18 | 0.4 |
| Hex | 78 | 54 | 62 | 0 | 1E | 12 | 35 | 151 | 12 | 28 |
| Octal | 170 | 124 | 142 | 0 | 36 | 22 | 65 | 521 | 22 | 50 |
| Binary | 1111000 | 1010100 | 1100010 | 0 | 11110 | 10010 | 110101 | 101010001 | 10010 | 101000 |
Color Harmonies of #785462
Complementary color
Monochromatic Colors of #785462
Black with #785462
Text Example
Text Example
White with #785462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785462; }
p { color: rgb(120,84,98); }
H1.HeaderClassName
{
color: #785462;
}
.AnyTagClassName
{
color: #785462;
}
</style>
background-color css
<style>
a { background-color: #785462; }
a { background-color: rgb(120,84,98); }
div.DivClassName
{
background-color: #785462;
}
.BgClassName
{
background-color: #785462;
}
</style>
border-color css
<style>
span { border-color: #785462; }
span { border-color: rgb(120,84,98); }
td.TdClassName
{
border-color: #785462;
}
.TagClassName
{
border-color: #785462;
}
</style>