Shades of Cosmic #7D406D
Tints of Cosmic #7D406D
RGB
CMYK
RGB Variations
Color information
#7D406D (or 0x7D406D) is known color: Cosmic. HEX triplet: 7D, 40 and 6D. RGB value is (125,64,109). Sum of RGB (Red+Green+Blue) = 125+64+109=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D406D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D406D is #82BF92. Grayscale: #575757. Windows color (decimal): -8568723 or 7159933. OLE color: 7159933.
HSL color Cylindrical-coordinate representation of color #7D406D: hue angle of 315.74º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D406D is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 109 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.51 |
| HSL | 315.74º | 0.32% | 0.37% | - |
| HSV(B) | 315.74º | 0.49% | 0.49% | - |
| XYZ | 13.05 | 9.13 | 15.54 | - |
| YUV | 87.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 109 | 0 | 0.49 | 0.13 | 0.51 | 315.74 | 0.32 | 0.37 |
| Hex | 7D | 40 | 6D | 0 | 31 | D | 33 | 13C | 20 | 25 |
| Octal | 175 | 100 | 155 | 0 | 61 | 15 | 63 | 474 | 40 | 45 |
| Binary | 1111101 | 1000000 | 1101101 | 0 | 110001 | 1101 | 110011 | 100111100 | 100000 | 100101 |
Color Harmonies of #7D406D
Complementary color
Monochromatic Colors of #7D406D
Black with #7D406D
Text Example
Text Example
White with #7D406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D406D; }
p { color: rgb(125,64,109); }
H1.HeaderClassName
{
color: #7D406D;
}
.AnyTagClassName
{
color: #7D406D;
}
</style>
background-color css
<style>
a { background-color: #7D406D; }
a { background-color: rgb(125,64,109); }
div.DivClassName
{
background-color: #7D406D;
}
.BgClassName
{
background-color: #7D406D;
}
</style>
border-color css
<style>
span { border-color: #7D406D; }
span { border-color: rgb(125,64,109); }
td.TdClassName
{
border-color: #7D406D;
}
.TagClassName
{
border-color: #7D406D;
}
</style>