Shades of Cosmic #794D59
Tints of Cosmic #794D59
RGB
CMYK
RGB Variations
Color information
#794D59 (or 0x794D59) is known color: Cosmic. HEX triplet: 79, 4D and 59. RGB value is (121,77,89). Sum of RGB (Red+Green+Blue) = 121+77+89=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #794D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D59 is #86B2A6. Grayscale: #5B5B5B. Windows color (decimal): -8827559 or 5852537. OLE color: 5852537.
HSL color Cylindrical-coordinate representation of color #794D59: hue angle of 343.64º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #794D59 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 77 | 89 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.53 |
| HSL | 343.64º | 0.22% | 0.39% | - |
| HSV(B) | 343.64º | 0.36% | 0.47% | - |
| XYZ | 12.34 | 10.09 | 10.75 | - |
| YUV | 91.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 89 | 0 | 0.36 | 0.26 | 0.53 | 343.64 | 0.22 | 0.39 |
| Hex | 79 | 4D | 59 | 0 | 24 | 1A | 35 | 158 | 16 | 27 |
| Octal | 171 | 115 | 131 | 0 | 44 | 32 | 65 | 530 | 26 | 47 |
| Binary | 1111001 | 1001101 | 1011001 | 0 | 100100 | 11010 | 110101 | 101011000 | 10110 | 100111 |
Color Harmonies of #794D59
Complementary color
Monochromatic Colors of #794D59
Black with #794D59
Text Example
Text Example
White with #794D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794D59; }
p { color: rgb(121,77,89); }
H1.HeaderClassName
{
color: #794D59;
}
.AnyTagClassName
{
color: #794D59;
}
</style>
background-color css
<style>
a { background-color: #794D59; }
a { background-color: rgb(121,77,89); }
div.DivClassName
{
background-color: #794D59;
}
.BgClassName
{
background-color: #794D59;
}
</style>
border-color css
<style>
span { border-color: #794D59; }
span { border-color: rgb(121,77,89); }
td.TdClassName
{
border-color: #794D59;
}
.TagClassName
{
border-color: #794D59;
}
</style>