Shades of Cosmic #7D4559
Tints of Cosmic #7D4559
RGB
CMYK
RGB Variations
Color information
#7D4559 (or 0x7D4559) is known color: Cosmic. HEX triplet: 7D, 45 and 59. RGB value is (125,69,89). Sum of RGB (Red+Green+Blue) = 125+69+89=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4559 is #82BAA6. Grayscale: #585858. Windows color (decimal): -8567463 or 5850493. OLE color: 5850493.
HSL color Cylindrical-coordinate representation of color #7D4559: hue angle of 338.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D4559 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 69 | 89 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.51 |
| HSL | 338.57º | 0.29% | 0.38% | - |
| HSV(B) | 338.57º | 0.45% | 0.49% | - |
| XYZ | 12.39 | 9.34 | 10.6 | - |
| YUV | 88.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 89 | 0 | 0.45 | 0.29 | 0.51 | 338.57 | 0.29 | 0.38 |
| Hex | 7D | 45 | 59 | 0 | 2D | 1D | 33 | 153 | 1D | 26 |
| Octal | 175 | 105 | 131 | 0 | 55 | 35 | 63 | 523 | 35 | 46 |
| Binary | 1111101 | 1000101 | 1011001 | 0 | 101101 | 11101 | 110011 | 101010011 | 11101 | 100110 |
Color Harmonies of #7D4559
Complementary color
Monochromatic Colors of #7D4559
Black with #7D4559
Text Example
Text Example
White with #7D4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4559; }
p { color: rgb(125,69,89); }
H1.HeaderClassName
{
color: #7D4559;
}
.AnyTagClassName
{
color: #7D4559;
}
</style>
background-color css
<style>
a { background-color: #7D4559; }
a { background-color: rgb(125,69,89); }
div.DivClassName
{
background-color: #7D4559;
}
.BgClassName
{
background-color: #7D4559;
}
</style>
border-color css
<style>
span { border-color: #7D4559; }
span { border-color: rgb(125,69,89); }
td.TdClassName
{
border-color: #7D4559;
}
.TagClassName
{
border-color: #7D4559;
}
</style>