Shades of Dark Salmon #E78B7A
Tints of Dark Salmon #E78B7A
RGB
CMYK
RGB Variations
Color information
#E78B7A (or 0xE78B7A) is known color: Dark Salmon. HEX triplet: E7, 8B and 7A. RGB value is (231,139,122). Sum of RGB (Red+Green+Blue) = 231+139+122=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78B7A is #187485. Grayscale: #A4A4A4. Windows color (decimal): -1602694 or 8031207. OLE color: 8031207.
HSL color Cylindrical-coordinate representation of color #E78B7A: hue angle of 9.36º 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 #E78B7A is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 139 | 122 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.09 |
| HSL | 9.36º | 0.69% | 0.69% | - |
| HSV(B) | 9.36º | 0.47% | 0.91% | - |
| XYZ | 45.7 | 36.86 | 23.12 | - |
| YUV | 164.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 122 | 0 | 0.40 | 0.47 | 0.09 | 9.36 | 0.69 | 0.69 |
| Hex | E7 | 8B | 7A | 0 | 28 | 2F | 9 | 9 | 45 | 45 |
| Octal | 347 | 213 | 172 | 0 | 50 | 57 | 11 | 11 | 105 | 105 |
| Binary | 11100111 | 10001011 | 1111010 | 0 | 101000 | 101111 | 1001 | 1001 | 1000101 | 1000101 |
Color Harmonies of #E78B7A
Complementary color
Monochromatic Colors of #E78B7A
Black with #E78B7A
Text Example
Text Example
White with #E78B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78B7A; }
p { color: rgb(231,139,122); }
H1.HeaderClassName
{
color: #E78B7A;
}
.AnyTagClassName
{
color: #E78B7A;
}
</style>
background-color css
<style>
a { background-color: #E78B7A; }
a { background-color: rgb(231,139,122); }
div.DivClassName
{
background-color: #E78B7A;
}
.BgClassName
{
background-color: #E78B7A;
}
</style>
border-color css
<style>
span { border-color: #E78B7A; }
span { border-color: rgb(231,139,122); }
td.TdClassName
{
border-color: #E78B7A;
}
.TagClassName
{
border-color: #E78B7A;
}
</style>