Shades of Salmon #F77C77
Tints of Salmon #F77C77
RGB
CMYK
RGB Variations
Color information
#F77C77 (or 0xF77C77) is known color: Salmon. HEX triplet: F7, 7C and 77. RGB value is (247,124,119). Sum of RGB (Red+Green+Blue) = 247+124+119=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77C77 is #088388. Grayscale: #A0A0A0. Windows color (decimal): -557961 or 7830775. OLE color: 7830775.
HSL color Cylindrical-coordinate representation of color #F77C77: hue angle of 2.34º 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 #F77C77 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 119 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.03 |
| HSL | 2.34º | 0.89% | 0.72% | - |
| HSV(B) | 2.34º | 0.52% | 0.97% | - |
| XYZ | 48.9 | 35.52 | 21.73 | - |
| YUV | 160.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 119 | 0 | 0.50 | 0.52 | 0.03 | 2.34 | 0.89 | 0.72 |
| Hex | F7 | 7C | 77 | 0 | 32 | 34 | 3 | 2 | 59 | 48 |
| Octal | 367 | 174 | 167 | 0 | 62 | 64 | 3 | 2 | 131 | 110 |
| Binary | 11110111 | 1111100 | 1110111 | 0 | 110010 | 110100 | 11 | 10 | 1011001 | 1001000 |
Color Harmonies of #F77C77
Complementary color
Monochromatic Colors of #F77C77
Black with #F77C77
Text Example
Text Example
White with #F77C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C77; }
p { color: rgb(247,124,119); }
H1.HeaderClassName
{
color: #F77C77;
}
.AnyTagClassName
{
color: #F77C77;
}
</style>
background-color css
<style>
a { background-color: #F77C77; }
a { background-color: rgb(247,124,119); }
div.DivClassName
{
background-color: #F77C77;
}
.BgClassName
{
background-color: #F77C77;
}
</style>
border-color css
<style>
span { border-color: #F77C77; }
span { border-color: rgb(247,124,119); }
td.TdClassName
{
border-color: #F77C77;
}
.TagClassName
{
border-color: #F77C77;
}
</style>