Shades of Salmon #F7786D
Tints of Salmon #F7786D
RGB
CMYK
RGB Variations
Color information
#F7786D (or 0xF7786D) is known color: Salmon. HEX triplet: F7, 78 and 6D. RGB value is (247,120,109). Sum of RGB (Red+Green+Blue) = 247+120+109=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F7786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7786D is #088792. Grayscale: #9C9C9C. Windows color (decimal): -558995 or 7174391. OLE color: 7174391.
HSL color Cylindrical-coordinate representation of color #F7786D: hue angle of 4.78º 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 #F7786D is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 109 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.03 |
| HSL | 4.78º | 0.9% | 0.7% | - |
| HSV(B) | 4.78º | 0.56% | 0.97% | - |
| XYZ | 47.83 | 34.31 | 18.57 | - |
| YUV | 156.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 109 | 0 | 0.51 | 0.56 | 0.03 | 4.78 | 0.9 | 0.7 |
| Hex | F7 | 78 | 6D | 0 | 33 | 38 | 3 | 5 | 5A | 46 |
| Octal | 367 | 170 | 155 | 0 | 63 | 70 | 3 | 5 | 132 | 106 |
| Binary | 11110111 | 1111000 | 1101101 | 0 | 110011 | 111000 | 11 | 101 | 1011010 | 1000110 |
Color Harmonies of #F7786D
Complementary color
Monochromatic Colors of #F7786D
Black with #F7786D
Text Example
Text Example
White with #F7786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7786D; }
p { color: rgb(247,120,109); }
H1.HeaderClassName
{
color: #F7786D;
}
.AnyTagClassName
{
color: #F7786D;
}
</style>
background-color css
<style>
a { background-color: #F7786D; }
a { background-color: rgb(247,120,109); }
div.DivClassName
{
background-color: #F7786D;
}
.BgClassName
{
background-color: #F7786D;
}
</style>
border-color css
<style>
span { border-color: #F7786D; }
span { border-color: rgb(247,120,109); }
td.TdClassName
{
border-color: #F7786D;
}
.TagClassName
{
border-color: #F7786D;
}
</style>