Shades of Cosmic #795D6D
Tints of Cosmic #795D6D
RGB
CMYK
RGB Variations
Color information
#795D6D (or 0x795D6D) is known color: Cosmic. HEX triplet: 79, 5D and 6D. RGB value is (121,93,109). Sum of RGB (Red+Green+Blue) = 121+93+109=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #795D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D6D is #86A292. Grayscale: #676767. Windows color (decimal): -8823443 or 7167353. OLE color: 7167353.
HSL color Cylindrical-coordinate representation of color #795D6D: hue angle of 325.71º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #795D6D is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 109 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.53 |
| HSL | 325.71º | 0.13% | 0.42% | - |
| HSV(B) | 325.71º | 0.23% | 0.47% | - |
| XYZ | 14.56 | 13 | 16.21 | - |
| YUV | 103.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 109 | 0 | 0.23 | 0.10 | 0.53 | 325.71 | 0.13 | 0.42 |
| Hex | 79 | 5D | 6D | 0 | 17 | A | 35 | 146 | D | 2A |
| Octal | 171 | 135 | 155 | 0 | 27 | 12 | 65 | 506 | 15 | 52 |
| Binary | 1111001 | 1011101 | 1101101 | 0 | 10111 | 1010 | 110101 | 101000110 | 1101 | 101010 |
Color Harmonies of #795D6D
Complementary color
Monochromatic Colors of #795D6D
Black with #795D6D
Text Example
Text Example
White with #795D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D6D; }
p { color: rgb(121,93,109); }
H1.HeaderClassName
{
color: #795D6D;
}
.AnyTagClassName
{
color: #795D6D;
}
</style>
background-color css
<style>
a { background-color: #795D6D; }
a { background-color: rgb(121,93,109); }
div.DivClassName
{
background-color: #795D6D;
}
.BgClassName
{
background-color: #795D6D;
}
</style>
border-color css
<style>
span { border-color: #795D6D; }
span { border-color: rgb(121,93,109); }
td.TdClassName
{
border-color: #795D6D;
}
.TagClassName
{
border-color: #795D6D;
}
</style>