Shades of Cosmic #795964
Tints of Cosmic #795964
RGB
CMYK
RGB Variations
Color information
#795964 (or 0x795964) is known color: Cosmic. HEX triplet: 79, 59 and 64. RGB value is (121,89,100). Sum of RGB (Red+Green+Blue) = 121+89+100=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 121 - color contains mainly: red. Hex color #795964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795964 is #86A69B. Grayscale: #636363. Windows color (decimal): -8824476 or 6576505. OLE color: 6576505.
HSL color Cylindrical-coordinate representation of color #795964: hue angle of 339.38º 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 #795964 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 89 | 100 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.53 |
| HSL | 339.38º | 0.15% | 0.41% | - |
| HSV(B) | 339.38º | 0.26% | 0.47% | - |
| XYZ | 13.76 | 12.13 | 13.67 | - |
| YUV | 99.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 100 | 0 | 0.26 | 0.17 | 0.53 | 339.38 | 0.15 | 0.41 |
| Hex | 79 | 59 | 64 | 0 | 1A | 11 | 35 | 153 | F | 29 |
| Octal | 171 | 131 | 144 | 0 | 32 | 21 | 65 | 523 | 17 | 51 |
| Binary | 1111001 | 1011001 | 1100100 | 0 | 11010 | 10001 | 110101 | 101010011 | 1111 | 101001 |
Color Harmonies of #795964
Complementary color
Monochromatic Colors of #795964
Black with #795964
Text Example
Text Example
White with #795964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795964; }
p { color: rgb(121,89,100); }
H1.HeaderClassName
{
color: #795964;
}
.AnyTagClassName
{
color: #795964;
}
</style>
background-color css
<style>
a { background-color: #795964; }
a { background-color: rgb(121,89,100); }
div.DivClassName
{
background-color: #795964;
}
.BgClassName
{
background-color: #795964;
}
</style>
border-color css
<style>
span { border-color: #795964; }
span { border-color: rgb(121,89,100); }
td.TdClassName
{
border-color: #795964;
}
.TagClassName
{
border-color: #795964;
}
</style>