Shades of Cosmic #793A65
Tints of Cosmic #793A65
RGB
CMYK
RGB Variations
Color information
#793A65 (or 0x793A65) is known color: Cosmic. HEX triplet: 79, 3A and 65. RGB value is (121,58,101). Sum of RGB (Red+Green+Blue) = 121+58+101=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #793A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793A65 is #86C59A. Grayscale: #515151. Windows color (decimal): -8832411 or 6634105. OLE color: 6634105.
HSL color Cylindrical-coordinate representation of color #793A65: hue angle of 319.05º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #793A65 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 58 | 101 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.53 |
| HSL | 319.05º | 0.35% | 0.35% | - |
| HSV(B) | 319.05º | 0.52% | 0.47% | - |
| XYZ | 11.75 | 8.03 | 13.24 | - |
| YUV | 81.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 101 | 0 | 0.52 | 0.17 | 0.53 | 319.05 | 0.35 | 0.35 |
| Hex | 79 | 3A | 65 | 0 | 34 | 11 | 35 | 13F | 23 | 23 |
| Octal | 171 | 72 | 145 | 0 | 64 | 21 | 65 | 477 | 43 | 43 |
| Binary | 1111001 | 111010 | 1100101 | 0 | 110100 | 10001 | 110101 | 100111111 | 100011 | 100011 |
Color Harmonies of #793A65
Complementary color
Monochromatic Colors of #793A65
Black with #793A65
Text Example
Text Example
White with #793A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793A65; }
p { color: rgb(121,58,101); }
H1.HeaderClassName
{
color: #793A65;
}
.AnyTagClassName
{
color: #793A65;
}
</style>
background-color css
<style>
a { background-color: #793A65; }
a { background-color: rgb(121,58,101); }
div.DivClassName
{
background-color: #793A65;
}
.BgClassName
{
background-color: #793A65;
}
</style>
border-color css
<style>
span { border-color: #793A65; }
span { border-color: rgb(121,58,101); }
td.TdClassName
{
border-color: #793A65;
}
.TagClassName
{
border-color: #793A65;
}
</style>