Shades of Cosmic #7D3F60
Tints of Cosmic #7D3F60
RGB
CMYK
RGB Variations
Color information
#7D3F60 (or 0x7D3F60) is known color: Cosmic. HEX triplet: 7D, 3F and 60. RGB value is (125,63,96). Sum of RGB (Red+Green+Blue) = 125+63+96=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3F60 is #82C09F. Grayscale: #555555. Windows color (decimal): -8568992 or 6307709. OLE color: 6307709.
HSL color Cylindrical-coordinate representation of color #7D3F60: hue angle of 328.06º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D3F60 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 63 | 96 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.51 |
| HSL | 328.06º | 0.33% | 0.37% | - |
| HSV(B) | 328.06º | 0.5% | 0.49% | - |
| XYZ | 12.35 | 8.76 | 12.11 | - |
| YUV | 85.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 96 | 0 | 0.50 | 0.23 | 0.51 | 328.06 | 0.33 | 0.37 |
| Hex | 7D | 3F | 60 | 0 | 32 | 17 | 33 | 148 | 21 | 25 |
| Octal | 175 | 77 | 140 | 0 | 62 | 27 | 63 | 510 | 41 | 45 |
| Binary | 1111101 | 111111 | 1100000 | 0 | 110010 | 10111 | 110011 | 101001000 | 100001 | 100101 |
Color Harmonies of #7D3F60
Complementary color
Monochromatic Colors of #7D3F60
Black with #7D3F60
Text Example
Text Example
White with #7D3F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3F60; }
p { color: rgb(125,63,96); }
H1.HeaderClassName
{
color: #7D3F60;
}
.AnyTagClassName
{
color: #7D3F60;
}
</style>
background-color css
<style>
a { background-color: #7D3F60; }
a { background-color: rgb(125,63,96); }
div.DivClassName
{
background-color: #7D3F60;
}
.BgClassName
{
background-color: #7D3F60;
}
</style>
border-color css
<style>
span { border-color: #7D3F60; }
span { border-color: rgb(125,63,96); }
td.TdClassName
{
border-color: #7D3F60;
}
.TagClassName
{
border-color: #7D3F60;
}
</style>