Shades of Cosmic #795F6D
Tints of Cosmic #795F6D
RGB
CMYK
RGB Variations
Color information
#795F6D (or 0x795F6D) is known color: Cosmic. HEX triplet: 79, 5F and 6D. RGB value is (121,95,109). Sum of RGB (Red+Green+Blue) = 121+95+109=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #795F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795F6D is #86A092. Grayscale: #686868. Windows color (decimal): -8822931 or 7167865. OLE color: 7167865.
HSL color Cylindrical-coordinate representation of color #795F6D: hue angle of 327.69º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #795F6D is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 95 | 109 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.53 |
| HSL | 327.69º | 0.12% | 0.42% | - |
| HSV(B) | 327.69º | 0.21% | 0.47% | - |
| XYZ | 14.74 | 13.35 | 16.27 | - |
| YUV | 104.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 109 | 0 | 0.21 | 0.10 | 0.53 | 327.69 | 0.12 | 0.42 |
| Hex | 79 | 5F | 6D | 0 | 15 | A | 35 | 148 | C | 2A |
| Octal | 171 | 137 | 155 | 0 | 25 | 12 | 65 | 510 | 14 | 52 |
| Binary | 1111001 | 1011111 | 1101101 | 0 | 10101 | 1010 | 110101 | 101001000 | 1100 | 101010 |
Color Harmonies of #795F6D
Complementary color
Monochromatic Colors of #795F6D
Black with #795F6D
Text Example
Text Example
White with #795F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795F6D; }
p { color: rgb(121,95,109); }
H1.HeaderClassName
{
color: #795F6D;
}
.AnyTagClassName
{
color: #795F6D;
}
</style>
background-color css
<style>
a { background-color: #795F6D; }
a { background-color: rgb(121,95,109); }
div.DivClassName
{
background-color: #795F6D;
}
.BgClassName
{
background-color: #795F6D;
}
</style>
border-color css
<style>
span { border-color: #795F6D; }
span { border-color: rgb(121,95,109); }
td.TdClassName
{
border-color: #795F6D;
}
.TagClassName
{
border-color: #795F6D;
}
</style>