Shades of Cosmic #7D3962
Tints of Cosmic #7D3962
RGB
CMYK
RGB Variations
Color information
#7D3962 (or 0x7D3962) is known color: Cosmic. HEX triplet: 7D, 39 and 62. RGB value is (125,57,98). Sum of RGB (Red+Green+Blue) = 125+57+98=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3962 is #82C69D. Grayscale: #515151. Windows color (decimal): -8570526 or 6437245. OLE color: 6437245.
HSL color Cylindrical-coordinate representation of color #7D3962: hue angle of 323.82º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D3962 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 57 | 98 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.51 |
| HSL | 323.82º | 0.37% | 0.36% | - |
| HSV(B) | 323.82º | 0.54% | 0.49% | - |
| XYZ | 12.13 | 8.17 | 12.49 | - |
| YUV | 82.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 57 | 98 | 0 | 0.54 | 0.22 | 0.51 | 323.82 | 0.37 | 0.36 |
| Hex | 7D | 39 | 62 | 0 | 36 | 16 | 33 | 144 | 25 | 24 |
| Octal | 175 | 71 | 142 | 0 | 66 | 26 | 63 | 504 | 45 | 44 |
| Binary | 1111101 | 111001 | 1100010 | 0 | 110110 | 10110 | 110011 | 101000100 | 100101 | 100100 |
Color Harmonies of #7D3962
Complementary color
Monochromatic Colors of #7D3962
Black with #7D3962
Text Example
Text Example
White with #7D3962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3962; }
p { color: rgb(125,57,98); }
H1.HeaderClassName
{
color: #7D3962;
}
.AnyTagClassName
{
color: #7D3962;
}
</style>
background-color css
<style>
a { background-color: #7D3962; }
a { background-color: rgb(125,57,98); }
div.DivClassName
{
background-color: #7D3962;
}
.BgClassName
{
background-color: #7D3962;
}
</style>
border-color css
<style>
span { border-color: #7D3962; }
span { border-color: rgb(125,57,98); }
td.TdClassName
{
border-color: #7D3962;
}
.TagClassName
{
border-color: #7D3962;
}
</style>