Shades of Salmon #F77E77
Tints of Salmon #F77E77
RGB
CMYK
RGB Variations
Color information
#F77E77 (or 0xF77E77) is known color: Salmon. HEX triplet: F7, 7E and 77. RGB value is (247,126,119). Sum of RGB (Red+Green+Blue) = 247+126+119=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77E77 is #088188. Grayscale: #A1A1A1. Windows color (decimal): -557449 or 7831287. OLE color: 7831287.
HSL color Cylindrical-coordinate representation of color #F77E77: hue angle of 3.28º 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 #F77E77 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 119 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.03 |
| HSL | 3.28º | 0.89% | 0.72% | - |
| HSV(B) | 3.28º | 0.52% | 0.97% | - |
| XYZ | 49.15 | 36.03 | 21.82 | - |
| YUV | 161.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 119 | 0 | 0.49 | 0.52 | 0.03 | 3.28 | 0.89 | 0.72 |
| Hex | F7 | 7E | 77 | 0 | 31 | 34 | 3 | 3 | 59 | 48 |
| Octal | 367 | 176 | 167 | 0 | 61 | 64 | 3 | 3 | 131 | 110 |
| Binary | 11110111 | 1111110 | 1110111 | 0 | 110001 | 110100 | 11 | 11 | 1011001 | 1001000 |
Color Harmonies of #F77E77
Complementary color
Monochromatic Colors of #F77E77
Black with #F77E77
Text Example
Text Example
White with #F77E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E77; }
p { color: rgb(247,126,119); }
H1.HeaderClassName
{
color: #F77E77;
}
.AnyTagClassName
{
color: #F77E77;
}
</style>
background-color css
<style>
a { background-color: #F77E77; }
a { background-color: rgb(247,126,119); }
div.DivClassName
{
background-color: #F77E77;
}
.BgClassName
{
background-color: #F77E77;
}
</style>
border-color css
<style>
span { border-color: #F77E77; }
span { border-color: rgb(247,126,119); }
td.TdClassName
{
border-color: #F77E77;
}
.TagClassName
{
border-color: #F77E77;
}
</style>