Shades of Cosmic #7D445B
Tints of Cosmic #7D445B
RGB
CMYK
RGB Variations
Color information
#7D445B (or 0x7D445B) is known color: Cosmic. HEX triplet: 7D, 44 and 5B. RGB value is (125,68,91). Sum of RGB (Red+Green+Blue) = 125+68+91=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 125 - color contains mainly: red. Hex color #7D445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D445B is #82BBA4. Grayscale: #575757. Windows color (decimal): -8567717 or 5981309. OLE color: 5981309.
HSL color Cylindrical-coordinate representation of color #7D445B: hue angle of 335.79º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D445B is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 68 | 91 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.51 |
| HSL | 335.79º | 0.3% | 0.38% | - |
| HSV(B) | 335.79º | 0.46% | 0.49% | - |
| XYZ | 12.41 | 9.25 | 11.03 | - |
| YUV | 87.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 68 | 91 | 0 | 0.46 | 0.27 | 0.51 | 335.79 | 0.3 | 0.38 |
| Hex | 7D | 44 | 5B | 0 | 2E | 1B | 33 | 150 | 1E | 26 |
| Octal | 175 | 104 | 133 | 0 | 56 | 33 | 63 | 520 | 36 | 46 |
| Binary | 1111101 | 1000100 | 1011011 | 0 | 101110 | 11011 | 110011 | 101010000 | 11110 | 100110 |
Color Harmonies of #7D445B
Complementary color
Monochromatic Colors of #7D445B
Black with #7D445B
Text Example
Text Example
White with #7D445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D445B; }
p { color: rgb(125,68,91); }
H1.HeaderClassName
{
color: #7D445B;
}
.AnyTagClassName
{
color: #7D445B;
}
</style>
background-color css
<style>
a { background-color: #7D445B; }
a { background-color: rgb(125,68,91); }
div.DivClassName
{
background-color: #7D445B;
}
.BgClassName
{
background-color: #7D445B;
}
</style>
border-color css
<style>
span { border-color: #7D445B; }
span { border-color: rgb(125,68,91); }
td.TdClassName
{
border-color: #7D445B;
}
.TagClassName
{
border-color: #7D445B;
}
</style>