Shades of Cosmic #794967
Tints of Cosmic #794967
RGB
CMYK
RGB Variations
Color information
#794967 (or 0x794967) is known color: Cosmic. HEX triplet: 79, 49 and 67. RGB value is (121,73,103). Sum of RGB (Red+Green+Blue) = 121+73+103=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #794967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794967 is #86B698. Grayscale: #5A5A5A. Windows color (decimal): -8828569 or 6769017. OLE color: 6769017.
HSL color Cylindrical-coordinate representation of color #794967: hue angle of 322.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #794967 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 73 | 103 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.53 |
| HSL | 322.5º | 0.25% | 0.38% | - |
| HSV(B) | 322.5º | 0.4% | 0.47% | - |
| XYZ | 12.72 | 9.81 | 14.06 | - |
| YUV | 90.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 103 | 0 | 0.40 | 0.15 | 0.53 | 322.5 | 0.25 | 0.38 |
| Hex | 79 | 49 | 67 | 0 | 28 | F | 35 | 142 | 19 | 26 |
| Octal | 171 | 111 | 147 | 0 | 50 | 17 | 65 | 502 | 31 | 46 |
| Binary | 1111001 | 1001001 | 1100111 | 0 | 101000 | 1111 | 110101 | 101000010 | 11001 | 100110 |
Color Harmonies of #794967
Complementary color
Monochromatic Colors of #794967
Black with #794967
Text Example
Text Example
White with #794967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794967; }
p { color: rgb(121,73,103); }
H1.HeaderClassName
{
color: #794967;
}
.AnyTagClassName
{
color: #794967;
}
</style>
background-color css
<style>
a { background-color: #794967; }
a { background-color: rgb(121,73,103); }
div.DivClassName
{
background-color: #794967;
}
.BgClassName
{
background-color: #794967;
}
</style>
border-color css
<style>
span { border-color: #794967; }
span { border-color: rgb(121,73,103); }
td.TdClassName
{
border-color: #794967;
}
.TagClassName
{
border-color: #794967;
}
</style>