Shades of Salmon #F77C75
Tints of Salmon #F77C75
RGB
CMYK
RGB Variations
Color information
#F77C75 (or 0xF77C75) is known color: Salmon. HEX triplet: F7, 7C and 75. RGB value is (247,124,117). Sum of RGB (Red+Green+Blue) = 247+124+117=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77C75 is #08838A. Grayscale: #A0A0A0. Windows color (decimal): -557963 or 7699703. OLE color: 7699703.
HSL color Cylindrical-coordinate representation of color #F77C75: hue angle of 3.23º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F77C75 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 117 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.03 |
| HSL | 3.23º | 0.89% | 0.71% | - |
| HSV(B) | 3.23º | 0.53% | 0.97% | - |
| XYZ | 48.78 | 35.47 | 21.11 | - |
| YUV | 159.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 117 | 0 | 0.50 | 0.53 | 0.03 | 3.23 | 0.89 | 0.71 |
| Hex | F7 | 7C | 75 | 0 | 32 | 35 | 3 | 3 | 59 | 47 |
| Octal | 367 | 174 | 165 | 0 | 62 | 65 | 3 | 3 | 131 | 107 |
| Binary | 11110111 | 1111100 | 1110101 | 0 | 110010 | 110101 | 11 | 11 | 1011001 | 1000111 |
Color Harmonies of #F77C75
Complementary color
Monochromatic Colors of #F77C75
Black with #F77C75
Text Example
Text Example
White with #F77C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C75; }
p { color: rgb(247,124,117); }
H1.HeaderClassName
{
color: #F77C75;
}
.AnyTagClassName
{
color: #F77C75;
}
</style>
background-color css
<style>
a { background-color: #F77C75; }
a { background-color: rgb(247,124,117); }
div.DivClassName
{
background-color: #F77C75;
}
.BgClassName
{
background-color: #F77C75;
}
</style>
border-color css
<style>
span { border-color: #F77C75; }
span { border-color: rgb(247,124,117); }
td.TdClassName
{
border-color: #F77C75;
}
.TagClassName
{
border-color: #F77C75;
}
</style>