Shades of Cosmic #7D596E
Tints of Cosmic #7D596E
RGB
CMYK
RGB Variations
Color information
#7D596E (or 0x7D596E) is known color: Cosmic. HEX triplet: 7D, 59 and 6E. RGB value is (125,89,110). Sum of RGB (Red+Green+Blue) = 125+89+110=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D596E is #82A691. Grayscale: #666666. Windows color (decimal): -8562322 or 7231869. OLE color: 7231869.
HSL color Cylindrical-coordinate representation of color #7D596E: hue angle of 325º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D596E is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 89 | 110 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.51 |
| HSL | 325º | 0.17% | 0.42% | - |
| HSV(B) | 325º | 0.29% | 0.49% | - |
| XYZ | 14.84 | 12.63 | 16.41 | - |
| YUV | 102.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 110 | 0 | 0.29 | 0.12 | 0.51 | 325 | 0.17 | 0.42 |
| Hex | 7D | 59 | 6E | 0 | 1D | C | 33 | 145 | 11 | 2A |
| Octal | 175 | 131 | 156 | 0 | 35 | 14 | 63 | 505 | 21 | 52 |
| Binary | 1111101 | 1011001 | 1101110 | 0 | 11101 | 1100 | 110011 | 101000101 | 10001 | 101010 |
Color Harmonies of #7D596E
Complementary color
Monochromatic Colors of #7D596E
Black with #7D596E
Text Example
Text Example
White with #7D596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D596E; }
p { color: rgb(125,89,110); }
H1.HeaderClassName
{
color: #7D596E;
}
.AnyTagClassName
{
color: #7D596E;
}
</style>
background-color css
<style>
a { background-color: #7D596E; }
a { background-color: rgb(125,89,110); }
div.DivClassName
{
background-color: #7D596E;
}
.BgClassName
{
background-color: #7D596E;
}
</style>
border-color css
<style>
span { border-color: #7D596E; }
span { border-color: rgb(125,89,110); }
td.TdClassName
{
border-color: #7D596E;
}
.TagClassName
{
border-color: #7D596E;
}
</style>