Shades of Cosmic #77555D
Tints of Cosmic #77555D
RGB
CMYK
RGB Variations
Color information
#77555D (or 0x77555D) is known color: Cosmic. HEX triplet: 77, 55 and 5D. RGB value is (119,85,93). Sum of RGB (Red+Green+Blue) = 119+85+93=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77555D is #88AAA2. Grayscale: #606060. Windows color (decimal): -8956579 or 6116727. OLE color: 6116727.
HSL color Cylindrical-coordinate representation of color #77555D: hue angle of 345.88º 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 #77555D is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 85 | 93 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.53 |
| HSL | 345.88º | 0.17% | 0.4% | - |
| HSV(B) | 345.88º | 0.29% | 0.47% | - |
| XYZ | 12.83 | 11.21 | 11.84 | - |
| YUV | 96.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 93 | 0 | 0.29 | 0.22 | 0.53 | 345.88 | 0.17 | 0.4 |
| Hex | 77 | 55 | 5D | 0 | 1D | 16 | 35 | 15A | 11 | 28 |
| Octal | 167 | 125 | 135 | 0 | 35 | 26 | 65 | 532 | 21 | 50 |
| Binary | 1110111 | 1010101 | 1011101 | 0 | 11101 | 10110 | 110101 | 101011010 | 10001 | 101000 |
Color Harmonies of #77555D
Complementary color
Monochromatic Colors of #77555D
Black with #77555D
Text Example
Text Example
White with #77555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77555D; }
p { color: rgb(119,85,93); }
H1.HeaderClassName
{
color: #77555D;
}
.AnyTagClassName
{
color: #77555D;
}
</style>
background-color css
<style>
a { background-color: #77555D; }
a { background-color: rgb(119,85,93); }
div.DivClassName
{
background-color: #77555D;
}
.BgClassName
{
background-color: #77555D;
}
</style>
border-color css
<style>
span { border-color: #77555D; }
span { border-color: rgb(119,85,93); }
td.TdClassName
{
border-color: #77555D;
}
.TagClassName
{
border-color: #77555D;
}
</style>