Shades of Cosmic #795A63
Tints of Cosmic #795A63
RGB
CMYK
RGB Variations
Color information
#795A63 (or 0x795A63) is known color: Cosmic. HEX triplet: 79, 5A and 63. RGB value is (121,90,99). Sum of RGB (Red+Green+Blue) = 121+90+99=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 121 - color contains mainly: red. Hex color #795A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A63 is #86A59C. Grayscale: #646464. Windows color (decimal): -8824221 or 6511225. OLE color: 6511225.
HSL color Cylindrical-coordinate representation of color #795A63: hue angle of 342.58º 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 #795A63 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 90 | 99 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.53 |
| HSL | 342.58º | 0.15% | 0.41% | - |
| HSV(B) | 342.58º | 0.26% | 0.47% | - |
| XYZ | 13.79 | 12.28 | 13.45 | - |
| YUV | 100.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 99 | 0 | 0.26 | 0.18 | 0.53 | 342.58 | 0.15 | 0.41 |
| Hex | 79 | 5A | 63 | 0 | 1A | 12 | 35 | 157 | F | 29 |
| Octal | 171 | 132 | 143 | 0 | 32 | 22 | 65 | 527 | 17 | 51 |
| Binary | 1111001 | 1011010 | 1100011 | 0 | 11010 | 10010 | 110101 | 101010111 | 1111 | 101001 |
Color Harmonies of #795A63
Complementary color
Monochromatic Colors of #795A63
Black with #795A63
Text Example
Text Example
White with #795A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795A63; }
p { color: rgb(121,90,99); }
H1.HeaderClassName
{
color: #795A63;
}
.AnyTagClassName
{
color: #795A63;
}
</style>
background-color css
<style>
a { background-color: #795A63; }
a { background-color: rgb(121,90,99); }
div.DivClassName
{
background-color: #795A63;
}
.BgClassName
{
background-color: #795A63;
}
</style>
border-color css
<style>
span { border-color: #795A63; }
span { border-color: rgb(121,90,99); }
td.TdClassName
{
border-color: #795A63;
}
.TagClassName
{
border-color: #795A63;
}
</style>