Shades of Cosmic #794B5B
Tints of Cosmic #794B5B
RGB
CMYK
RGB Variations
Color information
#794B5B (or 0x794B5B) is known color: Cosmic. HEX triplet: 79, 4B and 5B. RGB value is (121,75,91). Sum of RGB (Red+Green+Blue) = 121+75+91=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #794B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B5B is #86B4A4. Grayscale: #5A5A5A. Windows color (decimal): -8828069 or 5983097. OLE color: 5983097.
HSL color Cylindrical-coordinate representation of color #794B5B: hue angle of 339.13º 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 #794B5B is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 75 | 91 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.53 |
| HSL | 339.13º | 0.23% | 0.38% | - |
| HSV(B) | 339.13º | 0.38% | 0.47% | - |
| XYZ | 12.29 | 9.85 | 11.15 | - |
| YUV | 90.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 91 | 0 | 0.38 | 0.25 | 0.53 | 339.13 | 0.23 | 0.38 |
| Hex | 79 | 4B | 5B | 0 | 26 | 19 | 35 | 153 | 17 | 26 |
| Octal | 171 | 113 | 133 | 0 | 46 | 31 | 65 | 523 | 27 | 46 |
| Binary | 1111001 | 1001011 | 1011011 | 0 | 100110 | 11001 | 110101 | 101010011 | 10111 | 100110 |
Color Harmonies of #794B5B
Complementary color
Monochromatic Colors of #794B5B
Black with #794B5B
Text Example
Text Example
White with #794B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794B5B; }
p { color: rgb(121,75,91); }
H1.HeaderClassName
{
color: #794B5B;
}
.AnyTagClassName
{
color: #794B5B;
}
</style>
background-color css
<style>
a { background-color: #794B5B; }
a { background-color: rgb(121,75,91); }
div.DivClassName
{
background-color: #794B5B;
}
.BgClassName
{
background-color: #794B5B;
}
</style>
border-color css
<style>
span { border-color: #794B5B; }
span { border-color: rgb(121,75,91); }
td.TdClassName
{
border-color: #794B5B;
}
.TagClassName
{
border-color: #794B5B;
}
</style>