Shades of Cosmic #7D426E
Tints of Cosmic #7D426E
RGB
CMYK
RGB Variations
Color information
#7D426E (or 0x7D426E) is known color: Cosmic. HEX triplet: 7D, 42 and 6E. RGB value is (125,66,110). Sum of RGB (Red+Green+Blue) = 125+66+110=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D426E is #82BD91. Grayscale: #585858. Windows color (decimal): -8568210 or 7225981. OLE color: 7225981.
HSL color Cylindrical-coordinate representation of color #7D426E: hue angle of 315.25º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D426E is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 66 | 110 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.51 |
| HSL | 315.25º | 0.31% | 0.37% | - |
| HSV(B) | 315.25º | 0.47% | 0.49% | - |
| XYZ | 13.22 | 9.38 | 15.87 | - |
| YUV | 88.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 110 | 0 | 0.47 | 0.12 | 0.51 | 315.25 | 0.31 | 0.37 |
| Hex | 7D | 42 | 6E | 0 | 2F | C | 33 | 13B | 1F | 25 |
| Octal | 175 | 102 | 156 | 0 | 57 | 14 | 63 | 473 | 37 | 45 |
| Binary | 1111101 | 1000010 | 1101110 | 0 | 101111 | 1100 | 110011 | 100111011 | 11111 | 100101 |
Color Harmonies of #7D426E
Complementary color
Monochromatic Colors of #7D426E
Black with #7D426E
Text Example
Text Example
White with #7D426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D426E; }
p { color: rgb(125,66,110); }
H1.HeaderClassName
{
color: #7D426E;
}
.AnyTagClassName
{
color: #7D426E;
}
</style>
background-color css
<style>
a { background-color: #7D426E; }
a { background-color: rgb(125,66,110); }
div.DivClassName
{
background-color: #7D426E;
}
.BgClassName
{
background-color: #7D426E;
}
</style>
border-color css
<style>
span { border-color: #7D426E; }
span { border-color: rgb(125,66,110); }
td.TdClassName
{
border-color: #7D426E;
}
.TagClassName
{
border-color: #7D426E;
}
</style>