Shades of Salmon #F77B76
Tints of Salmon #F77B76
RGB
CMYK
RGB Variations
Color information
#F77B76 (or 0xF77B76) is known color: Salmon. HEX triplet: F7, 7B and 76. RGB value is (247,123,118). Sum of RGB (Red+Green+Blue) = 247+123+118=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77B76 is #088489. Grayscale: #9F9F9F. Windows color (decimal): -558218 or 7764983. OLE color: 7764983.
HSL color Cylindrical-coordinate representation of color #F77B76: hue angle of 2.33º 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 #F77B76 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 118 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.03 |
| HSL | 2.33º | 0.89% | 0.72% | - |
| HSV(B) | 2.33º | 0.52% | 0.97% | - |
| XYZ | 48.71 | 35.25 | 21.38 | - |
| YUV | 159.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 118 | 0 | 0.50 | 0.52 | 0.03 | 2.33 | 0.89 | 0.72 |
| Hex | F7 | 7B | 76 | 0 | 32 | 34 | 3 | 2 | 59 | 48 |
| Octal | 367 | 173 | 166 | 0 | 62 | 64 | 3 | 2 | 131 | 110 |
| Binary | 11110111 | 1111011 | 1110110 | 0 | 110010 | 110100 | 11 | 10 | 1011001 | 1001000 |
Color Harmonies of #F77B76
Complementary color
Monochromatic Colors of #F77B76
Black with #F77B76
Text Example
Text Example
White with #F77B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77B76; }
p { color: rgb(247,123,118); }
H1.HeaderClassName
{
color: #F77B76;
}
.AnyTagClassName
{
color: #F77B76;
}
</style>
background-color css
<style>
a { background-color: #F77B76; }
a { background-color: rgb(247,123,118); }
div.DivClassName
{
background-color: #F77B76;
}
.BgClassName
{
background-color: #F77B76;
}
</style>
border-color css
<style>
span { border-color: #F77B76; }
span { border-color: rgb(247,123,118); }
td.TdClassName
{
border-color: #F77B76;
}
.TagClassName
{
border-color: #F77B76;
}
</style>