Shades of Cosmic #7D5665
Tints of Cosmic #7D5665
RGB
CMYK
RGB Variations
Color information
#7D5665 (or 0x7D5665) is known color: Cosmic. HEX triplet: 7D, 56 and 65. RGB value is (125,86,101). Sum of RGB (Red+Green+Blue) = 125+86+101=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5665 is #82A99A. Grayscale: #636363. Windows color (decimal): -8563099 or 6641277. OLE color: 6641277.
HSL color Cylindrical-coordinate representation of color #7D5665: hue angle of 336.92º 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 #7D5665 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 101 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.51 |
| HSL | 336.92º | 0.18% | 0.41% | - |
| HSV(B) | 336.92º | 0.31% | 0.49% | - |
| XYZ | 14.13 | 11.96 | 13.87 | - |
| YUV | 99.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 101 | 0 | 0.31 | 0.19 | 0.51 | 336.92 | 0.18 | 0.41 |
| Hex | 7D | 56 | 65 | 0 | 1F | 13 | 33 | 151 | 12 | 29 |
| Octal | 175 | 126 | 145 | 0 | 37 | 23 | 63 | 521 | 22 | 51 |
| Binary | 1111101 | 1010110 | 1100101 | 0 | 11111 | 10011 | 110011 | 101010001 | 10010 | 101001 |
Color Harmonies of #7D5665
Complementary color
Monochromatic Colors of #7D5665
Black with #7D5665
Text Example
Text Example
White with #7D5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5665; }
p { color: rgb(125,86,101); }
H1.HeaderClassName
{
color: #7D5665;
}
.AnyTagClassName
{
color: #7D5665;
}
</style>
background-color css
<style>
a { background-color: #7D5665; }
a { background-color: rgb(125,86,101); }
div.DivClassName
{
background-color: #7D5665;
}
.BgClassName
{
background-color: #7D5665;
}
</style>
border-color css
<style>
span { border-color: #7D5665; }
span { border-color: rgb(125,86,101); }
td.TdClassName
{
border-color: #7D5665;
}
.TagClassName
{
border-color: #7D5665;
}
</style>