Shades of Cosmic #7D5669
Tints of Cosmic #7D5669
RGB
CMYK
RGB Variations
Color information
#7D5669 (or 0x7D5669) is known color: Cosmic. HEX triplet: 7D, 56 and 69. RGB value is (125,86,105). Sum of RGB (Red+Green+Blue) = 125+86+105=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5669 is #82A996. Grayscale: #636363. Windows color (decimal): -8563095 or 6903421. OLE color: 6903421.
HSL color Cylindrical-coordinate representation of color #7D5669: hue angle of 330.77º 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 #7D5669 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 105 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.51 |
| HSL | 330.77º | 0.18% | 0.41% | - |
| HSV(B) | 330.77º | 0.31% | 0.49% | - |
| XYZ | 14.34 | 12.04 | 14.93 | - |
| YUV | 99.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 105 | 0 | 0.31 | 0.16 | 0.51 | 330.77 | 0.18 | 0.41 |
| Hex | 7D | 56 | 69 | 0 | 1F | 10 | 33 | 14B | 12 | 29 |
| Octal | 175 | 126 | 151 | 0 | 37 | 20 | 63 | 513 | 22 | 51 |
| Binary | 1111101 | 1010110 | 1101001 | 0 | 11111 | 10000 | 110011 | 101001011 | 10010 | 101001 |
Color Harmonies of #7D5669
Complementary color
Monochromatic Colors of #7D5669
Black with #7D5669
Text Example
Text Example
White with #7D5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5669; }
p { color: rgb(125,86,105); }
H1.HeaderClassName
{
color: #7D5669;
}
.AnyTagClassName
{
color: #7D5669;
}
</style>
background-color css
<style>
a { background-color: #7D5669; }
a { background-color: rgb(125,86,105); }
div.DivClassName
{
background-color: #7D5669;
}
.BgClassName
{
background-color: #7D5669;
}
</style>
border-color css
<style>
span { border-color: #7D5669; }
span { border-color: rgb(125,86,105); }
td.TdClassName
{
border-color: #7D5669;
}
.TagClassName
{
border-color: #7D5669;
}
</style>