Shades of Cosmic #7A4369
Tints of Cosmic #7A4369
RGB
CMYK
RGB Variations
Color information
#7A4369 (or 0x7A4369) is known color: Cosmic. HEX triplet: 7A, 43 and 69. RGB value is (122,67,105). Sum of RGB (Red+Green+Blue) = 122+67+105=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4369 is #85BC96. Grayscale: #575757. Windows color (decimal): -8764567 or 6898554. OLE color: 6898554.
HSL color Cylindrical-coordinate representation of color #7A4369: hue angle of 318.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A4369 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 67 | 105 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.52 |
| HSL | 318.55º | 0.29% | 0.37% | - |
| HSV(B) | 318.55º | 0.45% | 0.48% | - |
| XYZ | 12.58 | 9.17 | 14.47 | - |
| YUV | 87.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 105 | 0 | 0.45 | 0.14 | 0.52 | 318.55 | 0.29 | 0.37 |
| Hex | 7A | 43 | 69 | 0 | 2D | E | 34 | 13F | 1D | 25 |
| Octal | 172 | 103 | 151 | 0 | 55 | 16 | 64 | 477 | 35 | 45 |
| Binary | 1111010 | 1000011 | 1101001 | 0 | 101101 | 1110 | 110100 | 100111111 | 11101 | 100101 |
Color Harmonies of #7A4369
Complementary color
Monochromatic Colors of #7A4369
Black with #7A4369
Text Example
Text Example
White with #7A4369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4369; }
p { color: rgb(122,67,105); }
H1.HeaderClassName
{
color: #7A4369;
}
.AnyTagClassName
{
color: #7A4369;
}
</style>
background-color css
<style>
a { background-color: #7A4369; }
a { background-color: rgb(122,67,105); }
div.DivClassName
{
background-color: #7A4369;
}
.BgClassName
{
background-color: #7A4369;
}
</style>
border-color css
<style>
span { border-color: #7A4369; }
span { border-color: rgb(122,67,105); }
td.TdClassName
{
border-color: #7A4369;
}
.TagClassName
{
border-color: #7A4369;
}
</style>