Shades of Cosmic #79586D
Tints of Cosmic #79586D
RGB
CMYK
RGB Variations
Color information
#79586D (or 0x79586D) is known color: Cosmic. HEX triplet: 79, 58 and 6D. RGB value is (121,88,109). Sum of RGB (Red+Green+Blue) = 121+88+109=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 121 - color contains mainly: red. Hex color #79586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79586D is #86A792. Grayscale: #646464. Windows color (decimal): -8824723 or 7166073. OLE color: 7166073.
HSL color Cylindrical-coordinate representation of color #79586D: hue angle of 321.82º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #79586D is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 88 | 109 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.53 |
| HSL | 321.82º | 0.16% | 0.41% | - |
| HSV(B) | 321.82º | 0.27% | 0.47% | - |
| XYZ | 14.14 | 12.15 | 16.07 | - |
| YUV | 100.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 88 | 109 | 0 | 0.27 | 0.10 | 0.53 | 321.82 | 0.16 | 0.41 |
| Hex | 79 | 58 | 6D | 0 | 1B | A | 35 | 142 | 10 | 29 |
| Octal | 171 | 130 | 155 | 0 | 33 | 12 | 65 | 502 | 20 | 51 |
| Binary | 1111001 | 1011000 | 1101101 | 0 | 11011 | 1010 | 110101 | 101000010 | 10000 | 101001 |
Color Harmonies of #79586D
Complementary color
Monochromatic Colors of #79586D
Black with #79586D
Text Example
Text Example
White with #79586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79586D; }
p { color: rgb(121,88,109); }
H1.HeaderClassName
{
color: #79586D;
}
.AnyTagClassName
{
color: #79586D;
}
</style>
background-color css
<style>
a { background-color: #79586D; }
a { background-color: rgb(121,88,109); }
div.DivClassName
{
background-color: #79586D;
}
.BgClassName
{
background-color: #79586D;
}
</style>
border-color css
<style>
span { border-color: #79586D; }
span { border-color: rgb(121,88,109); }
td.TdClassName
{
border-color: #79586D;
}
.TagClassName
{
border-color: #79586D;
}
</style>