Shades of Salmon #FF7D77
Tints of Salmon #FF7D77
RGB
CMYK
RGB Variations
Color information
#FF7D77 (or 0xFF7D77) is known color: Salmon. HEX triplet: FF, 7D and 77. RGB value is (255,125,119). Sum of RGB (Red+Green+Blue) = 255+125+119=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D77 is #008288. Grayscale: #A3A3A3. Windows color (decimal): -33417 or 7831039. OLE color: 7831039.
HSL color Cylindrical-coordinate representation of color #FF7D77: hue angle of 2.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7D77 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 119 | - |
| CMYK | 0 | 0.51 | 0.53 | 0 |
| HSL | 2.65º | 1% | 0.73% | - |
| HSV(B) | 2.65º | 0.53% | 1% | - |
| XYZ | 51.9 | 37.26 | 21.91 | - |
| YUV | 163.19 | 103.07 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 119 | 0 | 0.51 | 0.53 | 0 | 2.65 | 1 | 0.73 |
| Hex | FF | 7D | 77 | 0 | 33 | 35 | 0 | 3 | 64 | 49 |
| Octal | 377 | 175 | 167 | 0 | 63 | 65 | 0 | 3 | 144 | 111 |
| Binary | 11111111 | 1111101 | 1110111 | 0 | 110011 | 110101 | 0 | 11 | 1100100 | 1001001 |
Color Harmonies of #FF7D77
Complementary color
Monochromatic Colors of #FF7D77
Black with #FF7D77
Text Example
Text Example
White with #FF7D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D77; }
p { color: rgb(255,125,119); }
H1.HeaderClassName
{
color: #FF7D77;
}
.AnyTagClassName
{
color: #FF7D77;
}
</style>
background-color css
<style>
a { background-color: #FF7D77; }
a { background-color: rgb(255,125,119); }
div.DivClassName
{
background-color: #FF7D77;
}
.BgClassName
{
background-color: #FF7D77;
}
</style>
border-color css
<style>
span { border-color: #FF7D77; }
span { border-color: rgb(255,125,119); }
td.TdClassName
{
border-color: #FF7D77;
}
.TagClassName
{
border-color: #FF7D77;
}
</style>