Shades of Cosmic #7D5663
Tints of Cosmic #7D5663
RGB
CMYK
RGB Variations
Color information
#7D5663 (or 0x7D5663) is known color: Cosmic. HEX triplet: 7D, 56 and 63. RGB value is (125,86,99). Sum of RGB (Red+Green+Blue) = 125+86+99=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5663 is #82A99C. Grayscale: #636363. Windows color (decimal): -8563101 or 6510205. OLE color: 6510205.
HSL color Cylindrical-coordinate representation of color #7D5663: hue angle of 340º 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 #7D5663 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 99 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.51 |
| HSL | 340º | 0.18% | 0.41% | - |
| HSV(B) | 340º | 0.31% | 0.49% | - |
| XYZ | 14.04 | 11.92 | 13.36 | - |
| YUV | 99.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 99 | 0 | 0.31 | 0.21 | 0.51 | 340 | 0.18 | 0.41 |
| Hex | 7D | 56 | 63 | 0 | 1F | 15 | 33 | 154 | 12 | 29 |
| Octal | 175 | 126 | 143 | 0 | 37 | 25 | 63 | 524 | 22 | 51 |
| Binary | 1111101 | 1010110 | 1100011 | 0 | 11111 | 10101 | 110011 | 101010100 | 10010 | 101001 |
Color Harmonies of #7D5663
Complementary color
Monochromatic Colors of #7D5663
Black with #7D5663
Text Example
Text Example
White with #7D5663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5663; }
p { color: rgb(125,86,99); }
H1.HeaderClassName
{
color: #7D5663;
}
.AnyTagClassName
{
color: #7D5663;
}
</style>
background-color css
<style>
a { background-color: #7D5663; }
a { background-color: rgb(125,86,99); }
div.DivClassName
{
background-color: #7D5663;
}
.BgClassName
{
background-color: #7D5663;
}
</style>
border-color css
<style>
span { border-color: #7D5663; }
span { border-color: rgb(125,86,99); }
td.TdClassName
{
border-color: #7D5663;
}
.TagClassName
{
border-color: #7D5663;
}
</style>