Shades of Cosmic #795868
Tints of Cosmic #795868
RGB
CMYK
RGB Variations
Color information
#795868 (or 0x795868) is known color: Cosmic. HEX triplet: 79, 58 and 68. RGB value is (121,88,104). Sum of RGB (Red+Green+Blue) = 121+88+104=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #795868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795868 is #86A797. Grayscale: #636363. Windows color (decimal): -8824728 or 6838393. OLE color: 6838393.
HSL color Cylindrical-coordinate representation of color #795868: hue angle of 330.91º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #795868 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 88 | 104 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.53 |
| HSL | 330.91º | 0.16% | 0.41% | - |
| HSV(B) | 330.91º | 0.27% | 0.47% | - |
| XYZ | 13.87 | 12.04 | 14.69 | - |
| YUV | 99.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 88 | 104 | 0 | 0.27 | 0.14 | 0.53 | 330.91 | 0.16 | 0.41 |
| Hex | 79 | 58 | 68 | 0 | 1B | E | 35 | 14B | 10 | 29 |
| Octal | 171 | 130 | 150 | 0 | 33 | 16 | 65 | 513 | 20 | 51 |
| Binary | 1111001 | 1011000 | 1101000 | 0 | 11011 | 1110 | 110101 | 101001011 | 10000 | 101001 |
Color Harmonies of #795868
Complementary color
Monochromatic Colors of #795868
Black with #795868
Text Example
Text Example
White with #795868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795868; }
p { color: rgb(121,88,104); }
H1.HeaderClassName
{
color: #795868;
}
.AnyTagClassName
{
color: #795868;
}
</style>
background-color css
<style>
a { background-color: #795868; }
a { background-color: rgb(121,88,104); }
div.DivClassName
{
background-color: #795868;
}
.BgClassName
{
background-color: #795868;
}
</style>
border-color css
<style>
span { border-color: #795868; }
span { border-color: rgb(121,88,104); }
td.TdClassName
{
border-color: #795868;
}
.TagClassName
{
border-color: #795868;
}
</style>