Shades of Salmon #F78D76
Tints of Salmon #F78D76
RGB
CMYK
RGB Variations
Color information
#F78D76 (or 0xF78D76) is known color: Salmon. HEX triplet: F7, 8D and 76. RGB value is (247,141,118). Sum of RGB (Red+Green+Blue) = 247+141+118=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F78D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78D76 is #087289. Grayscale: #AAAAAA. Windows color (decimal): -553610 or 7769591. OLE color: 7769591.
HSL color Cylindrical-coordinate representation of color #F78D76: hue angle of 10.7º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F78D76 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 118 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.03 |
| HSL | 10.7º | 0.89% | 0.72% | - |
| HSV(B) | 10.7º | 0.52% | 0.97% | - |
| XYZ | 51.15 | 40.13 | 22.19 | - |
| YUV | 170.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 118 | 0 | 0.43 | 0.52 | 0.03 | 10.7 | 0.89 | 0.72 |
| Hex | F7 | 8D | 76 | 0 | 2B | 34 | 3 | B | 59 | 48 |
| Octal | 367 | 215 | 166 | 0 | 53 | 64 | 3 | 13 | 131 | 110 |
| Binary | 11110111 | 10001101 | 1110110 | 0 | 101011 | 110100 | 11 | 1011 | 1011001 | 1001000 |
Color Harmonies of #F78D76
Complementary color
Monochromatic Colors of #F78D76
Black with #F78D76
Text Example
Text Example
White with #F78D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78D76; }
p { color: rgb(247,141,118); }
H1.HeaderClassName
{
color: #F78D76;
}
.AnyTagClassName
{
color: #F78D76;
}
</style>
background-color css
<style>
a { background-color: #F78D76; }
a { background-color: rgb(247,141,118); }
div.DivClassName
{
background-color: #F78D76;
}
.BgClassName
{
background-color: #F78D76;
}
</style>
border-color css
<style>
span { border-color: #F78D76; }
span { border-color: rgb(247,141,118); }
td.TdClassName
{
border-color: #F78D76;
}
.TagClassName
{
border-color: #F78D76;
}
</style>