Shades of Dark Salmon #E7977A
Tints of Dark Salmon #E7977A
RGB
CMYK
RGB Variations
Color information
#E7977A (or 0xE7977A) is known color: Dark Salmon. HEX triplet: E7, 97 and 7A. RGB value is (231,151,122). Sum of RGB (Red+Green+Blue) = 231+151+122=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7977A is #186885. Grayscale: #ABABAB. Windows color (decimal): -1599622 or 8034279. OLE color: 8034279.
HSL color Cylindrical-coordinate representation of color #E7977A: hue angle of 15.96º 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 #E7977A is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 151 | 122 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.09 |
| HSL | 15.96º | 0.69% | 0.69% | - |
| HSV(B) | 15.96º | 0.47% | 0.91% | - |
| XYZ | 47.53 | 40.53 | 23.73 | - |
| YUV | 171.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 151 | 122 | 0 | 0.35 | 0.47 | 0.09 | 15.96 | 0.69 | 0.69 |
| Hex | E7 | 97 | 7A | 0 | 23 | 2F | 9 | 10 | 45 | 45 |
| Octal | 347 | 227 | 172 | 0 | 43 | 57 | 11 | 20 | 105 | 105 |
| Binary | 11100111 | 10010111 | 1111010 | 0 | 100011 | 101111 | 1001 | 10000 | 1000101 | 1000101 |
Color Harmonies of #E7977A
Complementary color
Monochromatic Colors of #E7977A
Black with #E7977A
Text Example
Text Example
White with #E7977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7977A; }
p { color: rgb(231,151,122); }
H1.HeaderClassName
{
color: #E7977A;
}
.AnyTagClassName
{
color: #E7977A;
}
</style>
background-color css
<style>
a { background-color: #E7977A; }
a { background-color: rgb(231,151,122); }
div.DivClassName
{
background-color: #E7977A;
}
.BgClassName
{
background-color: #E7977A;
}
</style>
border-color css
<style>
span { border-color: #E7977A; }
span { border-color: rgb(231,151,122); }
td.TdClassName
{
border-color: #E7977A;
}
.TagClassName
{
border-color: #E7977A;
}
</style>