Shades of Cosmic #795264
Tints of Cosmic #795264
RGB
CMYK
RGB Variations
Color information
#795264 (or 0x795264) is known color: Cosmic. HEX triplet: 79, 52 and 64. RGB value is (121,82,100). Sum of RGB (Red+Green+Blue) = 121+82+100=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 121 - color contains mainly: red. Hex color #795264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795264 is #86AD9B. Grayscale: #5F5F5F. Windows color (decimal): -8826268 or 6574713. OLE color: 6574713.
HSL color Cylindrical-coordinate representation of color #795264: hue angle of 332.31º 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 #795264 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 100 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.53 |
| HSL | 332.31º | 0.19% | 0.4% | - |
| HSV(B) | 332.31º | 0.32% | 0.47% | - |
| XYZ | 13.2 | 11.02 | 13.49 | - |
| YUV | 95.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 100 | 0 | 0.32 | 0.17 | 0.53 | 332.31 | 0.19 | 0.4 |
| Hex | 79 | 52 | 64 | 0 | 20 | 11 | 35 | 14C | 13 | 28 |
| Octal | 171 | 122 | 144 | 0 | 40 | 21 | 65 | 514 | 23 | 50 |
| Binary | 1111001 | 1010010 | 1100100 | 0 | 100000 | 10001 | 110101 | 101001100 | 10011 | 101000 |
Color Harmonies of #795264
Complementary color
Monochromatic Colors of #795264
Black with #795264
Text Example
Text Example
White with #795264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795264; }
p { color: rgb(121,82,100); }
H1.HeaderClassName
{
color: #795264;
}
.AnyTagClassName
{
color: #795264;
}
</style>
background-color css
<style>
a { background-color: #795264; }
a { background-color: rgb(121,82,100); }
div.DivClassName
{
background-color: #795264;
}
.BgClassName
{
background-color: #795264;
}
</style>
border-color css
<style>
span { border-color: #795264; }
span { border-color: rgb(121,82,100); }
td.TdClassName
{
border-color: #795264;
}
.TagClassName
{
border-color: #795264;
}
</style>