Shades of Dark Salmon #E78D7B
Tints of Dark Salmon #E78D7B
RGB
CMYK
RGB Variations
Color information
#E78D7B (or 0xE78D7B) is known color: Dark Salmon. HEX triplet: E7, 8D and 7B. RGB value is (231,141,123). Sum of RGB (Red+Green+Blue) = 231+141+123=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78D7B is #187284. Grayscale: #A6A6A6. Windows color (decimal): -1602181 or 8097255. OLE color: 8097255.
HSL color Cylindrical-coordinate representation of color #E78D7B: hue angle of 10º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E78D7B is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 123 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.09 |
| HSL | 10º | 0.69% | 0.69% | - |
| HSV(B) | 10º | 0.47% | 0.91% | - |
| XYZ | 46.06 | 37.47 | 23.54 | - |
| YUV | 165.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 123 | 0 | 0.39 | 0.47 | 0.09 | 10 | 0.69 | 0.69 |
| Hex | E7 | 8D | 7B | 0 | 27 | 2F | 9 | A | 45 | 45 |
| Octal | 347 | 215 | 173 | 0 | 47 | 57 | 11 | 12 | 105 | 105 |
| Binary | 11100111 | 10001101 | 1111011 | 0 | 100111 | 101111 | 1001 | 1010 | 1000101 | 1000101 |
Color Harmonies of #E78D7B
Complementary color
Monochromatic Colors of #E78D7B
Black with #E78D7B
Text Example
Text Example
White with #E78D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78D7B; }
p { color: rgb(231,141,123); }
H1.HeaderClassName
{
color: #E78D7B;
}
.AnyTagClassName
{
color: #E78D7B;
}
</style>
background-color css
<style>
a { background-color: #E78D7B; }
a { background-color: rgb(231,141,123); }
div.DivClassName
{
background-color: #E78D7B;
}
.BgClassName
{
background-color: #E78D7B;
}
</style>
border-color css
<style>
span { border-color: #E78D7B; }
span { border-color: rgb(231,141,123); }
td.TdClassName
{
border-color: #E78D7B;
}
.TagClassName
{
border-color: #E78D7B;
}
</style>