Shades of Cosmic #7D3D5D
Tints of Cosmic #7D3D5D
RGB
CMYK
RGB Variations
Color information
#7D3D5D (or 0x7D3D5D) is known color: Cosmic. HEX triplet: 7D, 3D and 5D. RGB value is (125,61,93). Sum of RGB (Red+Green+Blue) = 125+61+93=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3D5D is #82C2A2. Grayscale: #535353. Windows color (decimal): -8569507 or 6110589. OLE color: 6110589.
HSL color Cylindrical-coordinate representation of color #7D3D5D: hue angle of 330º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D3D5D is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 61 | 93 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.51 |
| HSL | 330º | 0.34% | 0.36% | - |
| HSV(B) | 330º | 0.51% | 0.49% | - |
| XYZ | 12.1 | 8.49 | 11.36 | - |
| YUV | 83.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 61 | 93 | 0 | 0.51 | 0.26 | 0.51 | 330 | 0.34 | 0.36 |
| Hex | 7D | 3D | 5D | 0 | 33 | 1A | 33 | 14A | 22 | 24 |
| Octal | 175 | 75 | 135 | 0 | 63 | 32 | 63 | 512 | 42 | 44 |
| Binary | 1111101 | 111101 | 1011101 | 0 | 110011 | 11010 | 110011 | 101001010 | 100010 | 100100 |
Color Harmonies of #7D3D5D
Complementary color
Monochromatic Colors of #7D3D5D
Black with #7D3D5D
Text Example
Text Example
White with #7D3D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3D5D; }
p { color: rgb(125,61,93); }
H1.HeaderClassName
{
color: #7D3D5D;
}
.AnyTagClassName
{
color: #7D3D5D;
}
</style>
background-color css
<style>
a { background-color: #7D3D5D; }
a { background-color: rgb(125,61,93); }
div.DivClassName
{
background-color: #7D3D5D;
}
.BgClassName
{
background-color: #7D3D5D;
}
</style>
border-color css
<style>
span { border-color: #7D3D5D; }
span { border-color: rgb(125,61,93); }
td.TdClassName
{
border-color: #7D3D5D;
}
.TagClassName
{
border-color: #7D3D5D;
}
</style>