Shades of Salmon #FD7A77
Tints of Salmon #FD7A77
RGB
CMYK
RGB Variations
Color information
#FD7A77 (or 0xFD7A77) is known color: Salmon. HEX triplet: FD, 7A and 77. RGB value is (253,122,119). Sum of RGB (Red+Green+Blue) = 253+122+119=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A77 is #028588. Grayscale: #A0A0A0. Windows color (decimal): -165257 or 7830269. OLE color: 7830269.
HSL color Cylindrical-coordinate representation of color #FD7A77: hue angle of 1.34º 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 #FD7A77 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 119 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.01 |
| HSL | 1.34º | 0.97% | 0.73% | - |
| HSV(B) | 1.34º | 0.53% | 0.99% | - |
| XYZ | 50.8 | 36.13 | 21.75 | - |
| YUV | 160.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 119 | 0 | 0.52 | 0.53 | 0.01 | 1.34 | 0.97 | 0.73 |
| Hex | FD | 7A | 77 | 0 | 34 | 35 | 1 | 1 | 61 | 49 |
| Octal | 375 | 172 | 167 | 0 | 64 | 65 | 1 | 1 | 141 | 111 |
| Binary | 11111101 | 1111010 | 1110111 | 0 | 110100 | 110101 | 1 | 1 | 1100001 | 1001001 |
Color Harmonies of #FD7A77
Complementary color
Monochromatic Colors of #FD7A77
Black with #FD7A77
Text Example
Text Example
White with #FD7A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A77; }
p { color: rgb(253,122,119); }
H1.HeaderClassName
{
color: #FD7A77;
}
.AnyTagClassName
{
color: #FD7A77;
}
</style>
background-color css
<style>
a { background-color: #FD7A77; }
a { background-color: rgb(253,122,119); }
div.DivClassName
{
background-color: #FD7A77;
}
.BgClassName
{
background-color: #FD7A77;
}
</style>
border-color css
<style>
span { border-color: #FD7A77; }
span { border-color: rgb(253,122,119); }
td.TdClassName
{
border-color: #FD7A77;
}
.TagClassName
{
border-color: #FD7A77;
}
</style>