Shades of Salmon #F77C76
Tints of Salmon #F77C76
RGB
CMYK
RGB Variations
Color information
#F77C76 (or 0xF77C76) is known color: Salmon. HEX triplet: F7, 7C and 76. RGB value is (247,124,118). Sum of RGB (Red+Green+Blue) = 247+124+118=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77C76 is #088389. Grayscale: #A0A0A0. Windows color (decimal): -557962 or 7765239. OLE color: 7765239.
HSL color Cylindrical-coordinate representation of color #F77C76: hue angle of 2.79º 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 #F77C76 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 118 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.03 |
| HSL | 2.79º | 0.89% | 0.72% | - |
| HSV(B) | 2.79º | 0.52% | 0.97% | - |
| XYZ | 48.84 | 35.5 | 21.42 | - |
| YUV | 160.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 118 | 0 | 0.50 | 0.52 | 0.03 | 2.79 | 0.89 | 0.72 |
| Hex | F7 | 7C | 76 | 0 | 32 | 34 | 3 | 3 | 59 | 48 |
| Octal | 367 | 174 | 166 | 0 | 62 | 64 | 3 | 3 | 131 | 110 |
| Binary | 11110111 | 1111100 | 1110110 | 0 | 110010 | 110100 | 11 | 11 | 1011001 | 1001000 |
Color Harmonies of #F77C76
Complementary color
Monochromatic Colors of #F77C76
Black with #F77C76
Text Example
Text Example
White with #F77C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C76; }
p { color: rgb(247,124,118); }
H1.HeaderClassName
{
color: #F77C76;
}
.AnyTagClassName
{
color: #F77C76;
}
</style>
background-color css
<style>
a { background-color: #F77C76; }
a { background-color: rgb(247,124,118); }
div.DivClassName
{
background-color: #F77C76;
}
.BgClassName
{
background-color: #F77C76;
}
</style>
border-color css
<style>
span { border-color: #F77C76; }
span { border-color: rgb(247,124,118); }
td.TdClassName
{
border-color: #F77C76;
}
.TagClassName
{
border-color: #F77C76;
}
</style>