Shades of Cosmic #7D4561
Tints of Cosmic #7D4561
RGB
CMYK
RGB Variations
Color information
#7D4561 (or 0x7D4561) is known color: Cosmic. HEX triplet: 7D, 45 and 61. RGB value is (125,69,97). Sum of RGB (Red+Green+Blue) = 125+69+97=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4561 is #82BA9E. Grayscale: #585858. Windows color (decimal): -8567455 or 6374781. OLE color: 6374781.
HSL color Cylindrical-coordinate representation of color #7D4561: hue angle of 330º 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 #7D4561 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 69 | 97 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.51 |
| HSL | 330º | 0.29% | 0.38% | - |
| HSV(B) | 330º | 0.45% | 0.49% | - |
| XYZ | 12.74 | 9.48 | 12.47 | - |
| YUV | 88.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 97 | 0 | 0.45 | 0.22 | 0.51 | 330 | 0.29 | 0.38 |
| Hex | 7D | 45 | 61 | 0 | 2D | 16 | 33 | 14A | 1D | 26 |
| Octal | 175 | 105 | 141 | 0 | 55 | 26 | 63 | 512 | 35 | 46 |
| Binary | 1111101 | 1000101 | 1100001 | 0 | 101101 | 10110 | 110011 | 101001010 | 11101 | 100110 |
Color Harmonies of #7D4561
Complementary color
Monochromatic Colors of #7D4561
Black with #7D4561
Text Example
Text Example
White with #7D4561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4561; }
p { color: rgb(125,69,97); }
H1.HeaderClassName
{
color: #7D4561;
}
.AnyTagClassName
{
color: #7D4561;
}
</style>
background-color css
<style>
a { background-color: #7D4561; }
a { background-color: rgb(125,69,97); }
div.DivClassName
{
background-color: #7D4561;
}
.BgClassName
{
background-color: #7D4561;
}
</style>
border-color css
<style>
span { border-color: #7D4561; }
span { border-color: rgb(125,69,97); }
td.TdClassName
{
border-color: #7D4561;
}
.TagClassName
{
border-color: #7D4561;
}
</style>