Shades of Cosmic #794B60
Tints of Cosmic #794B60
RGB
CMYK
RGB Variations
Color information
#794B60 (or 0x794B60) is known color: Cosmic. HEX triplet: 79, 4B and 60. RGB value is (121,75,96). Sum of RGB (Red+Green+Blue) = 121+75+96=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #794B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B60 is #86B49F. Grayscale: #5B5B5B. Windows color (decimal): -8828064 or 6310777. OLE color: 6310777.
HSL color Cylindrical-coordinate representation of color #794B60: hue angle of 332.61º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #794B60 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 75 | 96 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.53 |
| HSL | 332.61º | 0.23% | 0.38% | - |
| HSV(B) | 332.61º | 0.38% | 0.47% | - |
| XYZ | 12.51 | 9.94 | 12.33 | - |
| YUV | 91.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 96 | 0 | 0.38 | 0.21 | 0.53 | 332.61 | 0.23 | 0.38 |
| Hex | 79 | 4B | 60 | 0 | 26 | 15 | 35 | 14D | 17 | 26 |
| Octal | 171 | 113 | 140 | 0 | 46 | 25 | 65 | 515 | 27 | 46 |
| Binary | 1111001 | 1001011 | 1100000 | 0 | 100110 | 10101 | 110101 | 101001101 | 10111 | 100110 |
Color Harmonies of #794B60
Complementary color
Monochromatic Colors of #794B60
Black with #794B60
Text Example
Text Example
White with #794B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794B60; }
p { color: rgb(121,75,96); }
H1.HeaderClassName
{
color: #794B60;
}
.AnyTagClassName
{
color: #794B60;
}
</style>
background-color css
<style>
a { background-color: #794B60; }
a { background-color: rgb(121,75,96); }
div.DivClassName
{
background-color: #794B60;
}
.BgClassName
{
background-color: #794B60;
}
</style>
border-color css
<style>
span { border-color: #794B60; }
span { border-color: rgb(121,75,96); }
td.TdClassName
{
border-color: #794B60;
}
.TagClassName
{
border-color: #794B60;
}
</style>