Shades of Cosmic #795263
Tints of Cosmic #795263
RGB
CMYK
RGB Variations
Color information
#795263 (or 0x795263) is known color: Cosmic. HEX triplet: 79, 52 and 63. RGB value is (121,82,99). Sum of RGB (Red+Green+Blue) = 121+82+99=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #795263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795263 is #86AD9C. Grayscale: #5F5F5F. Windows color (decimal): -8826269 or 6509177. OLE color: 6509177.
HSL color Cylindrical-coordinate representation of color #795263: hue angle of 333.85º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #795263 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 99 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.53 |
| HSL | 333.85º | 0.19% | 0.4% | - |
| HSV(B) | 333.85º | 0.32% | 0.47% | - |
| XYZ | 13.15 | 11 | 13.23 | - |
| YUV | 95.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 99 | 0 | 0.32 | 0.18 | 0.53 | 333.85 | 0.19 | 0.4 |
| Hex | 79 | 52 | 63 | 0 | 20 | 12 | 35 | 14E | 13 | 28 |
| Octal | 171 | 122 | 143 | 0 | 40 | 22 | 65 | 516 | 23 | 50 |
| Binary | 1111001 | 1010010 | 1100011 | 0 | 100000 | 10010 | 110101 | 101001110 | 10011 | 101000 |
Color Harmonies of #795263
Complementary color
Monochromatic Colors of #795263
Black with #795263
Text Example
Text Example
White with #795263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795263; }
p { color: rgb(121,82,99); }
H1.HeaderClassName
{
color: #795263;
}
.AnyTagClassName
{
color: #795263;
}
</style>
background-color css
<style>
a { background-color: #795263; }
a { background-color: rgb(121,82,99); }
div.DivClassName
{
background-color: #795263;
}
.BgClassName
{
background-color: #795263;
}
</style>
border-color css
<style>
span { border-color: #795263; }
span { border-color: rgb(121,82,99); }
td.TdClassName
{
border-color: #795263;
}
.TagClassName
{
border-color: #795263;
}
</style>