Shades of Salmon #FD7B77
Tints of Salmon #FD7B77
RGB
CMYK
RGB Variations
Color information
#FD7B77 (or 0xFD7B77) is known color: Salmon. HEX triplet: FD, 7B and 77. RGB value is (253,123,119). Sum of RGB (Red+Green+Blue) = 253+123+119=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7B77 is #028488. Grayscale: #A1A1A1. Windows color (decimal): -165001 or 7830525. OLE color: 7830525.
HSL color Cylindrical-coordinate representation of color #FD7B77: hue angle of 1.79º 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 #FD7B77 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 119 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.01 |
| HSL | 1.79º | 0.97% | 0.73% | - |
| HSV(B) | 1.79º | 0.53% | 0.99% | - |
| XYZ | 50.92 | 36.38 | 21.79 | - |
| YUV | 161.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 119 | 0 | 0.51 | 0.53 | 0.01 | 1.79 | 0.97 | 0.73 |
| Hex | FD | 7B | 77 | 0 | 33 | 35 | 1 | 2 | 61 | 49 |
| Octal | 375 | 173 | 167 | 0 | 63 | 65 | 1 | 2 | 141 | 111 |
| Binary | 11111101 | 1111011 | 1110111 | 0 | 110011 | 110101 | 1 | 10 | 1100001 | 1001001 |
Color Harmonies of #FD7B77
Complementary color
Monochromatic Colors of #FD7B77
Black with #FD7B77
Text Example
Text Example
White with #FD7B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B77; }
p { color: rgb(253,123,119); }
H1.HeaderClassName
{
color: #FD7B77;
}
.AnyTagClassName
{
color: #FD7B77;
}
</style>
background-color css
<style>
a { background-color: #FD7B77; }
a { background-color: rgb(253,123,119); }
div.DivClassName
{
background-color: #FD7B77;
}
.BgClassName
{
background-color: #FD7B77;
}
</style>
border-color css
<style>
span { border-color: #FD7B77; }
span { border-color: rgb(253,123,119); }
td.TdClassName
{
border-color: #FD7B77;
}
.TagClassName
{
border-color: #FD7B77;
}
</style>