Shades of Cosmic #775560
Tints of Cosmic #775560
RGB
CMYK
RGB Variations
Color information
#775560 (or 0x775560) is known color: Cosmic. HEX triplet: 77, 55 and 60. RGB value is (119,85,96). Sum of RGB (Red+Green+Blue) = 119+85+96=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #775560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775560 is #88AA9F. Grayscale: #606060. Windows color (decimal): -8956576 or 6313335. OLE color: 6313335.
HSL color Cylindrical-coordinate representation of color #775560: hue angle of 340.59º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775560 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 85 | 96 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.53 |
| HSL | 340.59º | 0.17% | 0.4% | - |
| HSV(B) | 340.59º | 0.29% | 0.47% | - |
| XYZ | 12.97 | 11.26 | 12.56 | - |
| YUV | 96.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 96 | 0 | 0.29 | 0.19 | 0.53 | 340.59 | 0.17 | 0.4 |
| Hex | 77 | 55 | 60 | 0 | 1D | 13 | 35 | 155 | 11 | 28 |
| Octal | 167 | 125 | 140 | 0 | 35 | 23 | 65 | 525 | 21 | 50 |
| Binary | 1110111 | 1010101 | 1100000 | 0 | 11101 | 10011 | 110101 | 101010101 | 10001 | 101000 |
Color Harmonies of #775560
Complementary color
Monochromatic Colors of #775560
Black with #775560
Text Example
Text Example
White with #775560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775560; }
p { color: rgb(119,85,96); }
H1.HeaderClassName
{
color: #775560;
}
.AnyTagClassName
{
color: #775560;
}
</style>
background-color css
<style>
a { background-color: #775560; }
a { background-color: rgb(119,85,96); }
div.DivClassName
{
background-color: #775560;
}
.BgClassName
{
background-color: #775560;
}
</style>
border-color css
<style>
span { border-color: #775560; }
span { border-color: rgb(119,85,96); }
td.TdClassName
{
border-color: #775560;
}
.TagClassName
{
border-color: #775560;
}
</style>