Shades of Cosmic #7A5669
Tints of Cosmic #7A5669
RGB
CMYK
RGB Variations
Color information
#7A5669 (or 0x7A5669) is known color: Cosmic. HEX triplet: 7A, 56 and 69. RGB value is (122,86,105). Sum of RGB (Red+Green+Blue) = 122+86+105=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5669 is #85A996. Grayscale: #626262. Windows color (decimal): -8759703 or 6903418. OLE color: 6903418.
HSL color Cylindrical-coordinate representation of color #7A5669: hue angle of 328.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5669 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 105 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.52 |
| HSL | 328.33º | 0.17% | 0.41% | - |
| HSV(B) | 328.33º | 0.3% | 0.48% | - |
| XYZ | 13.9 | 11.81 | 14.91 | - |
| YUV | 98.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 105 | 0 | 0.30 | 0.14 | 0.52 | 328.33 | 0.17 | 0.41 |
| Hex | 7A | 56 | 69 | 0 | 1E | E | 34 | 148 | 11 | 29 |
| Octal | 172 | 126 | 151 | 0 | 36 | 16 | 64 | 510 | 21 | 51 |
| Binary | 1111010 | 1010110 | 1101001 | 0 | 11110 | 1110 | 110100 | 101001000 | 10001 | 101001 |
Color Harmonies of #7A5669
Complementary color
Monochromatic Colors of #7A5669
Black with #7A5669
Text Example
Text Example
White with #7A5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5669; }
p { color: rgb(122,86,105); }
H1.HeaderClassName
{
color: #7A5669;
}
.AnyTagClassName
{
color: #7A5669;
}
</style>
background-color css
<style>
a { background-color: #7A5669; }
a { background-color: rgb(122,86,105); }
div.DivClassName
{
background-color: #7A5669;
}
.BgClassName
{
background-color: #7A5669;
}
</style>
border-color css
<style>
span { border-color: #7A5669; }
span { border-color: rgb(122,86,105); }
td.TdClassName
{
border-color: #7A5669;
}
.TagClassName
{
border-color: #7A5669;
}
</style>