Shades of Dark Salmon #E78D7C
Tints of Dark Salmon #E78D7C
RGB
CMYK
RGB Variations
Color information
#E78D7C (or 0xE78D7C) is known color: Dark Salmon. HEX triplet: E7, 8D and 7C. RGB value is (231,141,124). Sum of RGB (Red+Green+Blue) = 231+141+124=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78D7C is #187283. Grayscale: #A6A6A6. Windows color (decimal): -1602180 or 8162791. OLE color: 8162791.
HSL color Cylindrical-coordinate representation of color #E78D7C: hue angle of 9.53º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E78D7C is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 124 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.09 |
| HSL | 9.53º | 0.69% | 0.7% | - |
| HSV(B) | 9.53º | 0.46% | 0.91% | - |
| XYZ | 46.12 | 37.49 | 23.88 | - |
| YUV | 165.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 124 | 0 | 0.39 | 0.46 | 0.09 | 9.53 | 0.69 | 0.7 |
| Hex | E7 | 8D | 7C | 0 | 27 | 2E | 9 | A | 45 | 46 |
| Octal | 347 | 215 | 174 | 0 | 47 | 56 | 11 | 12 | 105 | 106 |
| Binary | 11100111 | 10001101 | 1111100 | 0 | 100111 | 101110 | 1001 | 1010 | 1000101 | 1000110 |
Color Harmonies of #E78D7C
Complementary color
Monochromatic Colors of #E78D7C
Black with #E78D7C
Text Example
Text Example
White with #E78D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78D7C; }
p { color: rgb(231,141,124); }
H1.HeaderClassName
{
color: #E78D7C;
}
.AnyTagClassName
{
color: #E78D7C;
}
</style>
background-color css
<style>
a { background-color: #E78D7C; }
a { background-color: rgb(231,141,124); }
div.DivClassName
{
background-color: #E78D7C;
}
.BgClassName
{
background-color: #E78D7C;
}
</style>
border-color css
<style>
span { border-color: #E78D7C; }
span { border-color: rgb(231,141,124); }
td.TdClassName
{
border-color: #E78D7C;
}
.TagClassName
{
border-color: #E78D7C;
}
</style>