Shades of Cosmic #795764
Tints of Cosmic #795764
RGB
CMYK
RGB Variations
Color information
#795764 (or 0x795764) is known color: Cosmic. HEX triplet: 79, 57 and 64. RGB value is (121,87,100). Sum of RGB (Red+Green+Blue) = 121+87+100=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #795764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795764 is #86A89B. Grayscale: #626262. Windows color (decimal): -8824988 or 6575993. OLE color: 6575993.
HSL color Cylindrical-coordinate representation of color #795764: hue angle of 337.06º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #795764 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 87 | 100 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.53 |
| HSL | 337.06º | 0.16% | 0.41% | - |
| HSV(B) | 337.06º | 0.28% | 0.47% | - |
| XYZ | 13.59 | 11.8 | 13.62 | - |
| YUV | 98.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 87 | 100 | 0 | 0.28 | 0.17 | 0.53 | 337.06 | 0.16 | 0.41 |
| Hex | 79 | 57 | 64 | 0 | 1C | 11 | 35 | 151 | 10 | 29 |
| Octal | 171 | 127 | 144 | 0 | 34 | 21 | 65 | 521 | 20 | 51 |
| Binary | 1111001 | 1010111 | 1100100 | 0 | 11100 | 10001 | 110101 | 101010001 | 10000 | 101001 |
Color Harmonies of #795764
Complementary color
Monochromatic Colors of #795764
Black with #795764
Text Example
Text Example
White with #795764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795764; }
p { color: rgb(121,87,100); }
H1.HeaderClassName
{
color: #795764;
}
.AnyTagClassName
{
color: #795764;
}
</style>
background-color css
<style>
a { background-color: #795764; }
a { background-color: rgb(121,87,100); }
div.DivClassName
{
background-color: #795764;
}
.BgClassName
{
background-color: #795764;
}
</style>
border-color css
<style>
span { border-color: #795764; }
span { border-color: rgb(121,87,100); }
td.TdClassName
{
border-color: #795764;
}
.TagClassName
{
border-color: #795764;
}
</style>