Shades of Dark Salmon #E79076
Tints of Dark Salmon #E79076
RGB
CMYK
RGB Variations
Color information
#E79076 (or 0xE79076) is known color: Dark Salmon. HEX triplet: E7, 90 and 76. RGB value is (231,144,118). Sum of RGB (Red+Green+Blue) = 231+144+118=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E79076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79076 is #186F89. Grayscale: #A7A7A7. Windows color (decimal): -1601418 or 7770343. OLE color: 7770343.
HSL color Cylindrical-coordinate representation of color #E79076: hue angle of 13.81º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E79076 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 118 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.09 |
| HSL | 13.81º | 0.7% | 0.68% | - |
| HSV(B) | 13.81º | 0.49% | 0.91% | - |
| XYZ | 46.2 | 38.24 | 22.09 | - |
| YUV | 167.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 118 | 0 | 0.38 | 0.49 | 0.09 | 13.81 | 0.7 | 0.68 |
| Hex | E7 | 90 | 76 | 0 | 26 | 31 | 9 | E | 46 | 44 |
| Octal | 347 | 220 | 166 | 0 | 46 | 61 | 11 | 16 | 106 | 104 |
| Binary | 11100111 | 10010000 | 1110110 | 0 | 100110 | 110001 | 1001 | 1110 | 1000110 | 1000100 |
Color Harmonies of #E79076
Complementary color
Monochromatic Colors of #E79076
Black with #E79076
Text Example
Text Example
White with #E79076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79076; }
p { color: rgb(231,144,118); }
H1.HeaderClassName
{
color: #E79076;
}
.AnyTagClassName
{
color: #E79076;
}
</style>
background-color css
<style>
a { background-color: #E79076; }
a { background-color: rgb(231,144,118); }
div.DivClassName
{
background-color: #E79076;
}
.BgClassName
{
background-color: #E79076;
}
</style>
border-color css
<style>
span { border-color: #E79076; }
span { border-color: rgb(231,144,118); }
td.TdClassName
{
border-color: #E79076;
}
.TagClassName
{
border-color: #E79076;
}
</style>