Shades of Cosmic #77545D
Tints of Cosmic #77545D
RGB
CMYK
RGB Variations
Color information
#77545D (or 0x77545D) is known color: Cosmic. HEX triplet: 77, 54 and 5D. RGB value is (119,84,93). Sum of RGB (Red+Green+Blue) = 119+84+93=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #77545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77545D is #88ABA2. Grayscale: #5F5F5F. Windows color (decimal): -8956835 or 6116471. OLE color: 6116471.
HSL color Cylindrical-coordinate representation of color #77545D: hue angle of 344.57º 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 #77545D is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 93 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.53 |
| HSL | 344.57º | 0.17% | 0.4% | - |
| HSV(B) | 344.57º | 0.29% | 0.47% | - |
| XYZ | 12.75 | 11.05 | 11.82 | - |
| YUV | 95.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 93 | 0 | 0.29 | 0.22 | 0.53 | 344.57 | 0.17 | 0.4 |
| Hex | 77 | 54 | 5D | 0 | 1D | 16 | 35 | 159 | 11 | 28 |
| Octal | 167 | 124 | 135 | 0 | 35 | 26 | 65 | 531 | 21 | 50 |
| Binary | 1110111 | 1010100 | 1011101 | 0 | 11101 | 10110 | 110101 | 101011001 | 10001 | 101000 |
Color Harmonies of #77545D
Complementary color
Monochromatic Colors of #77545D
Black with #77545D
Text Example
Text Example
White with #77545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77545D; }
p { color: rgb(119,84,93); }
H1.HeaderClassName
{
color: #77545D;
}
.AnyTagClassName
{
color: #77545D;
}
</style>
background-color css
<style>
a { background-color: #77545D; }
a { background-color: rgb(119,84,93); }
div.DivClassName
{
background-color: #77545D;
}
.BgClassName
{
background-color: #77545D;
}
</style>
border-color css
<style>
span { border-color: #77545D; }
span { border-color: rgb(119,84,93); }
td.TdClassName
{
border-color: #77545D;
}
.TagClassName
{
border-color: #77545D;
}
</style>