Shades of Salmon #FF796D
Tints of Salmon #FF796D
RGB
CMYK
RGB Variations
Color information
#FF796D (or 0xFF796D) is known color: Salmon. HEX triplet: FF, 79 and 6D. RGB value is (255,121,109). Sum of RGB (Red+Green+Blue) = 255+121+109=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF796D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF796D is #008692. Grayscale: #9F9F9F. Windows color (decimal): -34451 or 7174655. OLE color: 7174655.
HSL color Cylindrical-coordinate representation of color #FF796D: hue angle of 4.93º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF796D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 109 | - |
| CMYK | 0 | 0.53 | 0.57 | 0 |
| HSL | 4.93º | 1% | 0.71% | - |
| HSV(B) | 4.93º | 0.57% | 1% | - |
| XYZ | 50.84 | 36.04 | 18.74 | - |
| YUV | 159.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 109 | 0 | 0.53 | 0.57 | 0 | 4.93 | 1 | 0.71 |
| Hex | FF | 79 | 6D | 0 | 35 | 39 | 0 | 5 | 64 | 47 |
| Octal | 377 | 171 | 155 | 0 | 65 | 71 | 0 | 5 | 144 | 107 |
| Binary | 11111111 | 1111001 | 1101101 | 0 | 110101 | 111001 | 0 | 101 | 1100100 | 1000111 |
Color Harmonies of #FF796D
Complementary color
Monochromatic Colors of #FF796D
Black with #FF796D
Text Example
Text Example
White with #FF796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF796D; }
p { color: rgb(255,121,109); }
H1.HeaderClassName
{
color: #FF796D;
}
.AnyTagClassName
{
color: #FF796D;
}
</style>
background-color css
<style>
a { background-color: #FF796D; }
a { background-color: rgb(255,121,109); }
div.DivClassName
{
background-color: #FF796D;
}
.BgClassName
{
background-color: #FF796D;
}
</style>
border-color css
<style>
span { border-color: #FF796D; }
span { border-color: rgb(255,121,109); }
td.TdClassName
{
border-color: #FF796D;
}
.TagClassName
{
border-color: #FF796D;
}
</style>