Shades of Cosmic #794666
Tints of Cosmic #794666
RGB
CMYK
RGB Variations
Color information
#794666 (or 0x794666) is known color: Cosmic. HEX triplet: 79, 46 and 66. RGB value is (121,70,102). Sum of RGB (Red+Green+Blue) = 121+70+102=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #794666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794666 is #86B999. Grayscale: #585858. Windows color (decimal): -8829338 or 6702713. OLE color: 6702713.
HSL color Cylindrical-coordinate representation of color #794666: hue angle of 322.35º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #794666 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 70 | 102 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.53 |
| HSL | 322.35º | 0.27% | 0.37% | - |
| HSV(B) | 322.35º | 0.42% | 0.47% | - |
| XYZ | 12.47 | 9.4 | 13.73 | - |
| YUV | 88.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 70 | 102 | 0 | 0.42 | 0.16 | 0.53 | 322.35 | 0.27 | 0.37 |
| Hex | 79 | 46 | 66 | 0 | 2A | 10 | 35 | 142 | 1B | 25 |
| Octal | 171 | 106 | 146 | 0 | 52 | 20 | 65 | 502 | 33 | 45 |
| Binary | 1111001 | 1000110 | 1100110 | 0 | 101010 | 10000 | 110101 | 101000010 | 11011 | 100101 |
Color Harmonies of #794666
Complementary color
Monochromatic Colors of #794666
Black with #794666
Text Example
Text Example
White with #794666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794666; }
p { color: rgb(121,70,102); }
H1.HeaderClassName
{
color: #794666;
}
.AnyTagClassName
{
color: #794666;
}
</style>
background-color css
<style>
a { background-color: #794666; }
a { background-color: rgb(121,70,102); }
div.DivClassName
{
background-color: #794666;
}
.BgClassName
{
background-color: #794666;
}
</style>
border-color css
<style>
span { border-color: #794666; }
span { border-color: rgb(121,70,102); }
td.TdClassName
{
border-color: #794666;
}
.TagClassName
{
border-color: #794666;
}
</style>