Shades of Salmon #F78A76
Tints of Salmon #F78A76
RGB
CMYK
RGB Variations
Color information
#F78A76 (or 0xF78A76) is known color: Salmon. HEX triplet: F7, 8A and 76. RGB value is (247,138,118). Sum of RGB (Red+Green+Blue) = 247+138+118=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A76 is #087589. Grayscale: #A8A8A8. Windows color (decimal): -554378 or 7768823. OLE color: 7768823.
HSL color Cylindrical-coordinate representation of color #F78A76: hue angle of 9.3º 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 #F78A76 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 118 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.03 |
| HSL | 9.3º | 0.89% | 0.72% | - |
| HSV(B) | 9.3º | 0.52% | 0.97% | - |
| XYZ | 50.72 | 39.26 | 22.04 | - |
| YUV | 168.31 | 99.61 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 118 | 0 | 0.44 | 0.52 | 0.03 | 9.3 | 0.89 | 0.72 |
| Hex | F7 | 8A | 76 | 0 | 2C | 34 | 3 | 9 | 59 | 48 |
| Octal | 367 | 212 | 166 | 0 | 54 | 64 | 3 | 11 | 131 | 110 |
| Binary | 11110111 | 10001010 | 1110110 | 0 | 101100 | 110100 | 11 | 1001 | 1011001 | 1001000 |
Color Harmonies of #F78A76
Complementary color
Monochromatic Colors of #F78A76
Black with #F78A76
Text Example
Text Example
White with #F78A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A76; }
p { color: rgb(247,138,118); }
H1.HeaderClassName
{
color: #F78A76;
}
.AnyTagClassName
{
color: #F78A76;
}
</style>
background-color css
<style>
a { background-color: #F78A76; }
a { background-color: rgb(247,138,118); }
div.DivClassName
{
background-color: #F78A76;
}
.BgClassName
{
background-color: #F78A76;
}
</style>
border-color css
<style>
span { border-color: #F78A76; }
span { border-color: rgb(247,138,118); }
td.TdClassName
{
border-color: #F78A76;
}
.TagClassName
{
border-color: #F78A76;
}
</style>