Shades of Cosmic #7D4963
Tints of Cosmic #7D4963
RGB
CMYK
RGB Variations
Color information
#7D4963 (or 0x7D4963) is known color: Cosmic. HEX triplet: 7D, 49 and 63. RGB value is (125,73,99). Sum of RGB (Red+Green+Blue) = 125+73+99=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4963 is #82B69C. Grayscale: #5B5B5B. Windows color (decimal): -8566429 or 6506877. OLE color: 6506877.
HSL color Cylindrical-coordinate representation of color #7D4963: hue angle of 330º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D4963 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 73 | 99 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.51 |
| HSL | 330º | 0.26% | 0.39% | - |
| HSV(B) | 330º | 0.42% | 0.49% | - |
| XYZ | 13.09 | 10.03 | 13.05 | - |
| YUV | 91.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 99 | 0 | 0.42 | 0.21 | 0.51 | 330 | 0.26 | 0.39 |
| Hex | 7D | 49 | 63 | 0 | 2A | 15 | 33 | 14A | 1A | 27 |
| Octal | 175 | 111 | 143 | 0 | 52 | 25 | 63 | 512 | 32 | 47 |
| Binary | 1111101 | 1001001 | 1100011 | 0 | 101010 | 10101 | 110011 | 101001010 | 11010 | 100111 |
Color Harmonies of #7D4963
Complementary color
Monochromatic Colors of #7D4963
Black with #7D4963
Text Example
Text Example
White with #7D4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4963; }
p { color: rgb(125,73,99); }
H1.HeaderClassName
{
color: #7D4963;
}
.AnyTagClassName
{
color: #7D4963;
}
</style>
background-color css
<style>
a { background-color: #7D4963; }
a { background-color: rgb(125,73,99); }
div.DivClassName
{
background-color: #7D4963;
}
.BgClassName
{
background-color: #7D4963;
}
</style>
border-color css
<style>
span { border-color: #7D4963; }
span { border-color: rgb(125,73,99); }
td.TdClassName
{
border-color: #7D4963;
}
.TagClassName
{
border-color: #7D4963;
}
</style>