Shades of Cosmic #7D5563
Tints of Cosmic #7D5563
RGB
CMYK
RGB Variations
Color information
#7D5563 (or 0x7D5563) is known color: Cosmic. HEX triplet: 7D, 55 and 63. RGB value is (125,85,99). Sum of RGB (Red+Green+Blue) = 125+85+99=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5563 is #82AA9C. Grayscale: #626262. Windows color (decimal): -8563357 or 6509949. OLE color: 6509949.
HSL color Cylindrical-coordinate representation of color #7D5563: hue angle of 339º 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 #7D5563 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 85 | 99 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.51 |
| HSL | 339º | 0.19% | 0.41% | - |
| HSV(B) | 339º | 0.32% | 0.49% | - |
| XYZ | 13.96 | 11.76 | 13.34 | - |
| YUV | 98.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 99 | 0 | 0.32 | 0.21 | 0.51 | 339 | 0.19 | 0.41 |
| Hex | 7D | 55 | 63 | 0 | 20 | 15 | 33 | 153 | 13 | 29 |
| Octal | 175 | 125 | 143 | 0 | 40 | 25 | 63 | 523 | 23 | 51 |
| Binary | 1111101 | 1010101 | 1100011 | 0 | 100000 | 10101 | 110011 | 101010011 | 10011 | 101001 |
Color Harmonies of #7D5563
Complementary color
Monochromatic Colors of #7D5563
Black with #7D5563
Text Example
Text Example
White with #7D5563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5563; }
p { color: rgb(125,85,99); }
H1.HeaderClassName
{
color: #7D5563;
}
.AnyTagClassName
{
color: #7D5563;
}
</style>
background-color css
<style>
a { background-color: #7D5563; }
a { background-color: rgb(125,85,99); }
div.DivClassName
{
background-color: #7D5563;
}
.BgClassName
{
background-color: #7D5563;
}
</style>
border-color css
<style>
span { border-color: #7D5563; }
span { border-color: rgb(125,85,99); }
td.TdClassName
{
border-color: #7D5563;
}
.TagClassName
{
border-color: #7D5563;
}
</style>