Shades of Salmon #FF7D79
Tints of Salmon #FF7D79
RGB
CMYK
RGB Variations
Color information
#FF7D79 (or 0xFF7D79) is known color: Salmon. HEX triplet: FF, 7D and 79. RGB value is (255,125,121). Sum of RGB (Red+Green+Blue) = 255+125+121=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D79 is #008286. Grayscale: #A3A3A3. Windows color (decimal): -33415 or 7962111. OLE color: 7962111.
HSL color Cylindrical-coordinate representation of color #FF7D79: hue angle of 1.79º 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 #FF7D79 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 121 | - |
| CMYK | 0 | 0.51 | 0.53 | 0 |
| HSL | 1.79º | 1% | 0.74% | - |
| HSV(B) | 1.79º | 0.53% | 1% | - |
| XYZ | 52.02 | 37.31 | 22.55 | - |
| YUV | 163.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 121 | 0 | 0.51 | 0.53 | 0 | 1.79 | 1 | 0.74 |
| Hex | FF | 7D | 79 | 0 | 33 | 35 | 0 | 2 | 64 | 4A |
| Octal | 377 | 175 | 171 | 0 | 63 | 65 | 0 | 2 | 144 | 112 |
| Binary | 11111111 | 1111101 | 1111001 | 0 | 110011 | 110101 | 0 | 10 | 1100100 | 1001010 |
Color Harmonies of #FF7D79
Complementary color
Monochromatic Colors of #FF7D79
Black with #FF7D79
Text Example
Text Example
White with #FF7D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D79; }
p { color: rgb(255,125,121); }
H1.HeaderClassName
{
color: #FF7D79;
}
.AnyTagClassName
{
color: #FF7D79;
}
</style>
background-color css
<style>
a { background-color: #FF7D79; }
a { background-color: rgb(255,125,121); }
div.DivClassName
{
background-color: #FF7D79;
}
.BgClassName
{
background-color: #FF7D79;
}
</style>
border-color css
<style>
span { border-color: #FF7D79; }
span { border-color: rgb(255,125,121); }
td.TdClassName
{
border-color: #FF7D79;
}
.TagClassName
{
border-color: #FF7D79;
}
</style>