Shades of Cosmic #7D3760
Tints of Cosmic #7D3760
RGB
CMYK
RGB Variations
Color information
#7D3760 (or 0x7D3760) is known color: Cosmic. HEX triplet: 7D, 37 and 60. RGB value is (125,55,96). Sum of RGB (Red+Green+Blue) = 125+55+96=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3760 is #82C89F. Grayscale: #505050. Windows color (decimal): -8571040 or 6305661. OLE color: 6305661.
HSL color Cylindrical-coordinate representation of color #7D3760: hue angle of 324.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D3760 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 96 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.51 |
| HSL | 324.86º | 0.39% | 0.35% | - |
| HSV(B) | 324.86º | 0.56% | 0.49% | - |
| XYZ | 11.93 | 7.94 | 11.97 | - |
| YUV | 80.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 96 | 0 | 0.56 | 0.23 | 0.51 | 324.86 | 0.39 | 0.35 |
| Hex | 7D | 37 | 60 | 0 | 38 | 17 | 33 | 145 | 27 | 23 |
| Octal | 175 | 67 | 140 | 0 | 70 | 27 | 63 | 505 | 47 | 43 |
| Binary | 1111101 | 110111 | 1100000 | 0 | 111000 | 10111 | 110011 | 101000101 | 100111 | 100011 |
Color Harmonies of #7D3760
Complementary color
Monochromatic Colors of #7D3760
Black with #7D3760
Text Example
Text Example
White with #7D3760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3760; }
p { color: rgb(125,55,96); }
H1.HeaderClassName
{
color: #7D3760;
}
.AnyTagClassName
{
color: #7D3760;
}
</style>
background-color css
<style>
a { background-color: #7D3760; }
a { background-color: rgb(125,55,96); }
div.DivClassName
{
background-color: #7D3760;
}
.BgClassName
{
background-color: #7D3760;
}
</style>
border-color css
<style>
span { border-color: #7D3760; }
span { border-color: rgb(125,55,96); }
td.TdClassName
{
border-color: #7D3760;
}
.TagClassName
{
border-color: #7D3760;
}
</style>