Shades of Cosmic #77525D
Tints of Cosmic #77525D
RGB
CMYK
RGB Variations
Color information
#77525D (or 0x77525D) is known color: Cosmic. HEX triplet: 77, 52 and 5D. RGB value is (119,82,93). Sum of RGB (Red+Green+Blue) = 119+82+93=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77525D is #88ADA2. Grayscale: #5E5E5E. Windows color (decimal): -8957347 or 6115959. OLE color: 6115959.
HSL color Cylindrical-coordinate representation of color #77525D: hue angle of 342.16º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77525D is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 93 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.53 |
| HSL | 342.16º | 0.18% | 0.39% | - |
| HSV(B) | 342.16º | 0.31% | 0.47% | - |
| XYZ | 12.6 | 10.75 | 11.77 | - |
| YUV | 94.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 93 | 0 | 0.31 | 0.22 | 0.53 | 342.16 | 0.18 | 0.39 |
| Hex | 77 | 52 | 5D | 0 | 1F | 16 | 35 | 156 | 12 | 27 |
| Octal | 167 | 122 | 135 | 0 | 37 | 26 | 65 | 526 | 22 | 47 |
| Binary | 1110111 | 1010010 | 1011101 | 0 | 11111 | 10110 | 110101 | 101010110 | 10010 | 100111 |
Color Harmonies of #77525D
Complementary color
Monochromatic Colors of #77525D
Black with #77525D
Text Example
Text Example
White with #77525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77525D; }
p { color: rgb(119,82,93); }
H1.HeaderClassName
{
color: #77525D;
}
.AnyTagClassName
{
color: #77525D;
}
</style>
background-color css
<style>
a { background-color: #77525D; }
a { background-color: rgb(119,82,93); }
div.DivClassName
{
background-color: #77525D;
}
.BgClassName
{
background-color: #77525D;
}
</style>
border-color css
<style>
span { border-color: #77525D; }
span { border-color: rgb(119,82,93); }
td.TdClassName
{
border-color: #77525D;
}
.TagClassName
{
border-color: #77525D;
}
</style>