Shades of Cosmic #7D435B
Tints of Cosmic #7D435B
RGB
CMYK
RGB Variations
Color information
#7D435B (or 0x7D435B) is known color: Cosmic. HEX triplet: 7D, 43 and 5B. RGB value is (125,67,91). Sum of RGB (Red+Green+Blue) = 125+67+91=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 125 - color contains mainly: red. Hex color #7D435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D435B is #82BCA4. Grayscale: #575757. Windows color (decimal): -8567973 or 5981053. OLE color: 5981053.
HSL color Cylindrical-coordinate representation of color #7D435B: hue angle of 335.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D435B is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 67 | 91 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.51 |
| HSL | 335.17º | 0.3% | 0.38% | - |
| HSV(B) | 335.17º | 0.46% | 0.49% | - |
| XYZ | 12.35 | 9.13 | 11.01 | - |
| YUV | 87.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 67 | 91 | 0 | 0.46 | 0.27 | 0.51 | 335.17 | 0.3 | 0.38 |
| Hex | 7D | 43 | 5B | 0 | 2E | 1B | 33 | 14F | 1E | 26 |
| Octal | 175 | 103 | 133 | 0 | 56 | 33 | 63 | 517 | 36 | 46 |
| Binary | 1111101 | 1000011 | 1011011 | 0 | 101110 | 11011 | 110011 | 101001111 | 11110 | 100110 |
Color Harmonies of #7D435B
Complementary color
Monochromatic Colors of #7D435B
Black with #7D435B
Text Example
Text Example
White with #7D435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D435B; }
p { color: rgb(125,67,91); }
H1.HeaderClassName
{
color: #7D435B;
}
.AnyTagClassName
{
color: #7D435B;
}
</style>
background-color css
<style>
a { background-color: #7D435B; }
a { background-color: rgb(125,67,91); }
div.DivClassName
{
background-color: #7D435B;
}
.BgClassName
{
background-color: #7D435B;
}
</style>
border-color css
<style>
span { border-color: #7D435B; }
span { border-color: rgb(125,67,91); }
td.TdClassName
{
border-color: #7D435B;
}
.TagClassName
{
border-color: #7D435B;
}
</style>