Shades of Cosmic #794B56
Tints of Cosmic #794B56
RGB
CMYK
RGB Variations
Color information
#794B56 (or 0x794B56) is known color: Cosmic. HEX triplet: 79, 4B and 56. RGB value is (121,75,86). Sum of RGB (Red+Green+Blue) = 121+75+86=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #794B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B56 is #86B4A9. Grayscale: #5A5A5A. Windows color (decimal): -8828074 or 5655417. OLE color: 5655417.
HSL color Cylindrical-coordinate representation of color #794B56: hue angle of 345.65º 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 #794B56 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 75 | 86 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.53 |
| HSL | 345.65º | 0.23% | 0.38% | - |
| HSV(B) | 345.65º | 0.38% | 0.47% | - |
| XYZ | 12.08 | 9.77 | 10.05 | - |
| YUV | 90.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 86 | 0 | 0.38 | 0.29 | 0.53 | 345.65 | 0.23 | 0.38 |
| Hex | 79 | 4B | 56 | 0 | 26 | 1D | 35 | 15A | 17 | 26 |
| Octal | 171 | 113 | 126 | 0 | 46 | 35 | 65 | 532 | 27 | 46 |
| Binary | 1111001 | 1001011 | 1010110 | 0 | 100110 | 11101 | 110101 | 101011010 | 10111 | 100110 |
Color Harmonies of #794B56
Complementary color
Monochromatic Colors of #794B56
Black with #794B56
Text Example
Text Example
White with #794B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794B56; }
p { color: rgb(121,75,86); }
H1.HeaderClassName
{
color: #794B56;
}
.AnyTagClassName
{
color: #794B56;
}
</style>
background-color css
<style>
a { background-color: #794B56; }
a { background-color: rgb(121,75,86); }
div.DivClassName
{
background-color: #794B56;
}
.BgClassName
{
background-color: #794B56;
}
</style>
border-color css
<style>
span { border-color: #794B56; }
span { border-color: rgb(121,75,86); }
td.TdClassName
{
border-color: #794B56;
}
.TagClassName
{
border-color: #794B56;
}
</style>