Shades of Cosmic #795265
Tints of Cosmic #795265
RGB
CMYK
RGB Variations
Color information
#795265 (or 0x795265) is known color: Cosmic. HEX triplet: 79, 52 and 65. RGB value is (121,82,101). Sum of RGB (Red+Green+Blue) = 121+82+101=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #795265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795265 is #86AD9A. Grayscale: #5F5F5F. Windows color (decimal): -8826267 or 6640249. OLE color: 6640249.
HSL color Cylindrical-coordinate representation of color #795265: hue angle of 330.77º 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 #795265 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 101 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.53 |
| HSL | 330.77º | 0.19% | 0.4% | - |
| HSV(B) | 330.77º | 0.32% | 0.47% | - |
| XYZ | 13.25 | 11.04 | 13.74 | - |
| YUV | 95.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 101 | 0 | 0.32 | 0.17 | 0.53 | 330.77 | 0.19 | 0.4 |
| Hex | 79 | 52 | 65 | 0 | 20 | 11 | 35 | 14B | 13 | 28 |
| Octal | 171 | 122 | 145 | 0 | 40 | 21 | 65 | 513 | 23 | 50 |
| Binary | 1111001 | 1010010 | 1100101 | 0 | 100000 | 10001 | 110101 | 101001011 | 10011 | 101000 |
Color Harmonies of #795265
Complementary color
Monochromatic Colors of #795265
Black with #795265
Text Example
Text Example
White with #795265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795265; }
p { color: rgb(121,82,101); }
H1.HeaderClassName
{
color: #795265;
}
.AnyTagClassName
{
color: #795265;
}
</style>
background-color css
<style>
a { background-color: #795265; }
a { background-color: rgb(121,82,101); }
div.DivClassName
{
background-color: #795265;
}
.BgClassName
{
background-color: #795265;
}
</style>
border-color css
<style>
span { border-color: #795265; }
span { border-color: rgb(121,82,101); }
td.TdClassName
{
border-color: #795265;
}
.TagClassName
{
border-color: #795265;
}
</style>