Shades of Cosmic #79475A
Tints of Cosmic #79475A
RGB
CMYK
RGB Variations
Color information
#79475A (or 0x79475A) is known color: Cosmic. HEX triplet: 79, 47 and 5A. RGB value is (121,71,90). Sum of RGB (Red+Green+Blue) = 121+71+90=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #79475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79475A is #86B8A5. Grayscale: #585858. Windows color (decimal): -8829094 or 5916537. OLE color: 5916537.
HSL color Cylindrical-coordinate representation of color #79475A: hue angle of 337.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79475A is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 71 | 90 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.53 |
| HSL | 337.2º | 0.26% | 0.38% | - |
| HSV(B) | 337.2º | 0.41% | 0.47% | - |
| XYZ | 11.98 | 9.31 | 10.84 | - |
| YUV | 88.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 71 | 90 | 0 | 0.41 | 0.26 | 0.53 | 337.2 | 0.26 | 0.38 |
| Hex | 79 | 47 | 5A | 0 | 29 | 1A | 35 | 151 | 1A | 26 |
| Octal | 171 | 107 | 132 | 0 | 51 | 32 | 65 | 521 | 32 | 46 |
| Binary | 1111001 | 1000111 | 1011010 | 0 | 101001 | 11010 | 110101 | 101010001 | 11010 | 100110 |
Color Harmonies of #79475A
Complementary color
Monochromatic Colors of #79475A
Black with #79475A
Text Example
Text Example
White with #79475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79475A; }
p { color: rgb(121,71,90); }
H1.HeaderClassName
{
color: #79475A;
}
.AnyTagClassName
{
color: #79475A;
}
</style>
background-color css
<style>
a { background-color: #79475A; }
a { background-color: rgb(121,71,90); }
div.DivClassName
{
background-color: #79475A;
}
.BgClassName
{
background-color: #79475A;
}
</style>
border-color css
<style>
span { border-color: #79475A; }
span { border-color: rgb(121,71,90); }
td.TdClassName
{
border-color: #79475A;
}
.TagClassName
{
border-color: #79475A;
}
</style>