Shades of Cosmic #7D456E
Tints of Cosmic #7D456E
RGB
CMYK
RGB Variations
Color information
#7D456E (or 0x7D456E) is known color: Cosmic. HEX triplet: 7D, 45 and 6E. RGB value is (125,69,110). Sum of RGB (Red+Green+Blue) = 125+69+110=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D456E is #82BA91. Grayscale: #5A5A5A. Windows color (decimal): -8567442 or 7226749. OLE color: 7226749.
HSL color Cylindrical-coordinate representation of color #7D456E: hue angle of 316.07º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D456E is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 69 | 110 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.51 |
| HSL | 316.07º | 0.29% | 0.38% | - |
| HSV(B) | 316.07º | 0.45% | 0.49% | - |
| XYZ | 13.4 | 9.74 | 15.93 | - |
| YUV | 90.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 110 | 0 | 0.45 | 0.12 | 0.51 | 316.07 | 0.29 | 0.38 |
| Hex | 7D | 45 | 6E | 0 | 2D | C | 33 | 13C | 1D | 26 |
| Octal | 175 | 105 | 156 | 0 | 55 | 14 | 63 | 474 | 35 | 46 |
| Binary | 1111101 | 1000101 | 1101110 | 0 | 101101 | 1100 | 110011 | 100111100 | 11101 | 100110 |
Color Harmonies of #7D456E
Complementary color
Monochromatic Colors of #7D456E
Black with #7D456E
Text Example
Text Example
White with #7D456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D456E; }
p { color: rgb(125,69,110); }
H1.HeaderClassName
{
color: #7D456E;
}
.AnyTagClassName
{
color: #7D456E;
}
</style>
background-color css
<style>
a { background-color: #7D456E; }
a { background-color: rgb(125,69,110); }
div.DivClassName
{
background-color: #7D456E;
}
.BgClassName
{
background-color: #7D456E;
}
</style>
border-color css
<style>
span { border-color: #7D456E; }
span { border-color: rgb(125,69,110); }
td.TdClassName
{
border-color: #7D456E;
}
.TagClassName
{
border-color: #7D456E;
}
</style>