Shades of Dark Salmon #E79A76
Tints of Dark Salmon #E79A76
RGB
CMYK
RGB Variations
Color information
#E79A76 (or 0xE79A76) is known color: Dark Salmon. HEX triplet: E7, 9A and 76. RGB value is (231,154,118). Sum of RGB (Red+Green+Blue) = 231+154+118=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79A76 is #186589. Grayscale: #ADADAD. Windows color (decimal): -1598858 or 7772903. OLE color: 7772903.
HSL color Cylindrical-coordinate representation of color #E79A76: hue angle of 19.12º 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 #E79A76 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 154 | 118 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.09 |
| HSL | 19.12º | 0.7% | 0.68% | - |
| HSV(B) | 19.12º | 0.49% | 0.91% | - |
| XYZ | 47.78 | 41.41 | 22.61 | - |
| YUV | 172.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 118 | 0 | 0.33 | 0.49 | 0.09 | 19.12 | 0.7 | 0.68 |
| Hex | E7 | 9A | 76 | 0 | 21 | 31 | 9 | 13 | 46 | 44 |
| Octal | 347 | 232 | 166 | 0 | 41 | 61 | 11 | 23 | 106 | 104 |
| Binary | 11100111 | 10011010 | 1110110 | 0 | 100001 | 110001 | 1001 | 10011 | 1000110 | 1000100 |
Color Harmonies of #E79A76
Complementary color
Monochromatic Colors of #E79A76
Black with #E79A76
Text Example
Text Example
White with #E79A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79A76; }
p { color: rgb(231,154,118); }
H1.HeaderClassName
{
color: #E79A76;
}
.AnyTagClassName
{
color: #E79A76;
}
</style>
background-color css
<style>
a { background-color: #E79A76; }
a { background-color: rgb(231,154,118); }
div.DivClassName
{
background-color: #E79A76;
}
.BgClassName
{
background-color: #E79A76;
}
</style>
border-color css
<style>
span { border-color: #E79A76; }
span { border-color: rgb(231,154,118); }
td.TdClassName
{
border-color: #E79A76;
}
.TagClassName
{
border-color: #E79A76;
}
</style>