Shades of Cosmic #795E6C
Tints of Cosmic #795E6C
RGB
CMYK
RGB Variations
Color information
#795E6C (or 0x795E6C) is known color: Cosmic. HEX triplet: 79, 5E and 6C. RGB value is (121,94,108). Sum of RGB (Red+Green+Blue) = 121+94+108=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #795E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E6C is #86A193. Grayscale: #676767. Windows color (decimal): -8823188 or 7102073. OLE color: 7102073.
HSL color Cylindrical-coordinate representation of color #795E6C: hue angle of 328.89º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #795E6C is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 94 | 108 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.53 |
| HSL | 328.89º | 0.13% | 0.42% | - |
| HSV(B) | 328.89º | 0.22% | 0.47% | - |
| XYZ | 14.59 | 13.15 | 15.96 | - |
| YUV | 103.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 108 | 0 | 0.22 | 0.11 | 0.53 | 328.89 | 0.13 | 0.42 |
| Hex | 79 | 5E | 6C | 0 | 16 | B | 35 | 149 | D | 2A |
| Octal | 171 | 136 | 154 | 0 | 26 | 13 | 65 | 511 | 15 | 52 |
| Binary | 1111001 | 1011110 | 1101100 | 0 | 10110 | 1011 | 110101 | 101001001 | 1101 | 101010 |
Color Harmonies of #795E6C
Complementary color
Monochromatic Colors of #795E6C
Black with #795E6C
Text Example
Text Example
White with #795E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795E6C; }
p { color: rgb(121,94,108); }
H1.HeaderClassName
{
color: #795E6C;
}
.AnyTagClassName
{
color: #795E6C;
}
</style>
background-color css
<style>
a { background-color: #795E6C; }
a { background-color: rgb(121,94,108); }
div.DivClassName
{
background-color: #795E6C;
}
.BgClassName
{
background-color: #795E6C;
}
</style>
border-color css
<style>
span { border-color: #795E6C; }
span { border-color: rgb(121,94,108); }
td.TdClassName
{
border-color: #795E6C;
}
.TagClassName
{
border-color: #795E6C;
}
</style>