Shades of Cosmic #795066
Tints of Cosmic #795066
RGB
CMYK
RGB Variations
Color information
#795066 (or 0x795066) is known color: Cosmic. HEX triplet: 79, 50 and 66. RGB value is (121,80,102). Sum of RGB (Red+Green+Blue) = 121+80+102=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 121 - color contains mainly: red. Hex color #795066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795066 is #86AF99. Grayscale: #5E5E5E. Windows color (decimal): -8826778 or 6705273. OLE color: 6705273.
HSL color Cylindrical-coordinate representation of color #795066: hue angle of 327.8º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795066 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 80 | 102 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.53 |
| HSL | 327.8º | 0.2% | 0.39% | - |
| HSV(B) | 327.8º | 0.34% | 0.47% | - |
| XYZ | 13.15 | 10.76 | 13.95 | - |
| YUV | 94.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 80 | 102 | 0 | 0.34 | 0.16 | 0.53 | 327.8 | 0.2 | 0.39 |
| Hex | 79 | 50 | 66 | 0 | 22 | 10 | 35 | 148 | 14 | 27 |
| Octal | 171 | 120 | 146 | 0 | 42 | 20 | 65 | 510 | 24 | 47 |
| Binary | 1111001 | 1010000 | 1100110 | 0 | 100010 | 10000 | 110101 | 101001000 | 10100 | 100111 |
Color Harmonies of #795066
Complementary color
Monochromatic Colors of #795066
Black with #795066
Text Example
Text Example
White with #795066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795066; }
p { color: rgb(121,80,102); }
H1.HeaderClassName
{
color: #795066;
}
.AnyTagClassName
{
color: #795066;
}
</style>
background-color css
<style>
a { background-color: #795066; }
a { background-color: rgb(121,80,102); }
div.DivClassName
{
background-color: #795066;
}
.BgClassName
{
background-color: #795066;
}
</style>
border-color css
<style>
span { border-color: #795066; }
span { border-color: rgb(121,80,102); }
td.TdClassName
{
border-color: #795066;
}
.TagClassName
{
border-color: #795066;
}
</style>