Shades of Cosmic #794C5D
Tints of Cosmic #794C5D
RGB
CMYK
RGB Variations
Color information
#794C5D (or 0x794C5D) is known color: Cosmic. HEX triplet: 79, 4C and 5D. RGB value is (121,76,93). Sum of RGB (Red+Green+Blue) = 121+76+93=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #794C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794C5D is #86B3A2. Grayscale: #5B5B5B. Windows color (decimal): -8827811 or 6114425. OLE color: 6114425.
HSL color Cylindrical-coordinate representation of color #794C5D: hue angle of 337.33º 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 #794C5D is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 93 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.53 |
| HSL | 337.33º | 0.23% | 0.39% | - |
| HSV(B) | 337.33º | 0.37% | 0.47% | - |
| XYZ | 12.45 | 10.02 | 11.63 | - |
| YUV | 91.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 93 | 0 | 0.37 | 0.23 | 0.53 | 337.33 | 0.23 | 0.39 |
| Hex | 79 | 4C | 5D | 0 | 25 | 17 | 35 | 151 | 17 | 27 |
| Octal | 171 | 114 | 135 | 0 | 45 | 27 | 65 | 521 | 27 | 47 |
| Binary | 1111001 | 1001100 | 1011101 | 0 | 100101 | 10111 | 110101 | 101010001 | 10111 | 100111 |
Color Harmonies of #794C5D
Complementary color
Monochromatic Colors of #794C5D
Black with #794C5D
Text Example
Text Example
White with #794C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C5D; }
p { color: rgb(121,76,93); }
H1.HeaderClassName
{
color: #794C5D;
}
.AnyTagClassName
{
color: #794C5D;
}
</style>
background-color css
<style>
a { background-color: #794C5D; }
a { background-color: rgb(121,76,93); }
div.DivClassName
{
background-color: #794C5D;
}
.BgClassName
{
background-color: #794C5D;
}
</style>
border-color css
<style>
span { border-color: #794C5D; }
span { border-color: rgb(121,76,93); }
td.TdClassName
{
border-color: #794C5D;
}
.TagClassName
{
border-color: #794C5D;
}
</style>