Shades of Cosmic #7D475D
Tints of Cosmic #7D475D
RGB
CMYK
RGB Variations
Color information
#7D475D (or 0x7D475D) is known color: Cosmic. HEX triplet: 7D, 47 and 5D. RGB value is (125,71,93). Sum of RGB (Red+Green+Blue) = 125+71+93=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 125 - color contains mainly: red. Hex color #7D475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D475D is #82B8A2. Grayscale: #595959. Windows color (decimal): -8566947 or 6113149. OLE color: 6113149.
HSL color Cylindrical-coordinate representation of color #7D475D: hue angle of 335.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D475D is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 71 | 93 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.51 |
| HSL | 335.56º | 0.28% | 0.38% | - |
| HSV(B) | 335.56º | 0.43% | 0.49% | - |
| XYZ | 12.69 | 9.66 | 11.55 | - |
| YUV | 89.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 71 | 93 | 0 | 0.43 | 0.26 | 0.51 | 335.56 | 0.28 | 0.38 |
| Hex | 7D | 47 | 5D | 0 | 2B | 1A | 33 | 150 | 1C | 26 |
| Octal | 175 | 107 | 135 | 0 | 53 | 32 | 63 | 520 | 34 | 46 |
| Binary | 1111101 | 1000111 | 1011101 | 0 | 101011 | 11010 | 110011 | 101010000 | 11100 | 100110 |
Color Harmonies of #7D475D
Complementary color
Monochromatic Colors of #7D475D
Black with #7D475D
Text Example
Text Example
White with #7D475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D475D; }
p { color: rgb(125,71,93); }
H1.HeaderClassName
{
color: #7D475D;
}
.AnyTagClassName
{
color: #7D475D;
}
</style>
background-color css
<style>
a { background-color: #7D475D; }
a { background-color: rgb(125,71,93); }
div.DivClassName
{
background-color: #7D475D;
}
.BgClassName
{
background-color: #7D475D;
}
</style>
border-color css
<style>
span { border-color: #7D475D; }
span { border-color: rgb(125,71,93); }
td.TdClassName
{
border-color: #7D475D;
}
.TagClassName
{
border-color: #7D475D;
}
</style>