Shades of Cosmic #7A465F
Tints of Cosmic #7A465F
RGB
CMYK
RGB Variations
Color information
#7A465F (or 0x7A465F) is known color: Cosmic. HEX triplet: 7A, 46 and 5F. RGB value is (122,70,95). Sum of RGB (Red+Green+Blue) = 122+70+95=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A465F is #85B9A0. Grayscale: #585858. Windows color (decimal): -8763809 or 6243962. OLE color: 6243962.
HSL color Cylindrical-coordinate representation of color #7A465F: hue angle of 331.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A465F is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 70 | 95 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.52 |
| HSL | 331.15º | 0.27% | 0.38% | - |
| HSV(B) | 331.15º | 0.43% | 0.48% | - |
| XYZ | 12.28 | 9.34 | 11.98 | - |
| YUV | 88.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 95 | 0 | 0.43 | 0.22 | 0.52 | 331.15 | 0.27 | 0.38 |
| Hex | 7A | 46 | 5F | 0 | 2B | 16 | 34 | 14B | 1B | 26 |
| Octal | 172 | 106 | 137 | 0 | 53 | 26 | 64 | 513 | 33 | 46 |
| Binary | 1111010 | 1000110 | 1011111 | 0 | 101011 | 10110 | 110100 | 101001011 | 11011 | 100110 |
Color Harmonies of #7A465F
Complementary color
Monochromatic Colors of #7A465F
Black with #7A465F
Text Example
Text Example
White with #7A465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A465F; }
p { color: rgb(122,70,95); }
H1.HeaderClassName
{
color: #7A465F;
}
.AnyTagClassName
{
color: #7A465F;
}
</style>
background-color css
<style>
a { background-color: #7A465F; }
a { background-color: rgb(122,70,95); }
div.DivClassName
{
background-color: #7A465F;
}
.BgClassName
{
background-color: #7A465F;
}
</style>
border-color css
<style>
span { border-color: #7A465F; }
span { border-color: rgb(122,70,95); }
td.TdClassName
{
border-color: #7A465F;
}
.TagClassName
{
border-color: #7A465F;
}
</style>