Shades of Cosmic #7A4D69
Tints of Cosmic #7A4D69
RGB
CMYK
RGB Variations
Color information
#7A4D69 (or 0x7A4D69) is known color: Cosmic. HEX triplet: 7A, 4D and 69. RGB value is (122,77,105). Sum of RGB (Red+Green+Blue) = 122+77+105=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4D69 is #85B296. Grayscale: #5D5D5D. Windows color (decimal): -8762007 or 6901114. OLE color: 6901114.
HSL color Cylindrical-coordinate representation of color #7A4D69: hue angle of 322.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A4D69 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 77 | 105 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.52 |
| HSL | 322.67º | 0.23% | 0.39% | - |
| HSV(B) | 322.67º | 0.37% | 0.48% | - |
| XYZ | 13.23 | 10.47 | 14.69 | - |
| YUV | 93.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 105 | 0 | 0.37 | 0.14 | 0.52 | 322.67 | 0.23 | 0.39 |
| Hex | 7A | 4D | 69 | 0 | 25 | E | 34 | 143 | 17 | 27 |
| Octal | 172 | 115 | 151 | 0 | 45 | 16 | 64 | 503 | 27 | 47 |
| Binary | 1111010 | 1001101 | 1101001 | 0 | 100101 | 1110 | 110100 | 101000011 | 10111 | 100111 |
Color Harmonies of #7A4D69
Complementary color
Monochromatic Colors of #7A4D69
Black with #7A4D69
Text Example
Text Example
White with #7A4D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4D69; }
p { color: rgb(122,77,105); }
H1.HeaderClassName
{
color: #7A4D69;
}
.AnyTagClassName
{
color: #7A4D69;
}
</style>
background-color css
<style>
a { background-color: #7A4D69; }
a { background-color: rgb(122,77,105); }
div.DivClassName
{
background-color: #7A4D69;
}
.BgClassName
{
background-color: #7A4D69;
}
</style>
border-color css
<style>
span { border-color: #7A4D69; }
span { border-color: rgb(122,77,105); }
td.TdClassName
{
border-color: #7A4D69;
}
.TagClassName
{
border-color: #7A4D69;
}
</style>