Shades of Cosmic #7A4761
Tints of Cosmic #7A4761
RGB
CMYK
RGB Variations
Color information
#7A4761 (or 0x7A4761) is known color: Cosmic. HEX triplet: 7A, 47 and 61. RGB value is (122,71,97). Sum of RGB (Red+Green+Blue) = 122+71+97=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4761 is #85B89E. Grayscale: #595959. Windows color (decimal): -8763551 or 6375290. OLE color: 6375290.
HSL color Cylindrical-coordinate representation of color #7A4761: hue angle of 329.41º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A4761 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 71 | 97 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.52 |
| HSL | 329.41º | 0.26% | 0.38% | - |
| HSV(B) | 329.41º | 0.42% | 0.48% | - |
| XYZ | 12.44 | 9.51 | 12.49 | - |
| YUV | 89.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 97 | 0 | 0.42 | 0.20 | 0.52 | 329.41 | 0.26 | 0.38 |
| Hex | 7A | 47 | 61 | 0 | 2A | 14 | 34 | 149 | 1A | 26 |
| Octal | 172 | 107 | 141 | 0 | 52 | 24 | 64 | 511 | 32 | 46 |
| Binary | 1111010 | 1000111 | 1100001 | 0 | 101010 | 10100 | 110100 | 101001001 | 11010 | 100110 |
Color Harmonies of #7A4761
Complementary color
Monochromatic Colors of #7A4761
Black with #7A4761
Text Example
Text Example
White with #7A4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4761; }
p { color: rgb(122,71,97); }
H1.HeaderClassName
{
color: #7A4761;
}
.AnyTagClassName
{
color: #7A4761;
}
</style>
background-color css
<style>
a { background-color: #7A4761; }
a { background-color: rgb(122,71,97); }
div.DivClassName
{
background-color: #7A4761;
}
.BgClassName
{
background-color: #7A4761;
}
</style>
border-color css
<style>
span { border-color: #7A4761; }
span { border-color: rgb(122,71,97); }
td.TdClassName
{
border-color: #7A4761;
}
.TagClassName
{
border-color: #7A4761;
}
</style>