Shades of Cosmic #7D5561
Tints of Cosmic #7D5561
RGB
CMYK
RGB Variations
Color information
#7D5561 (or 0x7D5561) is known color: Cosmic. HEX triplet: 7D, 55 and 61. RGB value is (125,85,97). Sum of RGB (Red+Green+Blue) = 125+85+97=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5561 is #82AA9E. Grayscale: #626262. Windows color (decimal): -8563359 or 6378877. OLE color: 6378877.
HSL color Cylindrical-coordinate representation of color #7D5561: hue angle of 342º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D5561 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 85 | 97 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.51 |
| HSL | 342º | 0.19% | 0.41% | - |
| HSV(B) | 342º | 0.32% | 0.49% | - |
| XYZ | 13.86 | 11.72 | 12.84 | - |
| YUV | 98.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 97 | 0 | 0.32 | 0.22 | 0.51 | 342 | 0.19 | 0.41 |
| Hex | 7D | 55 | 61 | 0 | 20 | 16 | 33 | 156 | 13 | 29 |
| Octal | 175 | 125 | 141 | 0 | 40 | 26 | 63 | 526 | 23 | 51 |
| Binary | 1111101 | 1010101 | 1100001 | 0 | 100000 | 10110 | 110011 | 101010110 | 10011 | 101001 |
Color Harmonies of #7D5561
Complementary color
Monochromatic Colors of #7D5561
Black with #7D5561
Text Example
Text Example
White with #7D5561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5561; }
p { color: rgb(125,85,97); }
H1.HeaderClassName
{
color: #7D5561;
}
.AnyTagClassName
{
color: #7D5561;
}
</style>
background-color css
<style>
a { background-color: #7D5561; }
a { background-color: rgb(125,85,97); }
div.DivClassName
{
background-color: #7D5561;
}
.BgClassName
{
background-color: #7D5561;
}
</style>
border-color css
<style>
span { border-color: #7D5561; }
span { border-color: rgb(125,85,97); }
td.TdClassName
{
border-color: #7D5561;
}
.TagClassName
{
border-color: #7D5561;
}
</style>