Shades of Cosmic #7A4257
Tints of Cosmic #7A4257
RGB
CMYK
RGB Variations
Color information
#7A4257 (or 0x7A4257) is known color: Cosmic. HEX triplet: 7A, 42 and 57. RGB value is (122,66,87). Sum of RGB (Red+Green+Blue) = 122+66+87=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4257 is #85BDA8. Grayscale: #555555. Windows color (decimal): -8764841 or 5718650. OLE color: 5718650.
HSL color Cylindrical-coordinate representation of color #7A4257: hue angle of 337.5º 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 #7A4257 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 87 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.52 |
| HSL | 337.5º | 0.3% | 0.37% | - |
| HSV(B) | 337.5º | 0.46% | 0.48% | - |
| XYZ | 11.69 | 8.72 | 10.08 | - |
| YUV | 85.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 87 | 0 | 0.46 | 0.29 | 0.52 | 337.5 | 0.3 | 0.37 |
| Hex | 7A | 42 | 57 | 0 | 2E | 1D | 34 | 152 | 1E | 25 |
| Octal | 172 | 102 | 127 | 0 | 56 | 35 | 64 | 522 | 36 | 45 |
| Binary | 1111010 | 1000010 | 1010111 | 0 | 101110 | 11101 | 110100 | 101010010 | 11110 | 100101 |
Color Harmonies of #7A4257
Complementary color
Monochromatic Colors of #7A4257
Black with #7A4257
Text Example
Text Example
White with #7A4257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4257; }
p { color: rgb(122,66,87); }
H1.HeaderClassName
{
color: #7A4257;
}
.AnyTagClassName
{
color: #7A4257;
}
</style>
background-color css
<style>
a { background-color: #7A4257; }
a { background-color: rgb(122,66,87); }
div.DivClassName
{
background-color: #7A4257;
}
.BgClassName
{
background-color: #7A4257;
}
</style>
border-color css
<style>
span { border-color: #7A4257; }
span { border-color: rgb(122,66,87); }
td.TdClassName
{
border-color: #7A4257;
}
.TagClassName
{
border-color: #7A4257;
}
</style>