Shades of Salmon #FF776F
Tints of Salmon #FF776F
RGB
CMYK
RGB Variations
Color information
#FF776F (or 0xFF776F) is known color: Salmon. HEX triplet: FF, 77 and 6F. RGB value is (255,119,111). Sum of RGB (Red+Green+Blue) = 255+119+111=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF776F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF776F is #008890. Grayscale: #9E9E9E. Windows color (decimal): -34961 or 7305215. OLE color: 7305215.
HSL color Cylindrical-coordinate representation of color #FF776F: hue angle of 3.33º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF776F is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 111 | - |
| CMYK | 0 | 0.53 | 0.56 | 0 |
| HSL | 3.33º | 1% | 0.72% | - |
| HSV(B) | 3.33º | 0.56% | 1% | - |
| XYZ | 50.71 | 35.6 | 19.24 | - |
| YUV | 158.75 | 101.06 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 111 | 0 | 0.53 | 0.56 | 0 | 3.33 | 1 | 0.72 |
| Hex | FF | 77 | 6F | 0 | 35 | 38 | 0 | 3 | 64 | 48 |
| Octal | 377 | 167 | 157 | 0 | 65 | 70 | 0 | 3 | 144 | 110 |
| Binary | 11111111 | 1110111 | 1101111 | 0 | 110101 | 111000 | 0 | 11 | 1100100 | 1001000 |
Color Harmonies of #FF776F
Complementary color
Monochromatic Colors of #FF776F
Black with #FF776F
Text Example
Text Example
White with #FF776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF776F; }
p { color: rgb(255,119,111); }
H1.HeaderClassName
{
color: #FF776F;
}
.AnyTagClassName
{
color: #FF776F;
}
</style>
background-color css
<style>
a { background-color: #FF776F; }
a { background-color: rgb(255,119,111); }
div.DivClassName
{
background-color: #FF776F;
}
.BgClassName
{
background-color: #FF776F;
}
</style>
border-color css
<style>
span { border-color: #FF776F; }
span { border-color: rgb(255,119,111); }
td.TdClassName
{
border-color: #FF776F;
}
.TagClassName
{
border-color: #FF776F;
}
</style>