Shades of Dark Salmon #E79C7A
Tints of Dark Salmon #E79C7A
RGB
CMYK
RGB Variations
Color information
#E79C7A (or 0xE79C7A) is known color: Dark Salmon. HEX triplet: E7, 9C and 7A. RGB value is (231,156,122). Sum of RGB (Red+Green+Blue) = 231+156+122=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E79C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79C7A is #186385. Grayscale: #AEAEAE. Windows color (decimal): -1598342 or 8035559. OLE color: 8035559.
HSL color Cylindrical-coordinate representation of color #E79C7A: hue angle of 18.72º 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 #E79C7A is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 122 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.09 |
| HSL | 18.72º | 0.69% | 0.69% | - |
| HSV(B) | 18.72º | 0.47% | 0.91% | - |
| XYZ | 48.36 | 42.17 | 24 | - |
| YUV | 174.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 122 | 0 | 0.32 | 0.47 | 0.09 | 18.72 | 0.69 | 0.69 |
| Hex | E7 | 9C | 7A | 0 | 20 | 2F | 9 | 13 | 45 | 45 |
| Octal | 347 | 234 | 172 | 0 | 40 | 57 | 11 | 23 | 105 | 105 |
| Binary | 11100111 | 10011100 | 1111010 | 0 | 100000 | 101111 | 1001 | 10011 | 1000101 | 1000101 |
Color Harmonies of #E79C7A
Complementary color
Monochromatic Colors of #E79C7A
Black with #E79C7A
Text Example
Text Example
White with #E79C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79C7A; }
p { color: rgb(231,156,122); }
H1.HeaderClassName
{
color: #E79C7A;
}
.AnyTagClassName
{
color: #E79C7A;
}
</style>
background-color css
<style>
a { background-color: #E79C7A; }
a { background-color: rgb(231,156,122); }
div.DivClassName
{
background-color: #E79C7A;
}
.BgClassName
{
background-color: #E79C7A;
}
</style>
border-color css
<style>
span { border-color: #E79C7A; }
span { border-color: rgb(231,156,122); }
td.TdClassName
{
border-color: #E79C7A;
}
.TagClassName
{
border-color: #E79C7A;
}
</style>