Shades of Cosmic #794E5B
Tints of Cosmic #794E5B
RGB
CMYK
RGB Variations
Color information
#794E5B (or 0x794E5B) is known color: Cosmic. HEX triplet: 79, 4E and 5B. RGB value is (121,78,91). Sum of RGB (Red+Green+Blue) = 121+78+91=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #794E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794E5B is #86B1A4. Grayscale: #5C5C5C. Windows color (decimal): -8827301 or 5983865. OLE color: 5983865.
HSL color Cylindrical-coordinate representation of color #794E5B: hue angle of 341.86º 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 #794E5B is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 78 | 91 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.53 |
| HSL | 341.86º | 0.22% | 0.39% | - |
| HSV(B) | 341.86º | 0.36% | 0.47% | - |
| XYZ | 12.5 | 10.27 | 11.22 | - |
| YUV | 92.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 91 | 0 | 0.36 | 0.25 | 0.53 | 341.86 | 0.22 | 0.39 |
| Hex | 79 | 4E | 5B | 0 | 24 | 19 | 35 | 156 | 16 | 27 |
| Octal | 171 | 116 | 133 | 0 | 44 | 31 | 65 | 526 | 26 | 47 |
| Binary | 1111001 | 1001110 | 1011011 | 0 | 100100 | 11001 | 110101 | 101010110 | 10110 | 100111 |
Color Harmonies of #794E5B
Complementary color
Monochromatic Colors of #794E5B
Black with #794E5B
Text Example
Text Example
White with #794E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794E5B; }
p { color: rgb(121,78,91); }
H1.HeaderClassName
{
color: #794E5B;
}
.AnyTagClassName
{
color: #794E5B;
}
</style>
background-color css
<style>
a { background-color: #794E5B; }
a { background-color: rgb(121,78,91); }
div.DivClassName
{
background-color: #794E5B;
}
.BgClassName
{
background-color: #794E5B;
}
</style>
border-color css
<style>
span { border-color: #794E5B; }
span { border-color: rgb(121,78,91); }
td.TdClassName
{
border-color: #794E5B;
}
.TagClassName
{
border-color: #794E5B;
}
</style>