Shades of Cosmic #794C5A
Tints of Cosmic #794C5A
RGB
CMYK
RGB Variations
Color information
#794C5A (or 0x794C5A) is known color: Cosmic. HEX triplet: 79, 4C and 5A. RGB value is (121,76,90). Sum of RGB (Red+Green+Blue) = 121+76+90=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #794C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794C5A is #86B3A5. Grayscale: #5B5B5B. Windows color (decimal): -8827814 or 5917817. OLE color: 5917817.
HSL color Cylindrical-coordinate representation of color #794C5A: hue angle of 341.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 #794C5A is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 90 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.53 |
| HSL | 341.33º | 0.23% | 0.39% | - |
| HSV(B) | 341.33º | 0.37% | 0.47% | - |
| XYZ | 12.32 | 9.97 | 10.95 | - |
| YUV | 91.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 90 | 0 | 0.37 | 0.26 | 0.53 | 341.33 | 0.23 | 0.39 |
| Hex | 79 | 4C | 5A | 0 | 25 | 1A | 35 | 155 | 17 | 27 |
| Octal | 171 | 114 | 132 | 0 | 45 | 32 | 65 | 525 | 27 | 47 |
| Binary | 1111001 | 1001100 | 1011010 | 0 | 100101 | 11010 | 110101 | 101010101 | 10111 | 100111 |
Color Harmonies of #794C5A
Complementary color
Monochromatic Colors of #794C5A
Black with #794C5A
Text Example
Text Example
White with #794C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C5A; }
p { color: rgb(121,76,90); }
H1.HeaderClassName
{
color: #794C5A;
}
.AnyTagClassName
{
color: #794C5A;
}
</style>
background-color css
<style>
a { background-color: #794C5A; }
a { background-color: rgb(121,76,90); }
div.DivClassName
{
background-color: #794C5A;
}
.BgClassName
{
background-color: #794C5A;
}
</style>
border-color css
<style>
span { border-color: #794C5A; }
span { border-color: rgb(121,76,90); }
td.TdClassName
{
border-color: #794C5A;
}
.TagClassName
{
border-color: #794C5A;
}
</style>