Shades of Cosmic #795969
Tints of Cosmic #795969
RGB
CMYK
RGB Variations
Color information
#795969 (or 0x795969) is known color: Cosmic. HEX triplet: 79, 59 and 69. RGB value is (121,89,105). Sum of RGB (Red+Green+Blue) = 121+89+105=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #795969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795969 is #86A696. Grayscale: #646464. Windows color (decimal): -8824471 or 6904185. OLE color: 6904185.
HSL color Cylindrical-coordinate representation of color #795969: hue angle of 330º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #795969 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 89 | 105 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.53 |
| HSL | 330º | 0.15% | 0.41% | - |
| HSV(B) | 330º | 0.26% | 0.47% | - |
| XYZ | 14.01 | 12.23 | 14.99 | - |
| YUV | 100.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 105 | 0 | 0.26 | 0.13 | 0.53 | 330 | 0.15 | 0.41 |
| Hex | 79 | 59 | 69 | 0 | 1A | D | 35 | 14A | F | 29 |
| Octal | 171 | 131 | 151 | 0 | 32 | 15 | 65 | 512 | 17 | 51 |
| Binary | 1111001 | 1011001 | 1101001 | 0 | 11010 | 1101 | 110101 | 101001010 | 1111 | 101001 |
Color Harmonies of #795969
Complementary color
Monochromatic Colors of #795969
Black with #795969
Text Example
Text Example
White with #795969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795969; }
p { color: rgb(121,89,105); }
H1.HeaderClassName
{
color: #795969;
}
.AnyTagClassName
{
color: #795969;
}
</style>
background-color css
<style>
a { background-color: #795969; }
a { background-color: rgb(121,89,105); }
div.DivClassName
{
background-color: #795969;
}
.BgClassName
{
background-color: #795969;
}
</style>
border-color css
<style>
span { border-color: #795969; }
span { border-color: rgb(121,89,105); }
td.TdClassName
{
border-color: #795969;
}
.TagClassName
{
border-color: #795969;
}
</style>