Shades of Cosmic #7A3E5F
Tints of Cosmic #7A3E5F
RGB
CMYK
RGB Variations
Color information
#7A3E5F (or 0x7A3E5F) is known color: Cosmic. HEX triplet: 7A, 3E and 5F. RGB value is (122,62,95). Sum of RGB (Red+Green+Blue) = 122+62+95=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3E5F is #85C1A0. Grayscale: #535353. Windows color (decimal): -8765857 or 6241914. OLE color: 6241914.
HSL color Cylindrical-coordinate representation of color #7A3E5F: hue angle of 327º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A3E5F is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 62 | 95 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.52 |
| HSL | 327º | 0.33% | 0.36% | - |
| HSV(B) | 327º | 0.49% | 0.48% | - |
| XYZ | 11.81 | 8.41 | 11.83 | - |
| YUV | 83.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 95 | 0 | 0.49 | 0.22 | 0.52 | 327 | 0.33 | 0.36 |
| Hex | 7A | 3E | 5F | 0 | 31 | 16 | 34 | 147 | 21 | 24 |
| Octal | 172 | 76 | 137 | 0 | 61 | 26 | 64 | 507 | 41 | 44 |
| Binary | 1111010 | 111110 | 1011111 | 0 | 110001 | 10110 | 110100 | 101000111 | 100001 | 100100 |
Color Harmonies of #7A3E5F
Complementary color
Monochromatic Colors of #7A3E5F
Black with #7A3E5F
Text Example
Text Example
White with #7A3E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E5F; }
p { color: rgb(122,62,95); }
H1.HeaderClassName
{
color: #7A3E5F;
}
.AnyTagClassName
{
color: #7A3E5F;
}
</style>
background-color css
<style>
a { background-color: #7A3E5F; }
a { background-color: rgb(122,62,95); }
div.DivClassName
{
background-color: #7A3E5F;
}
.BgClassName
{
background-color: #7A3E5F;
}
</style>
border-color css
<style>
span { border-color: #7A3E5F; }
span { border-color: rgb(122,62,95); }
td.TdClassName
{
border-color: #7A3E5F;
}
.TagClassName
{
border-color: #7A3E5F;
}
</style>