Shades of Cosmic #795A64
Tints of Cosmic #795A64
RGB
CMYK
RGB Variations
Color information
#795A64 (or 0x795A64) is known color: Cosmic. HEX triplet: 79, 5A and 64. RGB value is (121,90,100). Sum of RGB (Red+Green+Blue) = 121+90+100=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 121 - color contains mainly: red. Hex color #795A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A64 is #86A59B. Grayscale: #646464. Windows color (decimal): -8824220 or 6576761. OLE color: 6576761.
HSL color Cylindrical-coordinate representation of color #795A64: hue angle of 340.65º 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 #795A64 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 90 | 100 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.53 |
| HSL | 340.65º | 0.15% | 0.41% | - |
| HSV(B) | 340.65º | 0.26% | 0.47% | - |
| XYZ | 13.84 | 12.3 | 13.7 | - |
| YUV | 100.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 100 | 0 | 0.26 | 0.17 | 0.53 | 340.65 | 0.15 | 0.41 |
| Hex | 79 | 5A | 64 | 0 | 1A | 11 | 35 | 155 | F | 29 |
| Octal | 171 | 132 | 144 | 0 | 32 | 21 | 65 | 525 | 17 | 51 |
| Binary | 1111001 | 1011010 | 1100100 | 0 | 11010 | 10001 | 110101 | 101010101 | 1111 | 101001 |
Color Harmonies of #795A64
Complementary color
Monochromatic Colors of #795A64
Black with #795A64
Text Example
Text Example
White with #795A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795A64; }
p { color: rgb(121,90,100); }
H1.HeaderClassName
{
color: #795A64;
}
.AnyTagClassName
{
color: #795A64;
}
</style>
background-color css
<style>
a { background-color: #795A64; }
a { background-color: rgb(121,90,100); }
div.DivClassName
{
background-color: #795A64;
}
.BgClassName
{
background-color: #795A64;
}
</style>
border-color css
<style>
span { border-color: #795A64; }
span { border-color: rgb(121,90,100); }
td.TdClassName
{
border-color: #795A64;
}
.TagClassName
{
border-color: #795A64;
}
</style>