Shades of Dark Salmon #E78C7B
Tints of Dark Salmon #E78C7B
RGB
CMYK
RGB Variations
Color information
#E78C7B (or 0xE78C7B) is known color: Dark Salmon. HEX triplet: E7, 8C and 7B. RGB value is (231,140,123). Sum of RGB (Red+Green+Blue) = 231+140+123=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78C7B is #187384. Grayscale: #A5A5A5. Windows color (decimal): -1602437 or 8096999. OLE color: 8096999.
HSL color Cylindrical-coordinate representation of color #E78C7B: hue angle of 9.44º 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 #E78C7B is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 123 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.09 |
| HSL | 9.44º | 0.69% | 0.69% | - |
| HSV(B) | 9.44º | 0.47% | 0.91% | - |
| XYZ | 45.91 | 37.18 | 23.49 | - |
| YUV | 165.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 123 | 0 | 0.39 | 0.47 | 0.09 | 9.44 | 0.69 | 0.69 |
| Hex | E7 | 8C | 7B | 0 | 27 | 2F | 9 | 9 | 45 | 45 |
| Octal | 347 | 214 | 173 | 0 | 47 | 57 | 11 | 11 | 105 | 105 |
| Binary | 11100111 | 10001100 | 1111011 | 0 | 100111 | 101111 | 1001 | 1001 | 1000101 | 1000101 |
Color Harmonies of #E78C7B
Complementary color
Monochromatic Colors of #E78C7B
Black with #E78C7B
Text Example
Text Example
White with #E78C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78C7B; }
p { color: rgb(231,140,123); }
H1.HeaderClassName
{
color: #E78C7B;
}
.AnyTagClassName
{
color: #E78C7B;
}
</style>
background-color css
<style>
a { background-color: #E78C7B; }
a { background-color: rgb(231,140,123); }
div.DivClassName
{
background-color: #E78C7B;
}
.BgClassName
{
background-color: #E78C7B;
}
</style>
border-color css
<style>
span { border-color: #E78C7B; }
span { border-color: rgb(231,140,123); }
td.TdClassName
{
border-color: #E78C7B;
}
.TagClassName
{
border-color: #E78C7B;
}
</style>