Shades of Salmon #FB7B77
Tints of Salmon #FB7B77
RGB
CMYK
RGB Variations
Color information
#FB7B77 (or 0xFB7B77) is known color: Salmon. HEX triplet: FB, 7B and 77. RGB value is (251,123,119). Sum of RGB (Red+Green+Blue) = 251+123+119=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B77 is #048488. Grayscale: #A0A0A0. Windows color (decimal): -296073 or 7830523. OLE color: 7830523.
HSL color Cylindrical-coordinate representation of color #FB7B77: hue angle of 1.82º 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 #FB7B77 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 119 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.02 |
| HSL | 1.82º | 0.94% | 0.73% | - |
| HSV(B) | 1.82º | 0.53% | 0.98% | - |
| XYZ | 50.2 | 36.01 | 21.76 | - |
| YUV | 160.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 119 | 0 | 0.51 | 0.53 | 0.02 | 1.82 | 0.94 | 0.73 |
| Hex | FB | 7B | 77 | 0 | 33 | 35 | 2 | 2 | 5E | 49 |
| Octal | 373 | 173 | 167 | 0 | 63 | 65 | 2 | 2 | 136 | 111 |
| Binary | 11111011 | 1111011 | 1110111 | 0 | 110011 | 110101 | 10 | 10 | 1011110 | 1001001 |
Color Harmonies of #FB7B77
Complementary color
Monochromatic Colors of #FB7B77
Black with #FB7B77
Text Example
Text Example
White with #FB7B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B77; }
p { color: rgb(251,123,119); }
H1.HeaderClassName
{
color: #FB7B77;
}
.AnyTagClassName
{
color: #FB7B77;
}
</style>
background-color css
<style>
a { background-color: #FB7B77; }
a { background-color: rgb(251,123,119); }
div.DivClassName
{
background-color: #FB7B77;
}
.BgClassName
{
background-color: #FB7B77;
}
</style>
border-color css
<style>
span { border-color: #FB7B77; }
span { border-color: rgb(251,123,119); }
td.TdClassName
{
border-color: #FB7B77;
}
.TagClassName
{
border-color: #FB7B77;
}
</style>