Shades of Cosmic #77555E
Tints of Cosmic #77555E
RGB
CMYK
RGB Variations
Color information
#77555E (or 0x77555E) is known color: Cosmic. HEX triplet: 77, 55 and 5E. RGB value is (119,85,94). Sum of RGB (Red+Green+Blue) = 119+85+94=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #77555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77555E is #88AAA1. Grayscale: #606060. Windows color (decimal): -8956578 or 6182263. OLE color: 6182263.
HSL color Cylindrical-coordinate representation of color #77555E: hue angle of 344.12º 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 #77555E is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 85 | 94 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.53 |
| HSL | 344.12º | 0.17% | 0.4% | - |
| HSV(B) | 344.12º | 0.29% | 0.47% | - |
| XYZ | 12.88 | 11.23 | 12.08 | - |
| YUV | 96.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 94 | 0 | 0.29 | 0.21 | 0.53 | 344.12 | 0.17 | 0.4 |
| Hex | 77 | 55 | 5E | 0 | 1D | 15 | 35 | 158 | 11 | 28 |
| Octal | 167 | 125 | 136 | 0 | 35 | 25 | 65 | 530 | 21 | 50 |
| Binary | 1110111 | 1010101 | 1011110 | 0 | 11101 | 10101 | 110101 | 101011000 | 10001 | 101000 |
Color Harmonies of #77555E
Complementary color
Monochromatic Colors of #77555E
Black with #77555E
Text Example
Text Example
White with #77555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77555E; }
p { color: rgb(119,85,94); }
H1.HeaderClassName
{
color: #77555E;
}
.AnyTagClassName
{
color: #77555E;
}
</style>
background-color css
<style>
a { background-color: #77555E; }
a { background-color: rgb(119,85,94); }
div.DivClassName
{
background-color: #77555E;
}
.BgClassName
{
background-color: #77555E;
}
</style>
border-color css
<style>
span { border-color: #77555E; }
span { border-color: rgb(119,85,94); }
td.TdClassName
{
border-color: #77555E;
}
.TagClassName
{
border-color: #77555E;
}
</style>