Shades of Salmon #FF776D
Tints of Salmon #FF776D
RGB
CMYK
RGB Variations
Color information
#FF776D (or 0xFF776D) is known color: Salmon. HEX triplet: FF, 77 and 6D. RGB value is (255,119,109). Sum of RGB (Red+Green+Blue) = 255+119+109=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF776D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF776D is #008892. Grayscale: #9E9E9E. Windows color (decimal): -34963 or 7174143. OLE color: 7174143.
HSL color Cylindrical-coordinate representation of color #FF776D: hue angle of 4.11º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF776D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 109 | - |
| CMYK | 0 | 0.53 | 0.57 | 0 |
| HSL | 4.11º | 1% | 0.71% | - |
| HSV(B) | 4.11º | 0.57% | 1% | - |
| XYZ | 50.6 | 35.56 | 18.66 | - |
| YUV | 158.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 109 | 0 | 0.53 | 0.57 | 0 | 4.11 | 1 | 0.71 |
| Hex | FF | 77 | 6D | 0 | 35 | 39 | 0 | 4 | 64 | 47 |
| Octal | 377 | 167 | 155 | 0 | 65 | 71 | 0 | 4 | 144 | 107 |
| Binary | 11111111 | 1110111 | 1101101 | 0 | 110101 | 111001 | 0 | 100 | 1100100 | 1000111 |
Color Harmonies of #FF776D
Complementary color
Monochromatic Colors of #FF776D
Black with #FF776D
Text Example
Text Example
White with #FF776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF776D; }
p { color: rgb(255,119,109); }
H1.HeaderClassName
{
color: #FF776D;
}
.AnyTagClassName
{
color: #FF776D;
}
</style>
background-color css
<style>
a { background-color: #FF776D; }
a { background-color: rgb(255,119,109); }
div.DivClassName
{
background-color: #FF776D;
}
.BgClassName
{
background-color: #FF776D;
}
</style>
border-color css
<style>
span { border-color: #FF776D; }
span { border-color: rgb(255,119,109); }
td.TdClassName
{
border-color: #FF776D;
}
.TagClassName
{
border-color: #FF776D;
}
</style>