Shades of Cosmic #7D425B
Tints of Cosmic #7D425B
RGB
CMYK
RGB Variations
Color information
#7D425B (or 0x7D425B) is known color: Cosmic. HEX triplet: 7D, 42 and 5B. RGB value is (125,66,91). Sum of RGB (Red+Green+Blue) = 125+66+91=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 125 - color contains mainly: red. Hex color #7D425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D425B is #82BDA4. Grayscale: #565656. Windows color (decimal): -8568229 or 5980797. OLE color: 5980797.
HSL color Cylindrical-coordinate representation of color #7D425B: hue angle of 334.58º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D425B is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 66 | 91 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.51 |
| HSL | 334.58º | 0.31% | 0.37% | - |
| HSV(B) | 334.58º | 0.47% | 0.49% | - |
| XYZ | 12.29 | 9.01 | 10.99 | - |
| YUV | 86.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 91 | 0 | 0.47 | 0.27 | 0.51 | 334.58 | 0.31 | 0.37 |
| Hex | 7D | 42 | 5B | 0 | 2F | 1B | 33 | 14F | 1F | 25 |
| Octal | 175 | 102 | 133 | 0 | 57 | 33 | 63 | 517 | 37 | 45 |
| Binary | 1111101 | 1000010 | 1011011 | 0 | 101111 | 11011 | 110011 | 101001111 | 11111 | 100101 |
Color Harmonies of #7D425B
Complementary color
Monochromatic Colors of #7D425B
Black with #7D425B
Text Example
Text Example
White with #7D425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D425B; }
p { color: rgb(125,66,91); }
H1.HeaderClassName
{
color: #7D425B;
}
.AnyTagClassName
{
color: #7D425B;
}
</style>
background-color css
<style>
a { background-color: #7D425B; }
a { background-color: rgb(125,66,91); }
div.DivClassName
{
background-color: #7D425B;
}
.BgClassName
{
background-color: #7D425B;
}
</style>
border-color css
<style>
span { border-color: #7D425B; }
span { border-color: rgb(125,66,91); }
td.TdClassName
{
border-color: #7D425B;
}
.TagClassName
{
border-color: #7D425B;
}
</style>