Shades of Cosmic #79516D
Tints of Cosmic #79516D
RGB
CMYK
RGB Variations
Color information
#79516D (or 0x79516D) is known color: Cosmic. HEX triplet: 79, 51 and 6D. RGB value is (121,81,109). Sum of RGB (Red+Green+Blue) = 121+81+109=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 121 - color contains mainly: red. Hex color #79516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79516D is #86AE92. Grayscale: #606060. Windows color (decimal): -8826515 or 7164281. OLE color: 7164281.
HSL color Cylindrical-coordinate representation of color #79516D: hue angle of 318º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79516D is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 109 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.53 |
| HSL | 318º | 0.2% | 0.4% | - |
| HSV(B) | 318º | 0.33% | 0.47% | - |
| XYZ | 13.59 | 11.05 | 15.89 | - |
| YUV | 96.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 109 | 0 | 0.33 | 0.10 | 0.53 | 318 | 0.2 | 0.4 |
| Hex | 79 | 51 | 6D | 0 | 21 | A | 35 | 13E | 14 | 28 |
| Octal | 171 | 121 | 155 | 0 | 41 | 12 | 65 | 476 | 24 | 50 |
| Binary | 1111001 | 1010001 | 1101101 | 0 | 100001 | 1010 | 110101 | 100111110 | 10100 | 101000 |
Color Harmonies of #79516D
Complementary color
Monochromatic Colors of #79516D
Black with #79516D
Text Example
Text Example
White with #79516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79516D; }
p { color: rgb(121,81,109); }
H1.HeaderClassName
{
color: #79516D;
}
.AnyTagClassName
{
color: #79516D;
}
</style>
background-color css
<style>
a { background-color: #79516D; }
a { background-color: rgb(121,81,109); }
div.DivClassName
{
background-color: #79516D;
}
.BgClassName
{
background-color: #79516D;
}
</style>
border-color css
<style>
span { border-color: #79516D; }
span { border-color: rgb(121,81,109); }
td.TdClassName
{
border-color: #79516D;
}
.TagClassName
{
border-color: #79516D;
}
</style>