Shades of Cosmic #7E436E
Tints of Cosmic #7E436E
RGB
CMYK
RGB Variations
Color information
#7E436E (or 0x7E436E) is known color: Cosmic. HEX triplet: 7E, 43 and 6E. RGB value is (126,67,110). Sum of RGB (Red+Green+Blue) = 126+67+110=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 126 - color contains mainly: red. Hex color #7E436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E436E is #81BC91. Grayscale: #595959. Windows color (decimal): -8502418 or 7226238. OLE color: 7226238.
HSL color Cylindrical-coordinate representation of color #7E436E: hue angle of 316.27º 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 #7E436E is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 67 | 110 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.51 |
| HSL | 316.27º | 0.31% | 0.38% | - |
| HSV(B) | 316.27º | 0.47% | 0.49% | - |
| XYZ | 13.43 | 9.58 | 15.89 | - |
| YUV | 89.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 110 | 0 | 0.47 | 0.13 | 0.51 | 316.27 | 0.31 | 0.38 |
| Hex | 7E | 43 | 6E | 0 | 2F | D | 33 | 13C | 1F | 26 |
| Octal | 176 | 103 | 156 | 0 | 57 | 15 | 63 | 474 | 37 | 46 |
| Binary | 1111110 | 1000011 | 1101110 | 0 | 101111 | 1101 | 110011 | 100111100 | 11111 | 100110 |
Color Harmonies of #7E436E
Complementary color
Monochromatic Colors of #7E436E
Black with #7E436E
Text Example
Text Example
White with #7E436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E436E; }
p { color: rgb(126,67,110); }
H1.HeaderClassName
{
color: #7E436E;
}
.AnyTagClassName
{
color: #7E436E;
}
</style>
background-color css
<style>
a { background-color: #7E436E; }
a { background-color: rgb(126,67,110); }
div.DivClassName
{
background-color: #7E436E;
}
.BgClassName
{
background-color: #7E436E;
}
</style>
border-color css
<style>
span { border-color: #7E436E; }
span { border-color: rgb(126,67,110); }
td.TdClassName
{
border-color: #7E436E;
}
.TagClassName
{
border-color: #7E436E;
}
</style>