Shades of Salmon #FF7771
Tints of Salmon #FF7771
RGB
CMYK
RGB Variations
Color information
#FF7771 (or 0xFF7771) is known color: Salmon. HEX triplet: FF, 77 and 71. RGB value is (255,119,113). Sum of RGB (Red+Green+Blue) = 255+119+113=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7771 is #00888E. Grayscale: #9F9F9F. Windows color (decimal): -34959 or 7436287. OLE color: 7436287.
HSL color Cylindrical-coordinate representation of color #FF7771: hue angle of 2.54º 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 #FF7771 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 113 | - |
| CMYK | 0 | 0.53 | 0.56 | 0 |
| HSL | 2.54º | 1% | 0.72% | - |
| HSV(B) | 2.54º | 0.56% | 1% | - |
| XYZ | 50.82 | 35.65 | 19.82 | - |
| YUV | 158.98 | 102.06 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 113 | 0 | 0.53 | 0.56 | 0 | 2.54 | 1 | 0.72 |
| Hex | FF | 77 | 71 | 0 | 35 | 38 | 0 | 3 | 64 | 48 |
| Octal | 377 | 167 | 161 | 0 | 65 | 70 | 0 | 3 | 144 | 110 |
| Binary | 11111111 | 1110111 | 1110001 | 0 | 110101 | 111000 | 0 | 11 | 1100100 | 1001000 |
Color Harmonies of #FF7771
Complementary color
Monochromatic Colors of #FF7771
Black with #FF7771
Text Example
Text Example
White with #FF7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7771; }
p { color: rgb(255,119,113); }
H1.HeaderClassName
{
color: #FF7771;
}
.AnyTagClassName
{
color: #FF7771;
}
</style>
background-color css
<style>
a { background-color: #FF7771; }
a { background-color: rgb(255,119,113); }
div.DivClassName
{
background-color: #FF7771;
}
.BgClassName
{
background-color: #FF7771;
}
</style>
border-color css
<style>
span { border-color: #FF7771; }
span { border-color: rgb(255,119,113); }
td.TdClassName
{
border-color: #FF7771;
}
.TagClassName
{
border-color: #FF7771;
}
</style>