Shades of Cosmic #7A4067
Tints of Cosmic #7A4067
RGB
CMYK
RGB Variations
Color information
#7A4067 (or 0x7A4067) is known color: Cosmic. HEX triplet: 7A, 40 and 67. RGB value is (122,64,103). Sum of RGB (Red+Green+Blue) = 122+64+103=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4067 is #85BF98. Grayscale: #555555. Windows color (decimal): -8765337 or 6766714. OLE color: 6766714.
HSL color Cylindrical-coordinate representation of color #7A4067: hue angle of 319.66º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A4067 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 64 | 103 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.52 |
| HSL | 319.66º | 0.31% | 0.36% | - |
| HSV(B) | 319.66º | 0.48% | 0.48% | - |
| XYZ | 12.31 | 8.78 | 13.88 | - |
| YUV | 85.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 103 | 0 | 0.48 | 0.16 | 0.52 | 319.66 | 0.31 | 0.36 |
| Hex | 7A | 40 | 67 | 0 | 30 | 10 | 34 | 140 | 1F | 24 |
| Octal | 172 | 100 | 147 | 0 | 60 | 20 | 64 | 500 | 37 | 44 |
| Binary | 1111010 | 1000000 | 1100111 | 0 | 110000 | 10000 | 110100 | 101000000 | 11111 | 100100 |
Color Harmonies of #7A4067
Complementary color
Monochromatic Colors of #7A4067
Black with #7A4067
Text Example
Text Example
White with #7A4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4067; }
p { color: rgb(122,64,103); }
H1.HeaderClassName
{
color: #7A4067;
}
.AnyTagClassName
{
color: #7A4067;
}
</style>
background-color css
<style>
a { background-color: #7A4067; }
a { background-color: rgb(122,64,103); }
div.DivClassName
{
background-color: #7A4067;
}
.BgClassName
{
background-color: #7A4067;
}
</style>
border-color css
<style>
span { border-color: #7A4067; }
span { border-color: rgb(122,64,103); }
td.TdClassName
{
border-color: #7A4067;
}
.TagClassName
{
border-color: #7A4067;
}
</style>