Shades of Cosmic #7A425B
Tints of Cosmic #7A425B
RGB
CMYK
RGB Variations
Color information
#7A425B (or 0x7A425B) is known color: Cosmic. HEX triplet: 7A, 42 and 5B. RGB value is (122,66,91). Sum of RGB (Red+Green+Blue) = 122+66+91=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A425B is #85BDA4. Grayscale: #555555. Windows color (decimal): -8764837 or 5980794. OLE color: 5980794.
HSL color Cylindrical-coordinate representation of color #7A425B: hue angle of 333.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A425B is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 91 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.52 |
| HSL | 333.21º | 0.3% | 0.37% | - |
| HSV(B) | 333.21º | 0.46% | 0.48% | - |
| XYZ | 11.86 | 8.79 | 10.97 | - |
| YUV | 85.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 91 | 0 | 0.46 | 0.25 | 0.52 | 333.21 | 0.3 | 0.37 |
| Hex | 7A | 42 | 5B | 0 | 2E | 19 | 34 | 14D | 1E | 25 |
| Octal | 172 | 102 | 133 | 0 | 56 | 31 | 64 | 515 | 36 | 45 |
| Binary | 1111010 | 1000010 | 1011011 | 0 | 101110 | 11001 | 110100 | 101001101 | 11110 | 100101 |
Color Harmonies of #7A425B
Complementary color
Monochromatic Colors of #7A425B
Black with #7A425B
Text Example
Text Example
White with #7A425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A425B; }
p { color: rgb(122,66,91); }
H1.HeaderClassName
{
color: #7A425B;
}
.AnyTagClassName
{
color: #7A425B;
}
</style>
background-color css
<style>
a { background-color: #7A425B; }
a { background-color: rgb(122,66,91); }
div.DivClassName
{
background-color: #7A425B;
}
.BgClassName
{
background-color: #7A425B;
}
</style>
border-color css
<style>
span { border-color: #7A425B; }
span { border-color: rgb(122,66,91); }
td.TdClassName
{
border-color: #7A425B;
}
.TagClassName
{
border-color: #7A425B;
}
</style>