Shades of Cosmic #785265
Tints of Cosmic #785265
RGB
CMYK
RGB Variations
Color information
#785265 (or 0x785265) is known color: Cosmic. HEX triplet: 78, 52 and 65. RGB value is (120,82,101). Sum of RGB (Red+Green+Blue) = 120+82+101=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #785265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785265 is #87AD9A. Grayscale: #5F5F5F. Windows color (decimal): -8891803 or 6640248. OLE color: 6640248.
HSL color Cylindrical-coordinate representation of color #785265: hue angle of 330º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785265 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 101 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.53 |
| HSL | 330º | 0.19% | 0.4% | - |
| HSV(B) | 330º | 0.32% | 0.47% | - |
| XYZ | 13.11 | 10.97 | 13.74 | - |
| YUV | 95.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 101 | 0 | 0.32 | 0.16 | 0.53 | 330 | 0.19 | 0.4 |
| Hex | 78 | 52 | 65 | 0 | 20 | 10 | 35 | 14A | 13 | 28 |
| Octal | 170 | 122 | 145 | 0 | 40 | 20 | 65 | 512 | 23 | 50 |
| Binary | 1111000 | 1010010 | 1100101 | 0 | 100000 | 10000 | 110101 | 101001010 | 10011 | 101000 |
Color Harmonies of #785265
Complementary color
Monochromatic Colors of #785265
Black with #785265
Text Example
Text Example
White with #785265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785265; }
p { color: rgb(120,82,101); }
H1.HeaderClassName
{
color: #785265;
}
.AnyTagClassName
{
color: #785265;
}
</style>
background-color css
<style>
a { background-color: #785265; }
a { background-color: rgb(120,82,101); }
div.DivClassName
{
background-color: #785265;
}
.BgClassName
{
background-color: #785265;
}
</style>
border-color css
<style>
span { border-color: #785265; }
span { border-color: rgb(120,82,101); }
td.TdClassName
{
border-color: #785265;
}
.TagClassName
{
border-color: #785265;
}
</style>