Shades of Cosmic #7D4E5C
Tints of Cosmic #7D4E5C
RGB
CMYK
RGB Variations
Color information
#7D4E5C (or 0x7D4E5C) is known color: Cosmic. HEX triplet: 7D, 4E and 5C. RGB value is (125,78,92). Sum of RGB (Red+Green+Blue) = 125+78+92=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4E5C is #82B1A3. Grayscale: #5D5D5D. Windows color (decimal): -8565156 or 6049405. OLE color: 6049405.
HSL color Cylindrical-coordinate representation of color #7D4E5C: hue angle of 342.13º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D4E5C is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 78 | 92 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.51 |
| HSL | 342.13º | 0.23% | 0.4% | - |
| HSV(B) | 342.13º | 0.38% | 0.49% | - |
| XYZ | 13.11 | 10.58 | 11.48 | - |
| YUV | 93.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 92 | 0 | 0.38 | 0.26 | 0.51 | 342.13 | 0.23 | 0.4 |
| Hex | 7D | 4E | 5C | 0 | 26 | 1A | 33 | 156 | 17 | 28 |
| Octal | 175 | 116 | 134 | 0 | 46 | 32 | 63 | 526 | 27 | 50 |
| Binary | 1111101 | 1001110 | 1011100 | 0 | 100110 | 11010 | 110011 | 101010110 | 10111 | 101000 |
Color Harmonies of #7D4E5C
Complementary color
Monochromatic Colors of #7D4E5C
Black with #7D4E5C
Text Example
Text Example
White with #7D4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4E5C; }
p { color: rgb(125,78,92); }
H1.HeaderClassName
{
color: #7D4E5C;
}
.AnyTagClassName
{
color: #7D4E5C;
}
</style>
background-color css
<style>
a { background-color: #7D4E5C; }
a { background-color: rgb(125,78,92); }
div.DivClassName
{
background-color: #7D4E5C;
}
.BgClassName
{
background-color: #7D4E5C;
}
</style>
border-color css
<style>
span { border-color: #7D4E5C; }
span { border-color: rgb(125,78,92); }
td.TdClassName
{
border-color: #7D4E5C;
}
.TagClassName
{
border-color: #7D4E5C;
}
</style>