Shades of Salmon #FB7B76
Tints of Salmon #FB7B76
RGB
CMYK
RGB Variations
Color information
#FB7B76 (or 0xFB7B76) is known color: Salmon. HEX triplet: FB, 7B and 76. RGB value is (251,123,118). Sum of RGB (Red+Green+Blue) = 251+123+118=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B76 is #048489. Grayscale: #A0A0A0. Windows color (decimal): -296074 or 7764987. OLE color: 7764987.
HSL color Cylindrical-coordinate representation of color #FB7B76: hue angle of 2.26º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB7B76 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 118 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.02 |
| HSL | 2.26º | 0.94% | 0.72% | - |
| HSV(B) | 2.26º | 0.53% | 0.98% | - |
| XYZ | 50.14 | 35.98 | 21.44 | - |
| YUV | 160.7 | 103.91 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 118 | 0 | 0.51 | 0.53 | 0.02 | 2.26 | 0.94 | 0.72 |
| Hex | FB | 7B | 76 | 0 | 33 | 35 | 2 | 2 | 5E | 48 |
| Octal | 373 | 173 | 166 | 0 | 63 | 65 | 2 | 2 | 136 | 110 |
| Binary | 11111011 | 1111011 | 1110110 | 0 | 110011 | 110101 | 10 | 10 | 1011110 | 1001000 |
Color Harmonies of #FB7B76
Complementary color
Monochromatic Colors of #FB7B76
Black with #FB7B76
Text Example
Text Example
White with #FB7B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B76; }
p { color: rgb(251,123,118); }
H1.HeaderClassName
{
color: #FB7B76;
}
.AnyTagClassName
{
color: #FB7B76;
}
</style>
background-color css
<style>
a { background-color: #FB7B76; }
a { background-color: rgb(251,123,118); }
div.DivClassName
{
background-color: #FB7B76;
}
.BgClassName
{
background-color: #FB7B76;
}
</style>
border-color css
<style>
span { border-color: #FB7B76; }
span { border-color: rgb(251,123,118); }
td.TdClassName
{
border-color: #FB7B76;
}
.TagClassName
{
border-color: #FB7B76;
}
</style>