Shades of Cosmic #79495A
Tints of Cosmic #79495A
RGB
CMYK
RGB Variations
Color information
#79495A (or 0x79495A) is known color: Cosmic. HEX triplet: 79, 49 and 5A. RGB value is (121,73,90). Sum of RGB (Red+Green+Blue) = 121+73+90=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #79495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79495A is #86B6A5. Grayscale: #595959. Windows color (decimal): -8828582 or 5917049. OLE color: 5917049.
HSL color Cylindrical-coordinate representation of color #79495A: hue angle of 338.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79495A is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 73 | 90 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.53 |
| HSL | 338.75º | 0.25% | 0.38% | - |
| HSV(B) | 338.75º | 0.4% | 0.47% | - |
| XYZ | 12.11 | 9.57 | 10.88 | - |
| YUV | 89.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 90 | 0 | 0.40 | 0.26 | 0.53 | 338.75 | 0.25 | 0.38 |
| Hex | 79 | 49 | 5A | 0 | 28 | 1A | 35 | 153 | 19 | 26 |
| Octal | 171 | 111 | 132 | 0 | 50 | 32 | 65 | 523 | 31 | 46 |
| Binary | 1111001 | 1001001 | 1011010 | 0 | 101000 | 11010 | 110101 | 101010011 | 11001 | 100110 |
Color Harmonies of #79495A
Complementary color
Monochromatic Colors of #79495A
Black with #79495A
Text Example
Text Example
White with #79495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79495A; }
p { color: rgb(121,73,90); }
H1.HeaderClassName
{
color: #79495A;
}
.AnyTagClassName
{
color: #79495A;
}
</style>
background-color css
<style>
a { background-color: #79495A; }
a { background-color: rgb(121,73,90); }
div.DivClassName
{
background-color: #79495A;
}
.BgClassName
{
background-color: #79495A;
}
</style>
border-color css
<style>
span { border-color: #79495A; }
span { border-color: rgb(121,73,90); }
td.TdClassName
{
border-color: #79495A;
}
.TagClassName
{
border-color: #79495A;
}
</style>