Shades of Cosmic #794A5B
Tints of Cosmic #794A5B
RGB
CMYK
RGB Variations
Color information
#794A5B (or 0x794A5B) is known color: Cosmic. HEX triplet: 79, 4A and 5B. RGB value is (121,74,91). Sum of RGB (Red+Green+Blue) = 121+74+91=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #794A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794A5B is #86B5A4. Grayscale: #595959. Windows color (decimal): -8828325 or 5982841. OLE color: 5982841.
HSL color Cylindrical-coordinate representation of color #794A5B: hue angle of 338.3º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #794A5B is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 74 | 91 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.53 |
| HSL | 338.3º | 0.24% | 0.38% | - |
| HSV(B) | 338.3º | 0.39% | 0.47% | - |
| XYZ | 12.22 | 9.72 | 11.13 | - |
| YUV | 89.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 91 | 0 | 0.39 | 0.25 | 0.53 | 338.3 | 0.24 | 0.38 |
| Hex | 79 | 4A | 5B | 0 | 27 | 19 | 35 | 152 | 18 | 26 |
| Octal | 171 | 112 | 133 | 0 | 47 | 31 | 65 | 522 | 30 | 46 |
| Binary | 1111001 | 1001010 | 1011011 | 0 | 100111 | 11001 | 110101 | 101010010 | 11000 | 100110 |
Color Harmonies of #794A5B
Complementary color
Monochromatic Colors of #794A5B
Black with #794A5B
Text Example
Text Example
White with #794A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794A5B; }
p { color: rgb(121,74,91); }
H1.HeaderClassName
{
color: #794A5B;
}
.AnyTagClassName
{
color: #794A5B;
}
</style>
background-color css
<style>
a { background-color: #794A5B; }
a { background-color: rgb(121,74,91); }
div.DivClassName
{
background-color: #794A5B;
}
.BgClassName
{
background-color: #794A5B;
}
</style>
border-color css
<style>
span { border-color: #794A5B; }
span { border-color: rgb(121,74,91); }
td.TdClassName
{
border-color: #794A5B;
}
.TagClassName
{
border-color: #794A5B;
}
</style>