Shades of Cosmic #7D455C
Tints of Cosmic #7D455C
RGB
CMYK
RGB Variations
Color information
#7D455C (or 0x7D455C) is known color: Cosmic. HEX triplet: 7D, 45 and 5C. RGB value is (125,69,92). Sum of RGB (Red+Green+Blue) = 125+69+92=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D455C is #82BAA3. Grayscale: #585858. Windows color (decimal): -8567460 or 6047101. OLE color: 6047101.
HSL color Cylindrical-coordinate representation of color #7D455C: hue angle of 335.36º 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 #7D455C is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 69 | 92 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.51 |
| HSL | 335.36º | 0.29% | 0.38% | - |
| HSV(B) | 335.36º | 0.45% | 0.49% | - |
| XYZ | 12.52 | 9.39 | 11.28 | - |
| YUV | 88.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 92 | 0 | 0.45 | 0.26 | 0.51 | 335.36 | 0.29 | 0.38 |
| Hex | 7D | 45 | 5C | 0 | 2D | 1A | 33 | 14F | 1D | 26 |
| Octal | 175 | 105 | 134 | 0 | 55 | 32 | 63 | 517 | 35 | 46 |
| Binary | 1111101 | 1000101 | 1011100 | 0 | 101101 | 11010 | 110011 | 101001111 | 11101 | 100110 |
Color Harmonies of #7D455C
Complementary color
Monochromatic Colors of #7D455C
Black with #7D455C
Text Example
Text Example
White with #7D455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D455C; }
p { color: rgb(125,69,92); }
H1.HeaderClassName
{
color: #7D455C;
}
.AnyTagClassName
{
color: #7D455C;
}
</style>
background-color css
<style>
a { background-color: #7D455C; }
a { background-color: rgb(125,69,92); }
div.DivClassName
{
background-color: #7D455C;
}
.BgClassName
{
background-color: #7D455C;
}
</style>
border-color css
<style>
span { border-color: #7D455C; }
span { border-color: rgb(125,69,92); }
td.TdClassName
{
border-color: #7D455C;
}
.TagClassName
{
border-color: #7D455C;
}
</style>