Shades of Cosmic #794A5C
Tints of Cosmic #794A5C
RGB
CMYK
RGB Variations
Color information
#794A5C (or 0x794A5C) is known color: Cosmic. HEX triplet: 79, 4A and 5C. RGB value is (121,74,92). Sum of RGB (Red+Green+Blue) = 121+74+92=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #794A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794A5C is #86B5A3. Grayscale: #5A5A5A. Windows color (decimal): -8828324 or 6048377. OLE color: 6048377.
HSL color Cylindrical-coordinate representation of color #794A5C: hue angle of 337.02º 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 #794A5C is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 74 | 92 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.53 |
| HSL | 337.02º | 0.24% | 0.38% | - |
| HSV(B) | 337.02º | 0.39% | 0.47% | - |
| XYZ | 12.27 | 9.74 | 11.36 | - |
| YUV | 90.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 92 | 0 | 0.39 | 0.24 | 0.53 | 337.02 | 0.24 | 0.38 |
| Hex | 79 | 4A | 5C | 0 | 27 | 18 | 35 | 151 | 18 | 26 |
| Octal | 171 | 112 | 134 | 0 | 47 | 30 | 65 | 521 | 30 | 46 |
| Binary | 1111001 | 1001010 | 1011100 | 0 | 100111 | 11000 | 110101 | 101010001 | 11000 | 100110 |
Color Harmonies of #794A5C
Complementary color
Monochromatic Colors of #794A5C
Black with #794A5C
Text Example
Text Example
White with #794A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794A5C; }
p { color: rgb(121,74,92); }
H1.HeaderClassName
{
color: #794A5C;
}
.AnyTagClassName
{
color: #794A5C;
}
</style>
background-color css
<style>
a { background-color: #794A5C; }
a { background-color: rgb(121,74,92); }
div.DivClassName
{
background-color: #794A5C;
}
.BgClassName
{
background-color: #794A5C;
}
</style>
border-color css
<style>
span { border-color: #794A5C; }
span { border-color: rgb(121,74,92); }
td.TdClassName
{
border-color: #794A5C;
}
.TagClassName
{
border-color: #794A5C;
}
</style>