Shades of Cosmic #7A455B
Tints of Cosmic #7A455B
RGB
CMYK
RGB Variations
Color information
#7A455B (or 0x7A455B) is known color: Cosmic. HEX triplet: 7A, 45 and 5B. RGB value is (122,69,91). Sum of RGB (Red+Green+Blue) = 122+69+91=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A455B is #85BAA4. Grayscale: #575757. Windows color (decimal): -8764069 or 5981562. OLE color: 5981562.
HSL color Cylindrical-coordinate representation of color #7A455B: hue angle of 335.09º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A455B is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 91 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.52 |
| HSL | 335.09º | 0.28% | 0.37% | - |
| HSV(B) | 335.09º | 0.43% | 0.48% | - |
| XYZ | 12.04 | 9.15 | 11.03 | - |
| YUV | 87.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 91 | 0 | 0.43 | 0.25 | 0.52 | 335.09 | 0.28 | 0.37 |
| Hex | 7A | 45 | 5B | 0 | 2B | 19 | 34 | 14F | 1C | 25 |
| Octal | 172 | 105 | 133 | 0 | 53 | 31 | 64 | 517 | 34 | 45 |
| Binary | 1111010 | 1000101 | 1011011 | 0 | 101011 | 11001 | 110100 | 101001111 | 11100 | 100101 |
Color Harmonies of #7A455B
Complementary color
Monochromatic Colors of #7A455B
Black with #7A455B
Text Example
Text Example
White with #7A455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A455B; }
p { color: rgb(122,69,91); }
H1.HeaderClassName
{
color: #7A455B;
}
.AnyTagClassName
{
color: #7A455B;
}
</style>
background-color css
<style>
a { background-color: #7A455B; }
a { background-color: rgb(122,69,91); }
div.DivClassName
{
background-color: #7A455B;
}
.BgClassName
{
background-color: #7A455B;
}
</style>
border-color css
<style>
span { border-color: #7A455B; }
span { border-color: rgb(122,69,91); }
td.TdClassName
{
border-color: #7A455B;
}
.TagClassName
{
border-color: #7A455B;
}
</style>