Shades of Cosmic #7E436B
Tints of Cosmic #7E436B
RGB
CMYK
RGB Variations
Color information
#7E436B (or 0x7E436B) is known color: Cosmic. HEX triplet: 7E, 43 and 6B. RGB value is (126,67,107). Sum of RGB (Red+Green+Blue) = 126+67+107=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E436B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E436B is #81BC94. Grayscale: #595959. Windows color (decimal): -8502421 or 7029630. OLE color: 7029630.
HSL color Cylindrical-coordinate representation of color #7E436B: hue angle of 319.32º 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 #7E436B is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 67 | 107 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.51 |
| HSL | 319.32º | 0.31% | 0.38% | - |
| HSV(B) | 319.32º | 0.47% | 0.49% | - |
| XYZ | 13.27 | 9.51 | 15.05 | - |
| YUV | 89.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 107 | 0 | 0.47 | 0.15 | 0.51 | 319.32 | 0.31 | 0.38 |
| Hex | 7E | 43 | 6B | 0 | 2F | F | 33 | 13F | 1F | 26 |
| Octal | 176 | 103 | 153 | 0 | 57 | 17 | 63 | 477 | 37 | 46 |
| Binary | 1111110 | 1000011 | 1101011 | 0 | 101111 | 1111 | 110011 | 100111111 | 11111 | 100110 |
Color Harmonies of #7E436B
Complementary color
Monochromatic Colors of #7E436B
Black with #7E436B
Text Example
Text Example
White with #7E436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E436B; }
p { color: rgb(126,67,107); }
H1.HeaderClassName
{
color: #7E436B;
}
.AnyTagClassName
{
color: #7E436B;
}
</style>
background-color css
<style>
a { background-color: #7E436B; }
a { background-color: rgb(126,67,107); }
div.DivClassName
{
background-color: #7E436B;
}
.BgClassName
{
background-color: #7E436B;
}
</style>
border-color css
<style>
span { border-color: #7E436B; }
span { border-color: rgb(126,67,107); }
td.TdClassName
{
border-color: #7E436B;
}
.TagClassName
{
border-color: #7E436B;
}
</style>