Shades of Cosmic #7A436C
Tints of Cosmic #7A436C
RGB
CMYK
RGB Variations
Color information
#7A436C (or 0x7A436C) is known color: Cosmic. HEX triplet: 7A, 43 and 6C. RGB value is (122,67,108). Sum of RGB (Red+Green+Blue) = 122+67+108=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A436C is #85BC93. Grayscale: #585858. Windows color (decimal): -8764564 or 7095162. OLE color: 7095162.
HSL color Cylindrical-coordinate representation of color #7A436C: hue angle of 315.27º 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 #7A436C is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 67 | 108 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.52 |
| HSL | 315.27º | 0.29% | 0.37% | - |
| HSV(B) | 315.27º | 0.45% | 0.48% | - |
| XYZ | 12.74 | 9.23 | 15.3 | - |
| YUV | 88.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 108 | 0 | 0.45 | 0.11 | 0.52 | 315.27 | 0.29 | 0.37 |
| Hex | 7A | 43 | 6C | 0 | 2D | B | 34 | 13B | 1D | 25 |
| Octal | 172 | 103 | 154 | 0 | 55 | 13 | 64 | 473 | 35 | 45 |
| Binary | 1111010 | 1000011 | 1101100 | 0 | 101101 | 1011 | 110100 | 100111011 | 11101 | 100101 |
Color Harmonies of #7A436C
Complementary color
Monochromatic Colors of #7A436C
Black with #7A436C
Text Example
Text Example
White with #7A436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A436C; }
p { color: rgb(122,67,108); }
H1.HeaderClassName
{
color: #7A436C;
}
.AnyTagClassName
{
color: #7A436C;
}
</style>
background-color css
<style>
a { background-color: #7A436C; }
a { background-color: rgb(122,67,108); }
div.DivClassName
{
background-color: #7A436C;
}
.BgClassName
{
background-color: #7A436C;
}
</style>
border-color css
<style>
span { border-color: #7A436C; }
span { border-color: rgb(122,67,108); }
td.TdClassName
{
border-color: #7A436C;
}
.TagClassName
{
border-color: #7A436C;
}
</style>