Shades of Cosmic #794F5D
Tints of Cosmic #794F5D
RGB
CMYK
RGB Variations
Color information
#794F5D (or 0x794F5D) is known color: Cosmic. HEX triplet: 79, 4F and 5D. RGB value is (121,79,93). Sum of RGB (Red+Green+Blue) = 121+79+93=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #794F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794F5D is #86B0A2. Grayscale: #5D5D5D. Windows color (decimal): -8827043 or 6115193. OLE color: 6115193.
HSL color Cylindrical-coordinate representation of color #794F5D: hue angle of 340º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #794F5D is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 79 | 93 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.53 |
| HSL | 340º | 0.21% | 0.39% | - |
| HSV(B) | 340º | 0.35% | 0.47% | - |
| XYZ | 12.66 | 10.45 | 11.71 | - |
| YUV | 93.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 79 | 93 | 0 | 0.35 | 0.23 | 0.53 | 340 | 0.21 | 0.39 |
| Hex | 79 | 4F | 5D | 0 | 23 | 17 | 35 | 154 | 15 | 27 |
| Octal | 171 | 117 | 135 | 0 | 43 | 27 | 65 | 524 | 25 | 47 |
| Binary | 1111001 | 1001111 | 1011101 | 0 | 100011 | 10111 | 110101 | 101010100 | 10101 | 100111 |
Color Harmonies of #794F5D
Complementary color
Monochromatic Colors of #794F5D
Black with #794F5D
Text Example
Text Example
White with #794F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794F5D; }
p { color: rgb(121,79,93); }
H1.HeaderClassName
{
color: #794F5D;
}
.AnyTagClassName
{
color: #794F5D;
}
</style>
background-color css
<style>
a { background-color: #794F5D; }
a { background-color: rgb(121,79,93); }
div.DivClassName
{
background-color: #794F5D;
}
.BgClassName
{
background-color: #794F5D;
}
</style>
border-color css
<style>
span { border-color: #794F5D; }
span { border-color: rgb(121,79,93); }
td.TdClassName
{
border-color: #794F5D;
}
.TagClassName
{
border-color: #794F5D;
}
</style>