Shades of Cosmic #7E436D
Tints of Cosmic #7E436D
RGB
CMYK
RGB Variations
Color information
#7E436D (or 0x7E436D) is known color: Cosmic. HEX triplet: 7E, 43 and 6D. RGB value is (126,67,109). Sum of RGB (Red+Green+Blue) = 126+67+109=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 126 - color contains mainly: red. Hex color #7E436D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E436D is #81BC92. Grayscale: #595959. Windows color (decimal): -8502419 or 7160702. OLE color: 7160702.
HSL color Cylindrical-coordinate representation of color #7E436D: hue angle of 317.29º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E436D is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 67 | 109 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.51 |
| HSL | 317.29º | 0.31% | 0.38% | - |
| HSV(B) | 317.29º | 0.47% | 0.49% | - |
| XYZ | 13.37 | 9.55 | 15.61 | - |
| YUV | 89.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 109 | 0 | 0.47 | 0.13 | 0.51 | 317.29 | 0.31 | 0.38 |
| Hex | 7E | 43 | 6D | 0 | 2F | D | 33 | 13D | 1F | 26 |
| Octal | 176 | 103 | 155 | 0 | 57 | 15 | 63 | 475 | 37 | 46 |
| Binary | 1111110 | 1000011 | 1101101 | 0 | 101111 | 1101 | 110011 | 100111101 | 11111 | 100110 |
Color Harmonies of #7E436D
Complementary color
Monochromatic Colors of #7E436D
Black with #7E436D
Text Example
Text Example
White with #7E436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E436D; }
p { color: rgb(126,67,109); }
H1.HeaderClassName
{
color: #7E436D;
}
.AnyTagClassName
{
color: #7E436D;
}
</style>
background-color css
<style>
a { background-color: #7E436D; }
a { background-color: rgb(126,67,109); }
div.DivClassName
{
background-color: #7E436D;
}
.BgClassName
{
background-color: #7E436D;
}
</style>
border-color css
<style>
span { border-color: #7E436D; }
span { border-color: rgb(126,67,109); }
td.TdClassName
{
border-color: #7E436D;
}
.TagClassName
{
border-color: #7E436D;
}
</style>