Shades of Cosmic #795C68
Tints of Cosmic #795C68
RGB
CMYK
RGB Variations
Color information
#795C68 (or 0x795C68) is known color: Cosmic. HEX triplet: 79, 5C and 68. RGB value is (121,92,104). Sum of RGB (Red+Green+Blue) = 121+92+104=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 121 - color contains mainly: red. Hex color #795C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C68 is #86A397. Grayscale: #666666. Windows color (decimal): -8823704 or 6839417. OLE color: 6839417.
HSL color Cylindrical-coordinate representation of color #795C68: hue angle of 335.17º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #795C68 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 92 | 104 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.53 |
| HSL | 335.17º | 0.14% | 0.42% | - |
| HSV(B) | 335.17º | 0.24% | 0.47% | - |
| XYZ | 14.21 | 12.72 | 14.8 | - |
| YUV | 102.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 104 | 0 | 0.24 | 0.14 | 0.53 | 335.17 | 0.14 | 0.42 |
| Hex | 79 | 5C | 68 | 0 | 18 | E | 35 | 14F | E | 2A |
| Octal | 171 | 134 | 150 | 0 | 30 | 16 | 65 | 517 | 16 | 52 |
| Binary | 1111001 | 1011100 | 1101000 | 0 | 11000 | 1110 | 110101 | 101001111 | 1110 | 101010 |
Color Harmonies of #795C68
Complementary color
Monochromatic Colors of #795C68
Black with #795C68
Text Example
Text Example
White with #795C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795C68; }
p { color: rgb(121,92,104); }
H1.HeaderClassName
{
color: #795C68;
}
.AnyTagClassName
{
color: #795C68;
}
</style>
background-color css
<style>
a { background-color: #795C68; }
a { background-color: rgb(121,92,104); }
div.DivClassName
{
background-color: #795C68;
}
.BgClassName
{
background-color: #795C68;
}
</style>
border-color css
<style>
span { border-color: #795C68; }
span { border-color: rgb(121,92,104); }
td.TdClassName
{
border-color: #795C68;
}
.TagClassName
{
border-color: #795C68;
}
</style>