Shades of Cosmic #795962
Tints of Cosmic #795962
RGB
CMYK
RGB Variations
Color information
#795962 (or 0x795962) is known color: Cosmic. HEX triplet: 79, 59 and 62. RGB value is (121,89,98). Sum of RGB (Red+Green+Blue) = 121+89+98=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #795962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795962 is #86A69D. Grayscale: #636363. Windows color (decimal): -8824478 or 6445433. OLE color: 6445433.
HSL color Cylindrical-coordinate representation of color #795962: hue angle of 343.12º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #795962 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 89 | 98 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.53 |
| HSL | 343.13º | 0.15% | 0.41% | - |
| HSV(B) | 343.13º | 0.26% | 0.47% | - |
| XYZ | 13.66 | 12.09 | 13.17 | - |
| YUV | 99.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 98 | 0 | 0.26 | 0.19 | 0.53 | 343.13 | 0.15 | 0.41 |
| Hex | 79 | 59 | 62 | 0 | 1A | 13 | 35 | 157 | F | 29 |
| Octal | 171 | 131 | 142 | 0 | 32 | 23 | 65 | 527 | 17 | 51 |
| Binary | 1111001 | 1011001 | 1100010 | 0 | 11010 | 10011 | 110101 | 101010111 | 1111 | 101001 |
Color Harmonies of #795962
Complementary color
Monochromatic Colors of #795962
Black with #795962
Text Example
Text Example
White with #795962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795962; }
p { color: rgb(121,89,98); }
H1.HeaderClassName
{
color: #795962;
}
.AnyTagClassName
{
color: #795962;
}
</style>
background-color css
<style>
a { background-color: #795962; }
a { background-color: rgb(121,89,98); }
div.DivClassName
{
background-color: #795962;
}
.BgClassName
{
background-color: #795962;
}
</style>
border-color css
<style>
span { border-color: #795962; }
span { border-color: rgb(121,89,98); }
td.TdClassName
{
border-color: #795962;
}
.TagClassName
{
border-color: #795962;
}
</style>