Shades of Cosmic #794E65
Tints of Cosmic #794E65
RGB
CMYK
RGB Variations
Color information
#794E65 (or 0x794E65) is known color: Cosmic. HEX triplet: 79, 4E and 65. RGB value is (121,78,101). Sum of RGB (Red+Green+Blue) = 121+78+101=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 121 - color contains mainly: red. Hex color #794E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794E65 is #86B19A. Grayscale: #5D5D5D. Windows color (decimal): -8827291 or 6639225. OLE color: 6639225.
HSL color Cylindrical-coordinate representation of color #794E65: hue angle of 327.91º 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 #794E65 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 78 | 101 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.53 |
| HSL | 327.91º | 0.22% | 0.39% | - |
| HSV(B) | 327.91º | 0.36% | 0.47% | - |
| XYZ | 12.96 | 10.45 | 13.65 | - |
| YUV | 93.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 101 | 0 | 0.36 | 0.17 | 0.53 | 327.91 | 0.22 | 0.39 |
| Hex | 79 | 4E | 65 | 0 | 24 | 11 | 35 | 148 | 16 | 27 |
| Octal | 171 | 116 | 145 | 0 | 44 | 21 | 65 | 510 | 26 | 47 |
| Binary | 1111001 | 1001110 | 1100101 | 0 | 100100 | 10001 | 110101 | 101001000 | 10110 | 100111 |
Color Harmonies of #794E65
Complementary color
Monochromatic Colors of #794E65
Black with #794E65
Text Example
Text Example
White with #794E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794E65; }
p { color: rgb(121,78,101); }
H1.HeaderClassName
{
color: #794E65;
}
.AnyTagClassName
{
color: #794E65;
}
</style>
background-color css
<style>
a { background-color: #794E65; }
a { background-color: rgb(121,78,101); }
div.DivClassName
{
background-color: #794E65;
}
.BgClassName
{
background-color: #794E65;
}
</style>
border-color css
<style>
span { border-color: #794E65; }
span { border-color: rgb(121,78,101); }
td.TdClassName
{
border-color: #794E65;
}
.TagClassName
{
border-color: #794E65;
}
</style>