Shades of Cosmic #7D435F
Tints of Cosmic #7D435F
RGB
CMYK
RGB Variations
Color information
#7D435F (or 0x7D435F) is known color: Cosmic. HEX triplet: 7D, 43 and 5F. RGB value is (125,67,95). Sum of RGB (Red+Green+Blue) = 125+67+95=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 125 - color contains mainly: red. Hex color #7D435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D435F is #82BCA0. Grayscale: #575757. Windows color (decimal): -8567969 or 6243197. OLE color: 6243197.
HSL color Cylindrical-coordinate representation of color #7D435F: hue angle of 331.03º 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 #7D435F is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 67 | 95 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.51 |
| HSL | 331.03º | 0.3% | 0.38% | - |
| HSV(B) | 331.03º | 0.46% | 0.49% | - |
| XYZ | 12.53 | 9.2 | 11.94 | - |
| YUV | 87.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 67 | 95 | 0 | 0.46 | 0.24 | 0.51 | 331.03 | 0.3 | 0.38 |
| Hex | 7D | 43 | 5F | 0 | 2E | 18 | 33 | 14B | 1E | 26 |
| Octal | 175 | 103 | 137 | 0 | 56 | 30 | 63 | 513 | 36 | 46 |
| Binary | 1111101 | 1000011 | 1011111 | 0 | 101110 | 11000 | 110011 | 101001011 | 11110 | 100110 |
Color Harmonies of #7D435F
Complementary color
Monochromatic Colors of #7D435F
Black with #7D435F
Text Example
Text Example
White with #7D435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D435F; }
p { color: rgb(125,67,95); }
H1.HeaderClassName
{
color: #7D435F;
}
.AnyTagClassName
{
color: #7D435F;
}
</style>
background-color css
<style>
a { background-color: #7D435F; }
a { background-color: rgb(125,67,95); }
div.DivClassName
{
background-color: #7D435F;
}
.BgClassName
{
background-color: #7D435F;
}
</style>
border-color css
<style>
span { border-color: #7D435F; }
span { border-color: rgb(125,67,95); }
td.TdClassName
{
border-color: #7D435F;
}
.TagClassName
{
border-color: #7D435F;
}
</style>