Shades of Salmon #FC7E77
Tints of Salmon #FC7E77
RGB
CMYK
RGB Variations
Color information
#FC7E77 (or 0xFC7E77) is known color: Salmon. HEX triplet: FC, 7E and 77. RGB value is (252,126,119). Sum of RGB (Red+Green+Blue) = 252+126+119=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E77 is #038188. Grayscale: #A3A3A3. Windows color (decimal): -229769 or 7831292. OLE color: 7831292.
HSL color Cylindrical-coordinate representation of color #FC7E77: hue angle of 3.16º degrees, saturation: 0.96, 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 #FC7E77 is Cyan = 0, Magento = 0.5, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 119 | - |
| CMYK | 0 | 0.5 | 0.53 | 0.01 |
| HSL | 3.16º | 0.96% | 0.73% | - |
| HSV(B) | 3.16º | 0.53% | 0.99% | - |
| XYZ | 50.94 | 36.95 | 21.9 | - |
| YUV | 162.88 | 103.24 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 119 | 0 | 0.5 | 0.53 | 0.01 | 3.16 | 0.96 | 0.73 |
| Hex | FC | 7E | 77 | 0 | 32 | 35 | 1 | 3 | 60 | 49 |
| Octal | 374 | 176 | 167 | 0 | 62 | 65 | 1 | 3 | 140 | 111 |
| Binary | 11111100 | 1111110 | 1110111 | 0 | 110010 | 110101 | 1 | 11 | 1100000 | 1001001 |
Color Harmonies of #FC7E77
Complementary color
Monochromatic Colors of #FC7E77
Black with #FC7E77
Text Example
Text Example
White with #FC7E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E77; }
p { color: rgb(252,126,119); }
H1.HeaderClassName
{
color: #FC7E77;
}
.AnyTagClassName
{
color: #FC7E77;
}
</style>
background-color css
<style>
a { background-color: #FC7E77; }
a { background-color: rgb(252,126,119); }
div.DivClassName
{
background-color: #FC7E77;
}
.BgClassName
{
background-color: #FC7E77;
}
</style>
border-color css
<style>
span { border-color: #FC7E77; }
span { border-color: rgb(252,126,119); }
td.TdClassName
{
border-color: #FC7E77;
}
.TagClassName
{
border-color: #FC7E77;
}
</style>