Shades of Salmon #F7796D
Tints of Salmon #F7796D
RGB
CMYK
RGB Variations
Color information
#F7796D (or 0xF7796D) is known color: Salmon. HEX triplet: F7, 79 and 6D. RGB value is (247,121,109). Sum of RGB (Red+Green+Blue) = 247+121+109=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F7796D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7796D is #088692. Grayscale: #9D9D9D. Windows color (decimal): -558739 or 7174647. OLE color: 7174647.
HSL color Cylindrical-coordinate representation of color #F7796D: hue angle of 5.22º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7796D is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 109 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.03 |
| HSL | 5.22º | 0.9% | 0.7% | - |
| HSV(B) | 5.22º | 0.56% | 0.97% | - |
| XYZ | 47.96 | 34.55 | 18.61 | - |
| YUV | 157.31 | 100.74 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 109 | 0 | 0.51 | 0.56 | 0.03 | 5.22 | 0.9 | 0.7 |
| Hex | F7 | 79 | 6D | 0 | 33 | 38 | 3 | 5 | 5A | 46 |
| Octal | 367 | 171 | 155 | 0 | 63 | 70 | 3 | 5 | 132 | 106 |
| Binary | 11110111 | 1111001 | 1101101 | 0 | 110011 | 111000 | 11 | 101 | 1011010 | 1000110 |
Color Harmonies of #F7796D
Complementary color
Monochromatic Colors of #F7796D
Black with #F7796D
Text Example
Text Example
White with #F7796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7796D; }
p { color: rgb(247,121,109); }
H1.HeaderClassName
{
color: #F7796D;
}
.AnyTagClassName
{
color: #F7796D;
}
</style>
background-color css
<style>
a { background-color: #F7796D; }
a { background-color: rgb(247,121,109); }
div.DivClassName
{
background-color: #F7796D;
}
.BgClassName
{
background-color: #F7796D;
}
</style>
border-color css
<style>
span { border-color: #F7796D; }
span { border-color: rgb(247,121,109); }
td.TdClassName
{
border-color: #F7796D;
}
.TagClassName
{
border-color: #F7796D;
}
</style>