Shades of Cosmic #7D5666
Tints of Cosmic #7D5666
RGB
CMYK
RGB Variations
Color information
#7D5666 (or 0x7D5666) is known color: Cosmic. HEX triplet: 7D, 56 and 66. RGB value is (125,86,102). Sum of RGB (Red+Green+Blue) = 125+86+102=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5666 is #82A999. Grayscale: #636363. Windows color (decimal): -8563098 or 6706813. OLE color: 6706813.
HSL color Cylindrical-coordinate representation of color #7D5666: hue angle of 335.38º 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 #7D5666 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 102 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.51 |
| HSL | 335.38º | 0.18% | 0.41% | - |
| HSV(B) | 335.38º | 0.31% | 0.49% | - |
| XYZ | 14.18 | 11.97 | 14.13 | - |
| YUV | 99.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 102 | 0 | 0.31 | 0.18 | 0.51 | 335.38 | 0.18 | 0.41 |
| Hex | 7D | 56 | 66 | 0 | 1F | 12 | 33 | 14F | 12 | 29 |
| Octal | 175 | 126 | 146 | 0 | 37 | 22 | 63 | 517 | 22 | 51 |
| Binary | 1111101 | 1010110 | 1100110 | 0 | 11111 | 10010 | 110011 | 101001111 | 10010 | 101001 |
Color Harmonies of #7D5666
Complementary color
Monochromatic Colors of #7D5666
Black with #7D5666
Text Example
Text Example
White with #7D5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5666; }
p { color: rgb(125,86,102); }
H1.HeaderClassName
{
color: #7D5666;
}
.AnyTagClassName
{
color: #7D5666;
}
</style>
background-color css
<style>
a { background-color: #7D5666; }
a { background-color: rgb(125,86,102); }
div.DivClassName
{
background-color: #7D5666;
}
.BgClassName
{
background-color: #7D5666;
}
</style>
border-color css
<style>
span { border-color: #7D5666; }
span { border-color: rgb(125,86,102); }
td.TdClassName
{
border-color: #7D5666;
}
.TagClassName
{
border-color: #7D5666;
}
</style>