Shades of Salmon #FB776D
Tints of Salmon #FB776D
RGB
CMYK
RGB Variations
Color information
#FB776D (or 0xFB776D) is known color: Salmon. HEX triplet: FB, 77 and 6D. RGB value is (251,119,109). Sum of RGB (Red+Green+Blue) = 251+119+109=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB776D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB776D is #048892. Grayscale: #9D9D9D. Windows color (decimal): -297107 or 7174139. OLE color: 7174139.
HSL color Cylindrical-coordinate representation of color #FB776D: hue angle of 4.23º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB776D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 109 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.02 |
| HSL | 4.23º | 0.95% | 0.71% | - |
| HSV(B) | 4.23º | 0.57% | 0.98% | - |
| XYZ | 49.14 | 34.81 | 18.6 | - |
| YUV | 157.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 109 | 0 | 0.53 | 0.57 | 0.02 | 4.23 | 0.95 | 0.71 |
| Hex | FB | 77 | 6D | 0 | 35 | 39 | 2 | 4 | 5F | 47 |
| Octal | 373 | 167 | 155 | 0 | 65 | 71 | 2 | 4 | 137 | 107 |
| Binary | 11111011 | 1110111 | 1101101 | 0 | 110101 | 111001 | 10 | 100 | 1011111 | 1000111 |
Color Harmonies of #FB776D
Complementary color
Monochromatic Colors of #FB776D
Black with #FB776D
Text Example
Text Example
White with #FB776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB776D; }
p { color: rgb(251,119,109); }
H1.HeaderClassName
{
color: #FB776D;
}
.AnyTagClassName
{
color: #FB776D;
}
</style>
background-color css
<style>
a { background-color: #FB776D; }
a { background-color: rgb(251,119,109); }
div.DivClassName
{
background-color: #FB776D;
}
.BgClassName
{
background-color: #FB776D;
}
</style>
border-color css
<style>
span { border-color: #FB776D; }
span { border-color: rgb(251,119,109); }
td.TdClassName
{
border-color: #FB776D;
}
.TagClassName
{
border-color: #FB776D;
}
</style>