Shades of Cosmic #7A3962
Tints of Cosmic #7A3962
RGB
CMYK
RGB Variations
Color information
#7A3962 (or 0x7A3962) is known color: Cosmic. HEX triplet: 7A, 39 and 62. RGB value is (122,57,98). Sum of RGB (Red+Green+Blue) = 122+57+98=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3962 is #85C69D. Grayscale: #515151. Windows color (decimal): -8767134 or 6437242. OLE color: 6437242.
HSL color Cylindrical-coordinate representation of color #7A3962: hue angle of 322.15º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A3962 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 98 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.52 |
| HSL | 322.15º | 0.36% | 0.35% | - |
| HSV(B) | 322.15º | 0.53% | 0.48% | - |
| XYZ | 11.69 | 7.95 | 12.47 | - |
| YUV | 81.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 98 | 0 | 0.53 | 0.20 | 0.52 | 322.15 | 0.36 | 0.35 |
| Hex | 7A | 39 | 62 | 0 | 35 | 14 | 34 | 142 | 24 | 23 |
| Octal | 172 | 71 | 142 | 0 | 65 | 24 | 64 | 502 | 44 | 43 |
| Binary | 1111010 | 111001 | 1100010 | 0 | 110101 | 10100 | 110100 | 101000010 | 100100 | 100011 |
Color Harmonies of #7A3962
Complementary color
Monochromatic Colors of #7A3962
Black with #7A3962
Text Example
Text Example
White with #7A3962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3962; }
p { color: rgb(122,57,98); }
H1.HeaderClassName
{
color: #7A3962;
}
.AnyTagClassName
{
color: #7A3962;
}
</style>
background-color css
<style>
a { background-color: #7A3962; }
a { background-color: rgb(122,57,98); }
div.DivClassName
{
background-color: #7A3962;
}
.BgClassName
{
background-color: #7A3962;
}
</style>
border-color css
<style>
span { border-color: #7A3962; }
span { border-color: rgb(122,57,98); }
td.TdClassName
{
border-color: #7A3962;
}
.TagClassName
{
border-color: #7A3962;
}
</style>