Shades of Salmon #FF7E79
Tints of Salmon #FF7E79
RGB
CMYK
RGB Variations
Color information
#FF7E79 (or 0xFF7E79) is known color: Salmon. HEX triplet: FF, 7E and 79. RGB value is (255,126,121). Sum of RGB (Red+Green+Blue) = 255+126+121=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E79 is #008186. Grayscale: #A4A4A4. Windows color (decimal): -33159 or 7962367. OLE color: 7962367.
HSL color Cylindrical-coordinate representation of color #FF7E79: hue angle of 2.24º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7E79 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 121 | - |
| CMYK | 0 | 0.51 | 0.53 | 0 |
| HSL | 2.24º | 1% | 0.74% | - |
| HSV(B) | 2.24º | 0.53% | 1% | - |
| XYZ | 52.15 | 37.56 | 22.59 | - |
| YUV | 164 | 103.74 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 121 | 0 | 0.51 | 0.53 | 0 | 2.24 | 1 | 0.74 |
| Hex | FF | 7E | 79 | 0 | 33 | 35 | 0 | 2 | 64 | 4A |
| Octal | 377 | 176 | 171 | 0 | 63 | 65 | 0 | 2 | 144 | 112 |
| Binary | 11111111 | 1111110 | 1111001 | 0 | 110011 | 110101 | 0 | 10 | 1100100 | 1001010 |
Color Harmonies of #FF7E79
Complementary color
Monochromatic Colors of #FF7E79
Black with #FF7E79
Text Example
Text Example
White with #FF7E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E79; }
p { color: rgb(255,126,121); }
H1.HeaderClassName
{
color: #FF7E79;
}
.AnyTagClassName
{
color: #FF7E79;
}
</style>
background-color css
<style>
a { background-color: #FF7E79; }
a { background-color: rgb(255,126,121); }
div.DivClassName
{
background-color: #FF7E79;
}
.BgClassName
{
background-color: #FF7E79;
}
</style>
border-color css
<style>
span { border-color: #FF7E79; }
span { border-color: rgb(255,126,121); }
td.TdClassName
{
border-color: #FF7E79;
}
.TagClassName
{
border-color: #FF7E79;
}
</style>