Shades of Salmon #F7877C
Tints of Salmon #F7877C
RGB
CMYK
RGB Variations
Color information
#F7877C (or 0xF7877C) is known color: Salmon. HEX triplet: F7, 87 and 7C. RGB value is (247,135,124). Sum of RGB (Red+Green+Blue) = 247+135+124=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7877C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7877C is #087883. Grayscale: #A7A7A7. Windows color (decimal): -555140 or 8161271. OLE color: 8161271.
HSL color Cylindrical-coordinate representation of color #F7877C: hue angle of 5.37º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F7877C is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 135 | 124 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.03 |
| HSL | 5.37º | 0.88% | 0.73% | - |
| HSV(B) | 5.37º | 0.5% | 0.97% | - |
| XYZ | 50.66 | 38.56 | 23.84 | - |
| YUV | 167.23 | 103.61 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 135 | 124 | 0 | 0.45 | 0.50 | 0.03 | 5.37 | 0.88 | 0.73 |
| Hex | F7 | 87 | 7C | 0 | 2D | 32 | 3 | 5 | 58 | 49 |
| Octal | 367 | 207 | 174 | 0 | 55 | 62 | 3 | 5 | 130 | 111 |
| Binary | 11110111 | 10000111 | 1111100 | 0 | 101101 | 110010 | 11 | 101 | 1011000 | 1001001 |
Color Harmonies of #F7877C
Complementary color
Monochromatic Colors of #F7877C
Black with #F7877C
Text Example
Text Example
White with #F7877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7877C; }
p { color: rgb(247,135,124); }
H1.HeaderClassName
{
color: #F7877C;
}
.AnyTagClassName
{
color: #F7877C;
}
</style>
background-color css
<style>
a { background-color: #F7877C; }
a { background-color: rgb(247,135,124); }
div.DivClassName
{
background-color: #F7877C;
}
.BgClassName
{
background-color: #F7877C;
}
</style>
border-color css
<style>
span { border-color: #F7877C; }
span { border-color: rgb(247,135,124); }
td.TdClassName
{
border-color: #F7877C;
}
.TagClassName
{
border-color: #F7877C;
}
</style>