Shades of Salmon #FB7C77
Tints of Salmon #FB7C77
RGB
CMYK
RGB Variations
Color information
#FB7C77 (or 0xFB7C77) is known color: Salmon. HEX triplet: FB, 7C and 77. RGB value is (251,124,119). Sum of RGB (Red+Green+Blue) = 251+124+119=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7C77 is #048388. Grayscale: #A1A1A1. Windows color (decimal): -295817 or 7830779. OLE color: 7830779.
HSL color Cylindrical-coordinate representation of color #FB7C77: hue angle of 2.27º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB7C77 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 119 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.02 |
| HSL | 2.27º | 0.94% | 0.73% | - |
| HSV(B) | 2.27º | 0.53% | 0.98% | - |
| XYZ | 50.32 | 36.26 | 21.8 | - |
| YUV | 161.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 119 | 0 | 0.51 | 0.53 | 0.02 | 2.27 | 0.94 | 0.73 |
| Hex | FB | 7C | 77 | 0 | 33 | 35 | 2 | 2 | 5E | 49 |
| Octal | 373 | 174 | 167 | 0 | 63 | 65 | 2 | 2 | 136 | 111 |
| Binary | 11111011 | 1111100 | 1110111 | 0 | 110011 | 110101 | 10 | 10 | 1011110 | 1001001 |
Color Harmonies of #FB7C77
Complementary color
Monochromatic Colors of #FB7C77
Black with #FB7C77
Text Example
Text Example
White with #FB7C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C77; }
p { color: rgb(251,124,119); }
H1.HeaderClassName
{
color: #FB7C77;
}
.AnyTagClassName
{
color: #FB7C77;
}
</style>
background-color css
<style>
a { background-color: #FB7C77; }
a { background-color: rgb(251,124,119); }
div.DivClassName
{
background-color: #FB7C77;
}
.BgClassName
{
background-color: #FB7C77;
}
</style>
border-color css
<style>
span { border-color: #FB7C77; }
span { border-color: rgb(251,124,119); }
td.TdClassName
{
border-color: #FB7C77;
}
.TagClassName
{
border-color: #FB7C77;
}
</style>