Shades of Cosmic #795860
Tints of Cosmic #795860
RGB
CMYK
RGB Variations
Color information
#795860 (or 0x795860) is known color: Cosmic. HEX triplet: 79, 58 and 60. RGB value is (121,88,96). Sum of RGB (Red+Green+Blue) = 121+88+96=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 121 - color contains mainly: red. Hex color #795860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795860 is #86A79F. Grayscale: #626262. Windows color (decimal): -8824736 or 6314105. OLE color: 6314105.
HSL color Cylindrical-coordinate representation of color #795860: hue angle of 345.45º 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 #795860 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 88 | 96 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.53 |
| HSL | 345.45º | 0.16% | 0.41% | - |
| HSV(B) | 345.45º | 0.27% | 0.47% | - |
| XYZ | 13.49 | 11.89 | 12.65 | - |
| YUV | 98.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 88 | 96 | 0 | 0.27 | 0.21 | 0.53 | 345.45 | 0.16 | 0.41 |
| Hex | 79 | 58 | 60 | 0 | 1B | 15 | 35 | 159 | 10 | 29 |
| Octal | 171 | 130 | 140 | 0 | 33 | 25 | 65 | 531 | 20 | 51 |
| Binary | 1111001 | 1011000 | 1100000 | 0 | 11011 | 10101 | 110101 | 101011001 | 10000 | 101001 |
Color Harmonies of #795860
Complementary color
Monochromatic Colors of #795860
Black with #795860
Text Example
Text Example
White with #795860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795860; }
p { color: rgb(121,88,96); }
H1.HeaderClassName
{
color: #795860;
}
.AnyTagClassName
{
color: #795860;
}
</style>
background-color css
<style>
a { background-color: #795860; }
a { background-color: rgb(121,88,96); }
div.DivClassName
{
background-color: #795860;
}
.BgClassName
{
background-color: #795860;
}
</style>
border-color css
<style>
span { border-color: #795860; }
span { border-color: rgb(121,88,96); }
td.TdClassName
{
border-color: #795860;
}
.TagClassName
{
border-color: #795860;
}
</style>