Shades of Cosmic #7A5462
Tints of Cosmic #7A5462
RGB
CMYK
RGB Variations
Color information
#7A5462 (or 0x7A5462) is known color: Cosmic. HEX triplet: 7A, 54 and 62. RGB value is (122,84,98). Sum of RGB (Red+Green+Blue) = 122+84+98=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5462 is #85AB9D. Grayscale: #606060. Windows color (decimal): -8760222 or 6444154. OLE color: 6444154.
HSL color Cylindrical-coordinate representation of color #7A5462: hue angle of 337.89º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A5462 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 98 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.52 |
| HSL | 337.89º | 0.18% | 0.4% | - |
| HSV(B) | 337.89º | 0.31% | 0.48% | - |
| XYZ | 13.4 | 11.36 | 13.04 | - |
| YUV | 96.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 98 | 0 | 0.31 | 0.20 | 0.52 | 337.89 | 0.18 | 0.4 |
| Hex | 7A | 54 | 62 | 0 | 1F | 14 | 34 | 152 | 12 | 28 |
| Octal | 172 | 124 | 142 | 0 | 37 | 24 | 64 | 522 | 22 | 50 |
| Binary | 1111010 | 1010100 | 1100010 | 0 | 11111 | 10100 | 110100 | 101010010 | 10010 | 101000 |
Color Harmonies of #7A5462
Complementary color
Monochromatic Colors of #7A5462
Black with #7A5462
Text Example
Text Example
White with #7A5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5462; }
p { color: rgb(122,84,98); }
H1.HeaderClassName
{
color: #7A5462;
}
.AnyTagClassName
{
color: #7A5462;
}
</style>
background-color css
<style>
a { background-color: #7A5462; }
a { background-color: rgb(122,84,98); }
div.DivClassName
{
background-color: #7A5462;
}
.BgClassName
{
background-color: #7A5462;
}
</style>
border-color css
<style>
span { border-color: #7A5462; }
span { border-color: rgb(122,84,98); }
td.TdClassName
{
border-color: #7A5462;
}
.TagClassName
{
border-color: #7A5462;
}
</style>