Shades of Cosmic #77515D
Tints of Cosmic #77515D
RGB
CMYK
RGB Variations
Color information
#77515D (or 0x77515D) is known color: Cosmic. HEX triplet: 77, 51 and 5D. RGB value is (119,81,93). Sum of RGB (Red+Green+Blue) = 119+81+93=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #77515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77515D is #88AEA2. Grayscale: #5D5D5D. Windows color (decimal): -8957603 or 6115703. OLE color: 6115703.
HSL color Cylindrical-coordinate representation of color #77515D: hue angle of 341.05º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77515D is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 81 | 93 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.53 |
| HSL | 341.05º | 0.19% | 0.39% | - |
| HSV(B) | 341.05º | 0.32% | 0.47% | - |
| XYZ | 12.53 | 10.6 | 11.74 | - |
| YUV | 93.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 93 | 0 | 0.32 | 0.22 | 0.53 | 341.05 | 0.19 | 0.39 |
| Hex | 77 | 51 | 5D | 0 | 20 | 16 | 35 | 155 | 13 | 27 |
| Octal | 167 | 121 | 135 | 0 | 40 | 26 | 65 | 525 | 23 | 47 |
| Binary | 1110111 | 1010001 | 1011101 | 0 | 100000 | 10110 | 110101 | 101010101 | 10011 | 100111 |
Color Harmonies of #77515D
Complementary color
Monochromatic Colors of #77515D
Black with #77515D
Text Example
Text Example
White with #77515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77515D; }
p { color: rgb(119,81,93); }
H1.HeaderClassName
{
color: #77515D;
}
.AnyTagClassName
{
color: #77515D;
}
</style>
background-color css
<style>
a { background-color: #77515D; }
a { background-color: rgb(119,81,93); }
div.DivClassName
{
background-color: #77515D;
}
.BgClassName
{
background-color: #77515D;
}
</style>
border-color css
<style>
span { border-color: #77515D; }
span { border-color: rgb(119,81,93); }
td.TdClassName
{
border-color: #77515D;
}
.TagClassName
{
border-color: #77515D;
}
</style>