Shades of Cosmic #794C62
Tints of Cosmic #794C62
RGB
CMYK
RGB Variations
Color information
#794C62 (or 0x794C62) is known color: Cosmic. HEX triplet: 79, 4C and 62. RGB value is (121,76,98). Sum of RGB (Red+Green+Blue) = 121+76+98=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #794C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794C62 is #86B39D. Grayscale: #5B5B5B. Windows color (decimal): -8827806 or 6442105. OLE color: 6442105.
HSL color Cylindrical-coordinate representation of color #794C62: hue angle of 330.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #794C62 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 98 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.53 |
| HSL | 330.67º | 0.23% | 0.39% | - |
| HSV(B) | 330.67º | 0.37% | 0.47% | - |
| XYZ | 12.67 | 10.12 | 12.84 | - |
| YUV | 91.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 98 | 0 | 0.37 | 0.19 | 0.53 | 330.67 | 0.23 | 0.39 |
| Hex | 79 | 4C | 62 | 0 | 25 | 13 | 35 | 14B | 17 | 27 |
| Octal | 171 | 114 | 142 | 0 | 45 | 23 | 65 | 513 | 27 | 47 |
| Binary | 1111001 | 1001100 | 1100010 | 0 | 100101 | 10011 | 110101 | 101001011 | 10111 | 100111 |
Color Harmonies of #794C62
Complementary color
Monochromatic Colors of #794C62
Black with #794C62
Text Example
Text Example
White with #794C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C62; }
p { color: rgb(121,76,98); }
H1.HeaderClassName
{
color: #794C62;
}
.AnyTagClassName
{
color: #794C62;
}
</style>
background-color css
<style>
a { background-color: #794C62; }
a { background-color: rgb(121,76,98); }
div.DivClassName
{
background-color: #794C62;
}
.BgClassName
{
background-color: #794C62;
}
</style>
border-color css
<style>
span { border-color: #794C62; }
span { border-color: rgb(121,76,98); }
td.TdClassName
{
border-color: #794C62;
}
.TagClassName
{
border-color: #794C62;
}
</style>