Shades of Cosmic #7D405B
Tints of Cosmic #7D405B
RGB
CMYK
RGB Variations
Color information
#7D405B (or 0x7D405B) is known color: Cosmic. HEX triplet: 7D, 40 and 5B. RGB value is (125,64,91). Sum of RGB (Red+Green+Blue) = 125+64+91=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D405B is #82BFA4. Grayscale: #555555. Windows color (decimal): -8568741 or 5980285. OLE color: 5980285.
HSL color Cylindrical-coordinate representation of color #7D405B: hue angle of 333.44º 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 #7D405B is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 91 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.51 |
| HSL | 333.44º | 0.32% | 0.37% | - |
| HSV(B) | 333.44º | 0.49% | 0.49% | - |
| XYZ | 12.18 | 8.78 | 10.95 | - |
| YUV | 85.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 91 | 0 | 0.49 | 0.27 | 0.51 | 333.44 | 0.32 | 0.37 |
| Hex | 7D | 40 | 5B | 0 | 31 | 1B | 33 | 14D | 20 | 25 |
| Octal | 175 | 100 | 133 | 0 | 61 | 33 | 63 | 515 | 40 | 45 |
| Binary | 1111101 | 1000000 | 1011011 | 0 | 110001 | 11011 | 110011 | 101001101 | 100000 | 100101 |
Color Harmonies of #7D405B
Complementary color
Monochromatic Colors of #7D405B
Black with #7D405B
Text Example
Text Example
White with #7D405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D405B; }
p { color: rgb(125,64,91); }
H1.HeaderClassName
{
color: #7D405B;
}
.AnyTagClassName
{
color: #7D405B;
}
</style>
background-color css
<style>
a { background-color: #7D405B; }
a { background-color: rgb(125,64,91); }
div.DivClassName
{
background-color: #7D405B;
}
.BgClassName
{
background-color: #7D405B;
}
</style>
border-color css
<style>
span { border-color: #7D405B; }
span { border-color: rgb(125,64,91); }
td.TdClassName
{
border-color: #7D405B;
}
.TagClassName
{
border-color: #7D405B;
}
</style>