Shades of Salmon #FD7E77
Tints of Salmon #FD7E77
RGB
CMYK
RGB Variations
Color information
#FD7E77 (or 0xFD7E77) is known color: Salmon. HEX triplet: FD, 7E and 77. RGB value is (253,126,119). Sum of RGB (Red+Green+Blue) = 253+126+119=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7E77 is #028188. Grayscale: #A3A3A3. Windows color (decimal): -164233 or 7831293. OLE color: 7831293.
HSL color Cylindrical-coordinate representation of color #FD7E77: hue angle of 3.13º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD7E77 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 126 | 119 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.01 |
| HSL | 3.13º | 0.97% | 0.73% | - |
| HSV(B) | 3.13º | 0.53% | 0.99% | - |
| XYZ | 51.3 | 37.14 | 21.92 | - |
| YUV | 163.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 126 | 119 | 0 | 0.50 | 0.53 | 0.01 | 3.13 | 0.97 | 0.73 |
| Hex | FD | 7E | 77 | 0 | 32 | 35 | 1 | 3 | 61 | 49 |
| Octal | 375 | 176 | 167 | 0 | 62 | 65 | 1 | 3 | 141 | 111 |
| Binary | 11111101 | 1111110 | 1110111 | 0 | 110010 | 110101 | 1 | 11 | 1100001 | 1001001 |
Color Harmonies of #FD7E77
Complementary color
Monochromatic Colors of #FD7E77
Black with #FD7E77
Text Example
Text Example
White with #FD7E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7E77; }
p { color: rgb(253,126,119); }
H1.HeaderClassName
{
color: #FD7E77;
}
.AnyTagClassName
{
color: #FD7E77;
}
</style>
background-color css
<style>
a { background-color: #FD7E77; }
a { background-color: rgb(253,126,119); }
div.DivClassName
{
background-color: #FD7E77;
}
.BgClassName
{
background-color: #FD7E77;
}
</style>
border-color css
<style>
span { border-color: #FD7E77; }
span { border-color: rgb(253,126,119); }
td.TdClassName
{
border-color: #FD7E77;
}
.TagClassName
{
border-color: #FD7E77;
}
</style>