Shades of Dark Salmon #E79D76
Tints of Dark Salmon #E79D76
RGB
CMYK
RGB Variations
Color information
#E79D76 (or 0xE79D76) is known color: Dark Salmon. HEX triplet: E7, 9D and 76. RGB value is (231,157,118). Sum of RGB (Red+Green+Blue) = 231+157+118=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79D76 is #186289. Grayscale: #AEAEAE. Windows color (decimal): -1598090 or 7773671. OLE color: 7773671.
HSL color Cylindrical-coordinate representation of color #E79D76: hue angle of 20.71º 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 #E79D76 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 118 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.09 |
| HSL | 20.71º | 0.7% | 0.68% | - |
| HSV(B) | 20.71º | 0.49% | 0.91% | - |
| XYZ | 48.28 | 42.41 | 22.78 | - |
| YUV | 174.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 118 | 0 | 0.32 | 0.49 | 0.09 | 20.71 | 0.7 | 0.68 |
| Hex | E7 | 9D | 76 | 0 | 20 | 31 | 9 | 15 | 46 | 44 |
| Octal | 347 | 235 | 166 | 0 | 40 | 61 | 11 | 25 | 106 | 104 |
| Binary | 11100111 | 10011101 | 1110110 | 0 | 100000 | 110001 | 1001 | 10101 | 1000110 | 1000100 |
Color Harmonies of #E79D76
Complementary color
Monochromatic Colors of #E79D76
Black with #E79D76
Text Example
Text Example
White with #E79D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79D76; }
p { color: rgb(231,157,118); }
H1.HeaderClassName
{
color: #E79D76;
}
.AnyTagClassName
{
color: #E79D76;
}
</style>
background-color css
<style>
a { background-color: #E79D76; }
a { background-color: rgb(231,157,118); }
div.DivClassName
{
background-color: #E79D76;
}
.BgClassName
{
background-color: #E79D76;
}
</style>
border-color css
<style>
span { border-color: #E79D76; }
span { border-color: rgb(231,157,118); }
td.TdClassName
{
border-color: #E79D76;
}
.TagClassName
{
border-color: #E79D76;
}
</style>