Shades of Cosmic #7A5A6D
Tints of Cosmic #7A5A6D
RGB
CMYK
RGB Variations
Color information
#7A5A6D (or 0x7A5A6D) is known color: Cosmic. HEX triplet: 7A, 5A and 6D. RGB value is (122,90,109). Sum of RGB (Red+Green+Blue) = 122+90+109=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5A6D is #85A592. Grayscale: #656565. Windows color (decimal): -8758675 or 7166586. OLE color: 7166586.
HSL color Cylindrical-coordinate representation of color #7A5A6D: hue angle of 324.38º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A5A6D is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 90 | 109 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.52 |
| HSL | 324.38º | 0.15% | 0.42% | - |
| HSV(B) | 324.38º | 0.26% | 0.48% | - |
| XYZ | 14.44 | 12.55 | 16.13 | - |
| YUV | 101.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 90 | 109 | 0 | 0.26 | 0.11 | 0.52 | 324.38 | 0.15 | 0.42 |
| Hex | 7A | 5A | 6D | 0 | 1A | B | 34 | 144 | F | 2A |
| Octal | 172 | 132 | 155 | 0 | 32 | 13 | 64 | 504 | 17 | 52 |
| Binary | 1111010 | 1011010 | 1101101 | 0 | 11010 | 1011 | 110100 | 101000100 | 1111 | 101010 |
Color Harmonies of #7A5A6D
Complementary color
Monochromatic Colors of #7A5A6D
Black with #7A5A6D
Text Example
Text Example
White with #7A5A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5A6D; }
p { color: rgb(122,90,109); }
H1.HeaderClassName
{
color: #7A5A6D;
}
.AnyTagClassName
{
color: #7A5A6D;
}
</style>
background-color css
<style>
a { background-color: #7A5A6D; }
a { background-color: rgb(122,90,109); }
div.DivClassName
{
background-color: #7A5A6D;
}
.BgClassName
{
background-color: #7A5A6D;
}
</style>
border-color css
<style>
span { border-color: #7A5A6D; }
span { border-color: rgb(122,90,109); }
td.TdClassName
{
border-color: #7A5A6D;
}
.TagClassName
{
border-color: #7A5A6D;
}
</style>