Shades of Cosmic #7D5660
Tints of Cosmic #7D5660
RGB
CMYK
RGB Variations
Color information
#7D5660 (or 0x7D5660) is known color: Cosmic. HEX triplet: 7D, 56 and 60. RGB value is (125,86,96). Sum of RGB (Red+Green+Blue) = 125+86+96=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5660 is #82A99F. Grayscale: #626262. Windows color (decimal): -8563104 or 6313597. OLE color: 6313597.
HSL color Cylindrical-coordinate representation of color #7D5660: hue angle of 344.62º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D5660 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 96 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.51 |
| HSL | 344.62º | 0.18% | 0.41% | - |
| HSV(B) | 344.62º | 0.31% | 0.49% | - |
| XYZ | 13.9 | 11.86 | 12.62 | - |
| YUV | 98.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 96 | 0 | 0.31 | 0.23 | 0.51 | 344.62 | 0.18 | 0.41 |
| Hex | 7D | 56 | 60 | 0 | 1F | 17 | 33 | 159 | 12 | 29 |
| Octal | 175 | 126 | 140 | 0 | 37 | 27 | 63 | 531 | 22 | 51 |
| Binary | 1111101 | 1010110 | 1100000 | 0 | 11111 | 10111 | 110011 | 101011001 | 10010 | 101001 |
Color Harmonies of #7D5660
Complementary color
Monochromatic Colors of #7D5660
Black with #7D5660
Text Example
Text Example
White with #7D5660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5660; }
p { color: rgb(125,86,96); }
H1.HeaderClassName
{
color: #7D5660;
}
.AnyTagClassName
{
color: #7D5660;
}
</style>
background-color css
<style>
a { background-color: #7D5660; }
a { background-color: rgb(125,86,96); }
div.DivClassName
{
background-color: #7D5660;
}
.BgClassName
{
background-color: #7D5660;
}
</style>
border-color css
<style>
span { border-color: #7D5660; }
span { border-color: rgb(125,86,96); }
td.TdClassName
{
border-color: #7D5660;
}
.TagClassName
{
border-color: #7D5660;
}
</style>