Shades of Cosmic #7A3760
Tints of Cosmic #7A3760
RGB
CMYK
RGB Variations
Color information
#7A3760 (or 0x7A3760) is known color: Cosmic. HEX triplet: 7A, 37 and 60. RGB value is (122,55,96). Sum of RGB (Red+Green+Blue) = 122+55+96=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3760 is #85C89F. Grayscale: #4F4F4F. Windows color (decimal): -8767648 or 6305658. OLE color: 6305658.
HSL color Cylindrical-coordinate representation of color #7A3760: hue angle of 323.28º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A3760 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 55 | 96 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.52 |
| HSL | 323.28º | 0.38% | 0.35% | - |
| HSV(B) | 323.28º | 0.55% | 0.48% | - |
| XYZ | 11.5 | 7.71 | 11.95 | - |
| YUV | 79.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 96 | 0 | 0.55 | 0.21 | 0.52 | 323.28 | 0.38 | 0.35 |
| Hex | 7A | 37 | 60 | 0 | 37 | 15 | 34 | 143 | 26 | 23 |
| Octal | 172 | 67 | 140 | 0 | 67 | 25 | 64 | 503 | 46 | 43 |
| Binary | 1111010 | 110111 | 1100000 | 0 | 110111 | 10101 | 110100 | 101000011 | 100110 | 100011 |
Color Harmonies of #7A3760
Complementary color
Monochromatic Colors of #7A3760
Black with #7A3760
Text Example
Text Example
White with #7A3760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3760; }
p { color: rgb(122,55,96); }
H1.HeaderClassName
{
color: #7A3760;
}
.AnyTagClassName
{
color: #7A3760;
}
</style>
background-color css
<style>
a { background-color: #7A3760; }
a { background-color: rgb(122,55,96); }
div.DivClassName
{
background-color: #7A3760;
}
.BgClassName
{
background-color: #7A3760;
}
</style>
border-color css
<style>
span { border-color: #7A3760; }
span { border-color: rgb(122,55,96); }
td.TdClassName
{
border-color: #7A3760;
}
.TagClassName
{
border-color: #7A3760;
}
</style>