Shades of Cosmic #794D67
Tints of Cosmic #794D67
RGB
CMYK
RGB Variations
Color information
#794D67 (or 0x794D67) is known color: Cosmic. HEX triplet: 79, 4D and 67. RGB value is (121,77,103). Sum of RGB (Red+Green+Blue) = 121+77+103=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 121 - color contains mainly: red. Hex color #794D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D67 is #86B298. Grayscale: #5D5D5D. Windows color (decimal): -8827545 or 6770041. OLE color: 6770041.
HSL color Cylindrical-coordinate representation of color #794D67: hue angle of 324.55º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #794D67 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 77 | 103 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.53 |
| HSL | 324.55º | 0.22% | 0.39% | - |
| HSV(B) | 324.55º | 0.36% | 0.47% | - |
| XYZ | 12.99 | 10.35 | 14.15 | - |
| YUV | 93.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 103 | 0 | 0.36 | 0.15 | 0.53 | 324.55 | 0.22 | 0.39 |
| Hex | 79 | 4D | 67 | 0 | 24 | F | 35 | 145 | 16 | 27 |
| Octal | 171 | 115 | 147 | 0 | 44 | 17 | 65 | 505 | 26 | 47 |
| Binary | 1111001 | 1001101 | 1100111 | 0 | 100100 | 1111 | 110101 | 101000101 | 10110 | 100111 |
Color Harmonies of #794D67
Complementary color
Monochromatic Colors of #794D67
Black with #794D67
Text Example
Text Example
White with #794D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794D67; }
p { color: rgb(121,77,103); }
H1.HeaderClassName
{
color: #794D67;
}
.AnyTagClassName
{
color: #794D67;
}
</style>
background-color css
<style>
a { background-color: #794D67; }
a { background-color: rgb(121,77,103); }
div.DivClassName
{
background-color: #794D67;
}
.BgClassName
{
background-color: #794D67;
}
</style>
border-color css
<style>
span { border-color: #794D67; }
span { border-color: rgb(121,77,103); }
td.TdClassName
{
border-color: #794D67;
}
.TagClassName
{
border-color: #794D67;
}
</style>